Create Draft
Inbox
Create Draft
Creates a new draft for a specific contact. The source is automatically set to “api”.
POST
Create Draft
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.
The
draftOwner query parameter is required and identifies the draft owner. It accepts either:- A userId (e.g.,
usr_abc123def456789) — used directly - A login email (e.g.,
john@acme.com) — resolved to userId via email lookup
contactOwner in the Lead API. Team membership is verified in both cases.Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Path Parameters
Contact ID
Query Parameters
Draft owner identifier. Accepts either a userId (e.g., usr_abc123def456789) or a login email (e.g., john@acme.com).
Body
application/json
Communication channel
Available options:
email, linkedin, whatsapp, sms Draft content (max 30KB)
Draft subject (optional)
CC email addresses (optional)
File attachments (optional)
Activity ID to reply to (optional)
Additional metadata (optional)
Response
Draft created successfully
ID of the created draft