GetMessageIdAndRecipients
Get the Internet Message Id and Recipient's address of Messages in a format of `internet_message_id:recipients_address.`.
python · Cofense Vision
Details
| ID | GetMessageIdAndRecipients |
|---|---|
| Language | python |
| From Version | 6.2.0 |
| Docker Image | demisto/python3:3.12.8.3296088 |
| Tags | transformer |
README
Get the Internet Message Id and Recipient’s address of Messages in a format of internet_message_id:recipients_address.
Script Data
| Name | Description |
|---|---|
| Script Type | python3 |
| Tags | transformer |
| Cortex XSOAR Version | 6.2.0 |
Inputs
| Argument Name | Description |
|---|---|
| key | Object Key. |
Outputs
| Path | Description | Type |
|---|---|---|
| Cofense.Message | ID and Recipient’s address of emails in specific format. | Unknown |
commonfields: id: GetMessageIdAndRecipients version: -1 name: GetMessageIdAndRecipients script: '' type: python tags: - transformer comment: Get the Internet Message Id and Recipient's address of Messages in a format of `internet_message_id:recipients_address.`. enabled: true args: - name: key required: true description: Object Key. outputs: - contextPath: Cofense.Message description: ID and Recipient's address of emails in specific format. type: Unknown scripttarget: 0 subtype: python3 dockerimage: demisto/python3:3.12.8.3296088 runas: DBotWeakRole fromversion: 6.2.0 tests: - No tests (auto formatted)