Update Campaign
Updates the settings and configuration of an existing campaign.
SetDocumentation Index
Fetch the complete documentation index at: https://developer.lemlist.com/llms.txt
Use this file to discover all available pages before exploring further.
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).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
Body
The campaign name
Stop the campaign when a lead replies by email
Stop the campaign when a meeting is booked
Stop the campaign when a link is clicked
Pause leads based on interest
Create an opportunity when a lead replies
Create an opportunity when a lead clicks a link
Automatically detect lead interest
Disable tracking of email opens
Disable tracking of link clicks
Disable tracking of email replies
Disable out-of-office detection
Enable sequence sharing for the campaign
Filter for which link clicks should stop the campaign
Array of user IDs (usr_xxx format) to assign as campaign senders. Cannot be used on campaigns with a dynamic sender strategy (contactOwner, leadImporter, customField). Each sender is validated against the campaign's sending channels (email, LinkedIn, SMS, WhatsApp): senders without capabilities for at least one channel are excluded, and all channels must be covered by at least one sender.
Automatically launch (review) leads as soon as they are added to the campaign, instead of requiring manual review.
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
The campaign name
Stop the campaign when a lead replies by email
Stop the campaign when a meeting is booked
Stop the campaign when a link is clicked
Pause leads based on interest
Create an opportunity when a lead replies
Create an opportunity when a lead clicks a link
Automatically detect lead interest
Disable tracking of email opens
Disable tracking of link clicks
Disable tracking of email replies
Disable out-of-office detection
Enable sequence sharing for the campaign
Filter for which link clicks should stop the campaign
Configured senders for the campaign. Only present when sendUserIds was provided in the request. Senders that lack capabilities for any campaign sending channel are excluded.