Adds existing CRM contacts to a static contact list.
Adds existing contacts to a static contact list. Contacts already in the list are silently skipped — no duplicates are created.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.
GET /contacts with search, email, or listId to get contact IDs (ctc_xxx)GET /contacts/lists to find an existing list, or POST /contacts/lists to create a new oneBasic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
The unique identifier of the contact list (clt_xxx format)
^clt_[a-zA-Z0-9]+$Array of contact IDs to add to the list (ctc_xxx format). Maximum 1,000 per request.
1000^ctc_[a-zA-Z0-9]+$