Retrieve attachment info from email launch
Get attachment information from email launch for a given message ID.
Application
Inputs (what you have)
| Name | Description | Data Type | Required? | Example |
|---|
| Message ID | ID of the message to download the attachments from. | Text (Short) | Yes | 18b8b2199178426a |
Outputs (what you get)
| Name | Description | Data Type | Required? | Example |
|---|
| Downloaded file | The file attached to the email | File | No | |
| File name | The filename of the attachment. Only present if this message part represents an attachment | Text (Short) | No | |
| File type | The type (extension) of the the attachment | Text (Short) | No | |
| File ID | The attachment ID of the file | Text (Long) | No | |
Outcomes
| Name | Description |
|---|
| Success | This status is selected if the job has successfuly completed. |
| No result | This status is selected if the job has successfuly completed but no result was produced. |
| Impossible to Complete | This status is selected if the job has encountered an error and has not completed. |
Requirements