SummarizeEmailThreads
Dynamic-section script for 'Email Threads' layout. This script searches for email threads stored in the Incident context and outputs a table summarizing them.
python · Email Communication
Details
| ID | SummarizeEmailThreads |
|---|---|
| Language | python |
| From Version | 6.2.0 |
| Docker Image | demisto/python3:3.12.13.10116658 |
| Tags | dynamic-section |
README
Summarizes details of all email threads (Thread Number, Subject, Recipients, CC, BCC) present on the current Incident in a markdown table
Script Data
| Name | Description |
|---|---|
| Script Type | python3 |
| Tags | dynamic-section |
Inputs
There are no inputs for this script.
Outputs
There are no outputs for this script.
commonfields: id: SummarizeEmailThreads version: -1 name: SummarizeEmailThreads script: '' type: python tags: - dynamic-section comment: |- Dynamic-section script for 'Email Threads' layout. This script searches for email threads stored in the Incident context and outputs a table summarizing them. enabled: true scripttarget: 0 subtype: python3 dockerimage: demisto/python3:3.12.13.10116658 runas: DBotWeakRole fromversion: 6.2.0 tests: - No tests (auto formatted)