Outlook Trigger

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

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

This is a polling-based trigger. TradingGoose automatically checks for new data on a regular interval.

Configuration

Credentials*
Connect account...
This trigger requires outlook credentials to access your account.
Outlook Folders to Monitor
Select Outlook folders to monitor for new emails
Choose which Outlook folders to monitor. Leave empty to monitor all emails.
Folder Filter Behavior*
Select...
Include only emails from selected folders, or exclude emails from selected folders
Mark as Read
Disabled
Automatically mark emails as read after processing
Include Attachments
Disabled
Download and include email attachments in the trigger payload

Output Schema

Event Payload
emailobject
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