Skip to main content
PATCH
Update one CRM object-sync destination mapping

Authorizations

Authorization
string
header
required

Dashboard JWT token from Clerk

Path Parameters

destination
enum<string>
required
Available options:
salesforce,
hubspot,
braze,
iterable,
customer_io,
klaviyo

Body

application/json

Partial update of one destination's reverse-ETL object-sync mapping. Every field optional; only supplied keys are merged.

enabled
boolean
nango_connection_id
string
Maximum string length: 200
object_type
string

Validated against the destination's object-type whitelist.

Required string length: 1 - 120
identifier_field
string
Required string length: 1 - 120
segment_id
string
Maximum string length: 200
field_map
object

Source-trait → destination-field map. Each key is a dot-joined source trait path (≤5 segments); each value is the destination object field it is written to. At least one mapping; at most 200.

schedule_minutes
integer
Required range: 15 <= x <= 1440

Response

The updated destination mapping

data
object

One CRM reverse-ETL destination's segment→object mapping plus last-sync run status. No secrets — nango_connection_id is a connection identifier, not a key.

meta
object