Trigger Name | Description |
---|---|
Gmail New Email | Activates when a new email is received in Gmail |
Outlook New Email | Activates when a new email is received in Outlook |
Field | Type | Description |
---|---|---|
message | GMailMessage | The received email message object |
user | IntegrationAppUserFields | The user associated with the Gmail account |
payload
and html_body
fields from the message
object before processing.Field | Type | Description |
---|---|---|
message | OutlookMessage | The received email message object |
user | IntegrationAppUserFields | The user associated with the Outlook account |
@odata.context
and @odata.etag
fields from the
message object before processing.