Skip to main content

Steps

Parameters

enabled (boolean)
Describes if that step is currently enabled

name (string)
The name given by the user for the step

type (string)
Type of step. Can be "Phone", "Email", "Integration" or "Other"

type_settings (object)
Collection of the settings for that step type

Example

steps: [{
"enabled": true,
"name": "First Step",
"type": "Other",
"type_settings": {}
}]