Create Contact List
Contacts
Create Contact List
Creates a new static contact list.
POST
Create Contact List
Creates a new static contact list in your CRM. After creation, useDocumentation Index
Fetch the complete documentation index at: https://developer.lemlist.com/llms.txt
Use this file to discover all available pages before exploring further.
POST /contacts/lists/{listId}/entities to add contacts to it.
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Body
application/json
Name of the contact list to create (max 200 characters).
Maximum string length:
200