Skip to main content

PrintToIncident

This Script is part of the Common Scripts Pack.#

Supported versions

Supported Cortex XSOAR versions: 8.6.0 and later.

Prints a value to the specified incident's war-room.

Script Data#


NameDescription
Script Typepython3
Tags
Cortex XSOAR Version8.7.0

Inputs#


Argument NameDescription
valueThe value to print to the war-room of specified incident.
incident_idThe incident ID to print to.

Outputs#


There are no outputs for this script.

Script Example#

!PrintToIncident incident_id=INCIDENT-8 value="Hello from the other side"

Context Example#

{}

Human Readable Output#

Successfully printed to incident INCIDENT-8.