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 1 or more emailer_touches (email variants); adding more than 1 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.
This endpoint requires a master API key. If you attempt to call the endpoint without a master key, you will receive a 403 response. Refer to Create API Keys to learn how to create a master API key.
post
https://api.apollo.io/api/v1/sequences/create