Outlook

Available Outlook triggers for automating workflows

Outlook provides 1 trigger for automating workflows based on events.

All triggers below are polling-based — they check for new data on a schedule rather than receiving push notifications.

Triggers

Outlook Email Trigger

Triggers when new emails are received in Outlook (requires Microsoft credentials)

Configuration

ParameterTypeRequiredDescription
triggerCredentialsstringYesThis trigger requires outlook credentials to access your account.
folderIdsstringNoChoose which Outlook folders to monitor. Leave empty to monitor all emails.
folderFilterBehaviorstringYesInclude only emails from selected folders, or exclude emails from selected folders
markAsReadbooleanNoAutomatically mark emails as read after processing
includeAttachmentsbooleanNoDownload and include email attachments in the trigger payload

Output

ParameterTypeDescription
emailobjectemail output from the tool
idstringOutlook message ID
conversationIdstringOutlook conversation ID
subjectstringEmail subject line
fromstringSender email address
tostringRecipient email address
ccstringCC recipients
datestringEmail date in ISO format
bodyTextstringPlain text email body
bodyHtmlstringHTML email body
hasAttachmentsbooleanWhether email has attachments
attachmentsfile[]Array of email attachments as files (if includeAttachments is enabled)
isReadbooleanWhether email is read
folderIdstringOutlook folder ID where email is located
messageIdstringMessage ID for threading
threadIdstringThread ID for conversation threading
timestampstringEvent timestamp

On this page