Update a sequence step
sequences:write scope (or a broader one that includes it).
Use this endpoint when you need to change what an existing step does — its delayInMinutes, its message content or its per-type settings. Send the whole step, and give each variant you want to change its id; a variant sent without an id is added as a new one, and variants you leave out stay as they are, so use the delete-variant endpoint to remove one. A step’s place in the flow is fixed once it exists, so parentId and ifConditionPositive cannot be changed here. Once any contact has been processed on a step it is locked and its type can no longer be changed, and the call is rejected. Contacts already partway through the sequence stay in it, and their current step and next send time are recalculated against the step you just saved.
Authorizations
Authenticate every request with a Bearer token. Pass your Reply API key in the
Authorization header:
Get your API key from the Reply dashboard: Settings → API Key.
Body
- Email (Update)
- LinkedIn Message (Update)
- LinkedIn Connect (Update)
- LinkedIn InMail (Update)
- LinkedIn View Profile
- LinkedIn Endorse Skills
- LinkedIn Voice Message
- LinkedIn Like Recent Posts
- LinkedIn Follow Profile
- LinkedIn Comment On Recent Post
- Call
- SMS
- WhatsApp
- Zapier
- Task
- Condition
Email step with variant configuration for update operations
Step type discriminator
email Delay in minutes before executing this step
x >= 0Execution mode for the email step
automatic, manual Array of email variants (A/B test versions). Each variant must include its id for update operations.
ID of the parent step (for branching)
Whether this step is on the positive branch of a condition
Response
Sequence step updated successfully
- Email
- LinkedIn Message
- LinkedIn Connect
- LinkedIn InMail
- LinkedIn View Profile
- LinkedIn Endorse Skills
- LinkedIn Voice Message
- LinkedIn Like Recent Posts
- LinkedIn Follow Profile
- LinkedIn Comment On Recent Post
- Call
- SMS
- WhatsApp
- Zapier
- Task
- Condition
Email step with variant configuration
Step type discriminator
email Delay in minutes before executing this step
x >= 0Execution mode for the email step
automatic, manual Array of email variants (A/B test versions)
Unique identifier for the step
ID of the parent step (for branching)
Whether this step is on the positive branch of a condition