DisplayEmailHtmlThread
Dynamic-section script for 'Email Threads' layout. This script renders all email messages with the thread number specified in the "Email Selected Thread" field and outputs them as a single HTML output.
python · Email Communication
Details
| ID | DisplayEmailHtmlThread |
|---|---|
| Language | python |
| From Version | 6.2.0 |
| Docker Image | demisto/btfl-soup:1.0.1.10120494 |
| Tags | dynamic-section |
README
Renders all email messages in the selected thread as a single HTML entry, with the oldest message appearing first and all subsequent messages below.
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: DisplayEmailHtmlThread version: -1 name: DisplayEmailHtmlThread script: '' type: python tags: - dynamic-section comment: |- Dynamic-section script for 'Email Threads' layout. This script renders all email messages with the thread number specified in the "Email Selected Thread" field and outputs them as a single HTML output. enabled: true args: - description: The account name. name: account_name hidden: true scripttarget: 0 subtype: python3 dockerimage: demisto/btfl-soup:1.0.1.10120494 runas: DBotWeakRole fromversion: 6.2.0 tests: - No tests (auto formatted)