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 DataName | Description |
---|---|
Script Type | python3 |
Tags | |
Cortex XSOAR Version | 8.7.0 |
#
InputsArgument Name | Description |
---|---|
value | The value to print to the war-room of specified alert. |
alert_id | The alert ID to print to. |
#
OutputsThere are no outputs for this script.
#
Script Example!PrintToAlert alert_id=5 value="Hello from the other side"
#
Context Example#
Human Readable OutputSuccessfully printed to alert 5.