CRM Objects
Read and write CRM records — contacts, companies, deals, tasks and the rest — through one uniform surface. Every entity shares the same list/create/get/update/delete shape, the same ?field__op=value filtering (custom fields included via cf.), the same atomic batch endpoints for up to 200 records at a time, and the same association endpoints for linking records to each other.
📄️ List/search records of an entity
List or search records of a CRM entity — `contacts`, `companies`, `deals`,
📄️ Create a record
Create a single record of a CRM entity.
📄️ Get a record by id
Fetch one record by id, with its standard fields and its custom-field values.
📄️ Partially update a record
Partially update a record: send only the fields you want to change and the
📄️ Delete a record
Delete one record by id.
📄️ Create up to 200 records atomically
Create up to 200 records in one atomic write.
📄️ Update up to 200 records atomically (each item: id + fields)
Update up to 200 records in one atomic write.
📄️ Delete up to 200 records atomically (by id list)
Delete up to 200 records in one atomic write.
📄️ Link a record to another (e.g. a contact to a company)
Link one record to another — a contact to a company, a deal to a contact, and
📄️ Unlink a record from another
Remove the association between two records.
📄️ List records associated with a record
List the records associated with one record — for example every company