Contacts
Manage contacts (leads) — create, update, search, merge, and track activity.
📄️ List contacts
Returns a paginated list of contacts. Supports search, filtering, and sorting.
📄️ Get a single contact
Returns full details for a single contact including custom fields, tags, UTM tags, DNC status, and more.
📄️ Create a new contact
Creates a new contact. If a contact with the same unique identifier (email by default)
📄️ Update a contact (partial)
Partially updates an existing contact. Only fields included in the request body
📄️ Create or replace a contact
If a contact with this ID exists, fully replaces it. If not, creates a new contact with this ID.
📄️ Delete a contact
Delete a contact
📄️ Batch create contacts
Create multiple contacts in a single request. The request body is an array of contact objects.
📄️ Batch edit contacts
Edit multiple contacts in a single request. Each object must include an `id` field to identify the contact.
📄️ Batch delete contacts
Delete multiple contacts by their IDs. Pass IDs as a JSON object in the request body or as query parameters.
🗃️ Do Not Contact
2 items
🗃️ Activity
2 items
🗃️ Relationships
5 items
🗃️ UTM Tags
2 items
🗃️ Utilities
3 items