Microsoft Graph API - New mail message trigger

The New mail message trigger checks for new events on a polling interval you specify.

Input

Input fieldDescription
Trigger poll intervalSelect how frequently to check for new events.
When first started, this recipe should pick up events fromWhen you start the recipe for the first time, it picks up trigger events from this specified date and time. Leave empty to get events created one hour ago.
User ID or principal nameProvide the user ID or name. If left blank, the messages will be retrieved from the connected user.
Mail folder IDMail folder ID for the account whose messages are to be retrieved.

Output

Output fieldDescription
OData ETagEntity tag for concurrency control.
Message IDUnique identifier for the message.
Created DateTimeDate and time when the message was created.
Last Modified DateTimeDate and time when the message was last modified.
Change KeyIdentifies a specific version of the message.
CategoriesList of categories associated with the message.
Received DateTimeDate and time when the message was received.
Sent DateTimeDate and time when the message was sent.
Has AttachmentsIndicates whether the message has attachments (Yes/No).
Internet Message IDUnique identifier for the message in internet format.
SubjectSubject of the message.
Body PreviewPreview text of the message body.
ImportanceImportance level of the message. For example, Low, Normal, High.
Parent Folder IDID of the parent folder containing the message.
Conversation IDID of the conversation thread.
Conversation IndexPosition of the message in the conversation thread.
Delivery Receipt RequestedIndicates if a delivery receipt was requested (Yes/No).
Read Receipt RequestedIndicates if a read receipt was requested (Yes/No).
Is ReadIndicates if the message has been read (Yes/No).
Is DraftIndicates if the message is a draft (Yes/No).
Web LinkURL to access the message in a web browser.
Inference ClassificationClassification of the message. For example, Focused, Other.
Body Content TypeType of content in the message body. For example, Text, HTML.
Body ContentActual content of the message body.
Sender NameName of the sender.
Sender Email AddressEmail address of the sender.
From NameName of the person who sent the message.
From Email AddressEmail address of the sender.
To Recipient NameName of the recipient.
To Recipient Email AddressEmail address of the recipient.
CC RecipientsList of CC recipients.
BCC RecipientsList of BCC recipients.
Reply ToList of reply-to email addresses.
Flag StatusStatus of the message flag. For example, Not Flagged, Complete, Flagged.

Last updated: