> ## 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.

# Upload Messages

Upload one or more messages to an incident.

**Note:** The allowed number of recipients is up to `10,000` per message.

## Parameters

<div className="integrations-table">
  | 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. <br /><br />For example:<br /><pre><code>\[<br />  \{<br />    "rfcMessageId": "\<MESSAGE\_ID\@host>",<br />    "recipient\_addresses": \["[user@example.com](mailto:user@example.com)"],<br />    "sender": "[bad@example.com](mailto:bad@example.com)",<br />    "subject": "Subject",<br />    "disposition": "malware"<br />  }<br />]</code></pre> |
  | One Or Multiple Messages | Choose whether to upload one or multiple messages.                                                                                                                                                                                                                                                                                                                                                      |
  | RFC Message ID           | The RFC message ID.<br /><br />**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.                                                                                                                                                                                                                                                                                                                                                                             |
</div>

## Example Output

```json theme={"dark"}
{
	"rfcMessageId": "<SA1PR13MB60556A43EBD392CA7B453D7FAE282@SA1PR13MB6055.namprd13.prod.outlook.com>",
	"incident_id": "b78ee40c-5c26-482d-9ae5-f0edacb82400",
	"incidentDisplayId": "18906",
	"uploadedRecipientsCount": 2
}
```

## Workflow Library Example

[Upload Messages with Proofpoint Threat Protection and Send Results Via Email](https://library.blinkops.com/workflows/upload-messages-with-proofpoint-threat-protection-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/upload-messages-with-proofpoint-threat-protection-and-send-results-via-email/canvas" />
</div>
