This Trigger fires every time a new message is received in your Outlook inbox.
Developer info
- API endpoint slug
- outlook.new_message_received
Trigger fields
No fields for this trigger
Ingredients
Subject The email's subject.
- Slug
- subject
- Filter code
- Outlook.newMessageReceived.Subject
- Type
- String
- Example
- Project Update
Body The email's body.
- Slug
- body
- Filter code
- Outlook.newMessageReceived.Body
- Type
- String
- Example
- Here is the latest update on the project.
From The sender's email address.
- Slug
- from_address
- Filter code
- Outlook.newMessageReceived.From
- Type
- String
- Example
- someone@example.com
Received at Date and time the email was received.
- Slug
- received_at
- Filter code
- Outlook.newMessageReceived.ReceivedAt
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06+05:00