Overview
Contact books let you group email recipients into organized lists. Each contact book holds contacts with email addresses, names, subscription status, and custom properties. Use contact books to manage mailing lists, segment audiences, or maintain recipient directories.How It Works
- Create a contact book in the dashboard or via API with a name
- Add contacts individually or in bulk (up to 1000 at a time)
- Send emails to contacts using their stored information
- Manage subscriptions by toggling the
subscribedflag per contact
Contact Book Object
A contact book is a named container for contacts:Contact Object
Each contact belongs to a single contact book:Custom Properties
Theproperties field accepts arbitrary JSON key-value pairs, allowing you to store any metadata relevant to your use case:
Bulk Operations
For large lists, use the bulk endpoints to add or remove up to 1000 contacts in a single request. This is significantly faster than making individual API calls.Plan Limits
| Feature | Free | Pro |
|---|---|---|
| Contact books | 2 | Unlimited |
| Total contacts | 200 | Unlimited |
Searching & Pagination
The list contacts endpoint supports pagination and search:page— Page number (default: 1)limit— Results per page (default: 50)search— Filter contacts by email or name