June Offer Every MAX plan gets a fully custom-built system Free custom system worth $1,500-$10,000 · worth $1,500-$10,000
Browse modules

Custom objects

5 read3 write

User-defined object types and records, Salesforce-style (MAX / Enterprise).

All tools

8
  • describe_custom_objectread

    Describe one custom object: its fields + child relationships (Ultra+ plan).

  • get_custom_object_recordread

    Get one custom object record + its relationships (Ultra+ plan). Pass api_key to decrypt fields.

  • list_custom_object_recordsread

    List records of a custom object type, paginated (Ultra+ plan). Pass sub_account_id to narrow to one sub.

  • list_custom_objectsread
  • search_custom_object_recordsread

    Full-text search records of a custom object type (Ultra+ plan). Pass sub_account_id to narrow to one sub.

  • create_custom_object_recordwrite

    Create 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.

  • update_custom_object_recordwrite

    Update 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.