Customer objects
The mini-CRM: object types and the records filed under each customer.
Scope: customer_objects
An object is a type — Contacts, Deals, Service Calls, Tasks, plus whatever was defined in the field editor. A record is one instance, and every record belongs to exactly one customer. Records can be read per-customer, or account-wide across every customer.
List object types
Every object type in the account, with its field definitions.
Get an object type
One object type and its full field schema.
List records across all customers
Every record of one object type, across every customer. This is how you ask
List one customer's records
Records of one object type belonging to one customer.
Create a record
Create a record under a customer.
Get a record
Get a record
Update a record
Only the fields present in `data` change. Status transitions write journey events — a deal moving to `Won` or `Lost`, a service call being resolved.
Delete a record
Deletes the record and removes any cross-object links pointing at it.