VectraXDRGenerateMailBody
Generate an email body based on the detection assessment for MDR escalation process.
python · Vectra XDR
Details
| ID | VectraXDRGenerateMailBody |
|---|---|
| Language | python |
| From Version | 6.10.0 |
| Docker Image | demisto/python3:3.12.13.10116658 |
README
Generate an email body based on the detection assessment for MDR escalation process.
Script Data
| Name | Description |
|---|---|
| Script Type | python3 |
| Cortex XSOAR Version | 6.10.0 |
Inputs
| Argument Name | Description |
|---|---|
| body_content | Please provide the content needed to generate the email body. |
Outputs
| Path | Description | Type |
|---|---|---|
| VectraXDRMailBody | Email body generated based on the detection assessment. | string |
commonfields: id: VectraXDRGenerateMailBody version: -1 name: VectraXDRGenerateMailBody script: '' type: python tags: [] comment: Generate an email body based on the detection assessment for MDR escalation process. enabled: true args: - name: body_content required: true description: Please provide the content needed to generate the email body. isArray: true type: unknown outputs: - contextPath: VectraXDRMailBody description: Email body generated based on the detection assessment. type: string scripttarget: 0 subtype: python3 runonce: false dockerimage: demisto/python3:3.12.13.10116658 runas: DBotWeakRole engineinfo: {} fromversion: 6.10.0 tests: - No tests (auto formatted)