| Endpoint essentials | |
|---|---|
| API key access | api/v1/sequences/create or Master API key |
| OAuth scopes | emailer_campaigns_create |
| Credit usage | 0 creditsLearn more about API pricing and credits. |
Sequences are outreach campaigns that sales teams use to reach out to contacts over a planned period of time.
Use the Create a Sequence endpoint to create a new sequence in your team's Apollo account, including its steps and email templates.
To create a sequence with steps, add the emailer_steps array to the request body. Each email step (auto_email, manual_email) can include one or more emailer_touches (email variants); adding more than one touch to a step creates an A/B test, which requires a plan with A/B testing access.
To activate the sequence immediately after creation, set active to true. Email touches only send if their status is approved, and a touch can only be approved if its template has a non-empty body.
Who owns a sequence created via API
The new sequence is owned by the user your request acts as, returned as object_owner_id (and its alias, user_id). With an API key that user isn't the teammate who created the key, so expect object_owner_id to differ from that teammate's profile — see Authentication for how the acting user is resolved and how to confirm it.
This endpoint ignores user_id in the request body, so you can't choose the owner at creation time. To reassign ownership afterward, call Update a Sequence with a user_id.