Skip to main content

PrintToAlert

This Script is part of the Common Scripts Pack.#

Supported versions

Supported Cortex XSOAR versions: 8.7.0 and later.

Prints a value to the specified alert's war-room. The alert must be in status "Under Investigation".

Script Data#


NameDescription
Script Typepython3
Tags
Cortex XSOAR Version8.7.0

Inputs#


Argument NameDescription
valueThe value to print to the war-room of specified alert.
alert_idThe alert ID to print to.

Outputs#


There are no outputs for this script.

Script Example#

!PrintToAlert alert_id=5 value="Hello from the other side"

Context Example#

{}

Human Readable Output#

Successfully printed to alert 5.