Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions source/_integrations/google_mail.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ The following attributes can be placed inside the `data` key of the action for e
| `bcc` | yes | List of recipients to be blind-carbon-copied.
| `from` | yes | Default is current authenticated user. Typically only applies to GSuite accounts where the user has delegate access to a shared mailbox.
| `send` | yes | Default is true. Set this to false to create a draft instead. Recipients are not required in this instance.
| `alias_from` | yes | Name that will be showed to the receivers instead of the user email. You have to set `from` if you want to use this option. |

### Examples

Expand All @@ -85,6 +86,7 @@ data:
bcc:
- "example4@gmail.com"
from: "example@gmail.com"
alias_from: "Example alias"
```

### Video tutorial
Expand Down