DisplayHTML

Display HTML in the War Room.

python · Common Scripts

Details

IDDisplayHTML
Languagepython
From Version6.5.0
Docker Imagedemisto/python3:3.12.13.10404775

README

Displays HTML in the War Room.

Script Data


Name Description
Script Type python
Tags  

Inputs


Argument Name Description
html The HTML to display.
markAsNote Whether the entry should be marked as a note.
header Adds a header text to the output.

Outputs


There are no outputs for this script.

commonfields:
  id: DisplayHTML
  version: -1
name: DisplayHTML
script: ''
type: python
subtype: python3
tags: []
comment: Display HTML in the War Room.
system: true
args:
- name: html
  required: true
  description: The HTML to display.
- name: markAsNote
  auto: PREDEFINED
  predefined:
  - "true"
  - "false"
  description: Should the entry be marked as a note?
- name: header
  description: Add a header text to the output.
scripttarget: 0
fromversion: 6.5.0
dockerimage: demisto/python3:3.12.13.10404775
tests:
- No tests (auto formatted)