| Endpoint essentials | |
|---|---|
| API key access | api/v1/sequences/update or Master API key |
| OAuth scopes | emailer_campaigns_update |
| 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 Update a Sequence endpoint to update an existing sequence (emailer campaign) in your team's Apollo account.
You can update sequence-level settings, such as the name, active state, schedule, and sending limits, as well as the sequence's steps and the email touches within each step.
To turn a sequence on or off, set the active field. Passing emailer_steps will create, update, reorder, or remove steps and their touches based on the IDs you provide.
To create a new sequence instead, use the Create a Sequence endpoint.
Reassigning sequence ownership
Unlike Create a Sequence, this endpoint accepts user_id and uses it to change who owns the sequence. Pass the intended owner's Apollo user ID, and the response reflects it in both user_id and its alias object_owner_id. Use Get a List of Users to look up IDs.
This is how you correct ownership on sequences created with an API key, which aren't owned by the teammate who created the key. See Authentication for how the acting user is resolved.