Create Campaign
Creates a new campaign with auto-generated sequence and schedule.
When you create a new campaign, an empty sequence and default schedule are automatically added. You can specify a name, or one will be assigned by default. You can optionally set aDocumentation Index
Fetch the complete documentation index at: https://developer.lemlist.com/llms.txt
Use this file to discover all available pages before exploring further.
timezone (IANA format, e.g. America/New_York) to control the campaign schedule’s timezone. If omitted, it defaults to Europe/Paris.
Set autoReview to true to automatically launch leads as soon as they are added to the campaign, skipping manual review. Use autoReviewConditions to restrict auto-launch to leads whose email verification matches one of the given deliverability statuses (deliverable, risky, undeliverable, unverified). Passing an invalid status returns a 400 error.
The returned data includes the campaign, sequence, and schedule IDs, which you can use later to update campaign settings, add sequence steps, or modify the schedule.Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Body
The name of the campaign
IANA timezone for the campaign schedule (e.g. America/New_York). Defaults to Europe/Paris if omitted.
Automatically launch (review) leads as soon as they are added to the campaign, instead of requiring manual review. Defaults to false.
Email deliverability statuses for which a lead is auto-launched when autoReview is enabled. Only leads whose email verification matches one of these statuses are launched automatically. Invalid values are rejected with a 400 error.
deliverable, risky, undeliverable, unverified Response
Success