Skip to main content
POST
Skip Step for Everyone
Leads that have not reached the step move on to the next one after that step’s own delay, and leads added to the campaign later will not receive it either. Leads that already ran the step are unaffected — nothing already sent changes. A skip cannot be undone, here or in the lemlist app. Condition steps can never be skipped (422). The response returns as soon as the step is marked, before the pending tasks are closed: that part happens asynchronously and emits one step-skipped activity — and its webhook — per pending lead.

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

campaignId
string
required

The unique identifier of the campaign

stepId
string
required

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.

skipped
boolean