Skip to main content
PUT
Update Stage Action

Headers

TENANT
string
required

The tenant you are making this request on behalf of

API-KEY
string
required

Your api key

Path Parameters

pipeline_id
string
required
stage_id
string
required
action_id
string
required

Body

application/json
actionType
enum<string> | null
Available options:
CREATE_TASK,
SEND_SMS,
SEND_EMAIL,
START_SEQUENCE,
ASSIGN_PROVIDER,
WEBHOOK,
UPDATE_FIELD
delayMinutes
integer | null
config
Config · object | null
isActive
boolean | null

Response

Successful Response

id
string
required
stageId
string
required
actionType
enum<string>
required
Available options:
CREATE_TASK,
SEND_SMS,
SEND_EMAIL,
START_SEQUENCE,
ASSIGN_PROVIDER,
WEBHOOK,
UPDATE_FIELD
actionOrder
integer
required
delayMinutes
integer
default:0
config
Config · object
isActive
boolean
default:true