v1

latestOpenAPI 3.1.02026-08-04253331435.1 KB
CRM Automation Push

List CRM Company Fields

List all available fields on the company/account object in the user's CRM.

Returns field names, labels, types, and whether each is a custom field. Use this to discover which CRM fields are available when setting up field mappings for the push endpoint.

  • HubSpot: Lists all properties on the Companies object
  • Salesforce: Describes the Account object and returns all fields
get/api/v3/crm/{integration_id}/company-fields

Path parameters

integration_idstring uuid required

The CRM integration ID

The CRM integration ID

Response

Successful Response

namestring required

API name of the field

labelstring required

Human-readable label

typestring required

Data type (e.g. 'string', 'number')

customboolean required

Whether this is a custom field