Outlook
App Overview
Outlook is a secure, smart, easy-to-use email solution.
Getting Started: Installations
| Name | Type | Description | Exemple | Hidden |
|---|---|---|---|---|
| outlook | oauth2 | OAuth connection for Microsoft Outlook | false |
App Items
Events
Email received
Event that occurs when an email is received
| Name | Type |
|---|---|
| from | string |
| subject | string |
| body | string |
| attachments | array |
| to | array |
| cc | array |
| bcc | array |
Throwing Events
Send Email
Send an Email to Recipient(s)
Inputs
| Name | Type | Description | Exemple | Required |
|---|---|---|---|---|
| to | array | list of recipients | to@example.com | true |
| cc | array | list of copy recipients | copy@example.com | false |
| bcc | array | list of blind copy recipients | blindCopy@example.com | false |
| subject | string | The subject of the message | Hello | true |
| body | string | The markdown version of the message | Hello World ! | true |
| attachments | array | false | ||
| configureEmailHeaders | boolean | Allow to add properties to email headers | false | |
| headers | object | Maximum number of headers in one message should be less than or equal to 5. | false |
Version(s)
1.0.2 