Browse modules▾
Custom objects
User-defined object types and records, Salesforce-style (MAX / Enterprise).
All tools
8describe_custom_objectreadDescribe one custom object: its fields + child relationships (Ultra+ plan).
get_custom_object_recordreadGet one custom object record + its relationships (Ultra+ plan). Pass api_key to decrypt fields.
list_custom_object_recordsreadList records of a custom object type, paginated (Ultra+ plan). Pass sub_account_id to narrow to one sub.
list_custom_objectsreadsearch_custom_object_recordsreadFull-text search records of a custom object type (Ultra+ plan). Pass sub_account_id to narrow to one sub.
create_custom_object_recordwriteCreate a record of a custom object type (Ultra+ plan). Pass `data` as a field->value object. sub_account_id is REQUIRED — pick from list_sub_accounts.
link_custom_object_recordwriteupdate_custom_object_recordwriteUpdate field values on an existing custom object record (Ultra+ plan). Pass `data` as a field->value object of only the fields to change. sub_account_id is REQUIRED.