/sequences Authentication
Send your organization API key as a Bearer credential.
Authorization: Bearer YOUR_API_KEY Body
application/json Sequence data
campaign string required ID of the campaign this sequence belongs to
237056d1-20b1-41ab-aa0e-17965cecbe14 subject string Subject of the email
Exclusive Offer Just for You! body string Body of the email
<p>Hello, this is a sample email body.</p> delay number Delay before sending (in days)
3 use_previous_subject boolean Whether to use the subject from the previous sequence
false Response
application/json Sequence created successfully
id number required ID of sequence
24 campaign_id string required Campaign ID the sequence belongs to
237056d1-20b1-41ab-aa0e-17965cecbe14 delay number required Delay before sending (days)
0 subject string required Email subject
Follow-up Email body string required Email body
Just checking if you received my last message. use_previous_subject boolean required Whether to use subject from previous sequence
false created_at string required Created at timestamp
2025-09-17T16:51:25.992Z updated_at string required Updated at timestamp
2025-09-17T16:51:25.992Z Invalid request body (e.g. missing required fields, or invalid field values)
message string[] required List of detailed validation or business error messages
["Name cannot be empty", "Field must be greater than 0"] error string required Short error description
Bad Request statusCode number required HTTP status code of the error
400 This request is unauthorized (either the Authorization header is missing or invalid, or the API key has been revoked)
message string[] required List of messages explaining why the request was unauthorized
["User is not authorized", "Invalid API key"] error string required Short error description
Unauthorized statusCode number required HTTP status code of the error
401 You have exceeded the rate limit. Please check the rate limit docs for more information.
message string[] required List of messages explaining the rate limiting issue
["Too many requests, please try again later"] error string required Short error description
Too Many Requests statusCode number required HTTP status code of the error
429