Create sequence

Adds a sequence to an existing campaign and returns it in the same UUID-only shape as get_sequence (HTTP 201). New sequences start with no events -- add them with create_event (see the Sequences endpoints). The campaign must belong to the authenticated account.

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

UUID of the campaign to add the sequence to. Must belong to the account.

string
required
length between 2 and 50

Display name for the sequence.

integer
enum

Whether the sequence starts active. Defaults to 0 (inactive).

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