Skip to main content
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

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

leadIdOrEmail
string
required

The unique identifier or email of the lead

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