Contacts
People in the CRM — the anchor object most other records attach to.
Create a contact
Creates a contact. At least one identity field is required (`email` or `phone`).
Create or update a contact by natural key
Idempotent create-or-update. Matches an existing contact by `email`/`phone` (or `id` if supplied),
Search / list contacts
Full-text + structured filtering with cursor pagination. With an empty body, returns the most recent
Get a contact
Retrieves a contact by id.
Update a contact (partial)
Partial update; only supplied fields change.
Delete a contact
Soft-deletes the contact.