10,000 per message.
Actions
Upload Messages
Upload one or more messages to an incident.
Note: The allowed number of recipients is up to

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
10,000 per message.
| Parameter | Description |
|---|---|
| Disposition | The disposition to set to the message, for example - malware. |
| Incident ID | The ID of the incident to attach the message to. Can be obtained from the response of Create Incident action. |
| Messages | An array of JSON objects representing messages. For example: |
| One Or Multiple Messages | Choose whether to upload one or multiple messages. |
| RFC Message ID | The RFC message ID. Note: This parameter must include angle brackets ( <,>). For example <abc123@mail.example.com>. |
| Recipient Addresses | A comma-separated list of recipient email addresses. |
| Sender | The email address of the message sender. |
| Subject | The subject of the message. |
{
"rfcMessageId": "<SA1PR13MB60556A43EBD392CA7B453D7FAE282@SA1PR13MB6055.namprd13.prod.outlook.com>",
"incident_id": "b78ee40c-5c26-482d-9ae5-f0edacb82400",
"incidentDisplayId": "18906",
"uploadedRecipientsCount": 2
}
Was this page helpful?