Skip to main content
POST
/
leads
/
review
/
{leadId}
Launch Lead
curl --request POST \
  --url https://api.lemlist.com/api/leads/review/{leadId} \
  --header 'Authorization: Basic <encoded-value>'
{
  "ok": true
}

Documentation Index

Fetch the complete documentation index at: https://developer.lemlist.com/llms.txt

Use this file to discover all available pages before exploring further.

Use this endpoint to launch a lead that is waiting for review, without having to enable campaign-wide auto-review. You’re auto launching this specific lead, while still enforcing every other launch guard: the campaign must have no step errors, any AI variables required by the campaign must be valid for the lead, and a sender must be available. No need to enable autolaunch in the campaign. This endpoint requires an emailPro plan or higher.

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

leadId
string
required

The unique identifier of the lead to launch

Response

Lead launched successfully

ok
boolean