Triggers a workflow on every new message in the signed in user’s mailbox Endpoint:Documentation Index
Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
Use this file to discover all available pages before exploring further.
https://graph.microsoft.com/v1.0/me/messages
Workflows with this trigger check for new events every 5 minutes by default. You can adjust this interval in the Trigger settings.
Parameters
| Parameter | Description |
|---|---|
| Filter | Specify an OData $filter query option to refine the retrieved messages.Example: from/emailAddress/address eq 'someuser@example.com'Note : Please DO NOT filter by the receivedDateTime field, as Blink uses it in its polling mechanic. |
| Select | A comma-separated list of specific message properties to include in the response. When omitted, all properties are returned. |