v1

latestOpenAPI 3.1.02026-08-04253331435.1 KB
CRM Mappings

Push NationGraph IDs to CRM

Write each linked institution's NationGraph unique_id onto the CRM field chosen by crm_field_name (a HubSpot Company property or Salesforce Account field) for every mapped company/account. The field must already exist — it is never created. Skips records that already have the field set. Runs in the background.

post/api/v3/crm/{integration_id}/mappings/push-nationgraph-ids

Path parameters

integration_idstring uuid required

The CRM integration ID

The CRM integration ID

Request body

crm_field_namestring required

Existing CRM field to write each institution's NationGraph unique_id into (HubSpot Company property name or Salesforce Account field API name). Must already exist — the field is never created. Discover available fields via GET /crm/{integration_id}/company-fields.

crm_idsstring[] nullable

Optional scope: restrict the push to these CRM record IDs.

Response

Successful Response

object required