Skip to main content

HelloWorldScript

This Script is part of the HelloWorld Pack.#

Hello World Script

Script Data#


NameDescription
Script Typepython3
Tagshelloworld
Cortex XSOAR Version5.0.0

Inputs#


Argument NameDescription
nameHello command - prints hello to anyone.

Outputs#


PathDescriptionType
HelloWorld.helloShould be Hello **something** here.String

Script Example#

!HelloWorldScript name=DBot

Context Example#

{
"HelloWorld": {
"hello": "Hello DBot"
}
}

Human Readable Output#

Hello DBot#