Update sequence

Updates a sequence and returns the full sequence (same shape as get_sequence). sequence_name is required; sequence_is_active, run_multiple, and run_multiple_reset are optional toggles (0/1). Toggling sequence_is_active from 0 to 1 reschedules the sequence's pending events; if that reschedule cannot complete, the whole update is rolled back and a 503 is returned -- retry after a few seconds.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
uuid
required

UUID of the sequence to update. Must belong to the account.

string
required
length between 2 and 50

Display name for the sequence.

integer
enum

Activate (1) or deactivate (0) the sequence.

Allowed:
integer
enum

Allow a contact to run through the sequence more than once.

Allowed:
integer
enum

Reset progress when a contact re-enters the sequence.

Allowed:
Responses

401

Missing or invalid bearer token.

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json