Start

Use to assign initial variable values.

  • If you plan to publish or export this task, identify the values you don't want to publish or export.

For ChatBot tasks, supply sample JSON to receive incoming data.

The start icon is dependent on the task type.

Variables

Configuration

Description

Variable

Select a variable from the Studio account. To create a variable, type the name of the variable in the field.

Configuration Value

Assign an initial value to the variable.

Description

Enter a description for your records.

Configurable?

Use this checkbox before you publish or export the task.

When selected, your initial value is not published or exported. The Studio user of the task template or import supplies the initial value.

Delete the row. Remove the configuration value, description, and configurable status for the variable. Hover over the row to see the icon.

Advanced (ChatBot Tasks only)

For ChatBot Tasks, supply sample JSON to receive incoming data.

Example:

{

"name": "Jon"

"address": {

"postcode": "1234"

}

}