Skip Step for Lead
Leads
Skip Step for Lead
Skips one step of a running campaign for a single lead.
POST
Skip Step for Lead
The lead is not stopped: the step never runs and the lead continues with the
next one after that step’s own delay. A step the lead already ran is
unaffected — nothing already sent changes.
A skip cannot be undone, here or in the lemlist app. Condition steps can never
be skipped (
422).Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Path Parameters
The unique identifier of the campaign
The unique identifier or email of the lead
The unique identifier of the step, from GET /campaigns/{campaignId}/sequences
Response
The step is skipped. skipped is false when it was already skipped: an idempotent no-op, not an error.