Updating a Contact via non-Drift ID
PATCH https://driftapi.com/contacts/normalize?idType={type}&id={id}
This end point will behave identically to PATCH https://devdrift.com/contacts/{contactId}
Supported identifier types: drift, external, and anonymous
Identifier Type | Description |
---|---|
drift | The default identifier. Must be numeric. |
external | An optional identifier controlled by an organization. Drift will not overwrite this value unless instructed by the organization. |
anonymous | A Drift generated identifier for when the underlying contact may be in a flux. |
Updated over 3 years ago