Skip to main content
POST
Set contact custom field value

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

identifier
string
required

Contact identifier: the numeric contact id, an email address, or a phone number.

Minimum string length: 1
customFieldId
string
required

Custom field id (numeric string). Get it from customFields.list.

Pattern: ^\d+$

Body

application/json
value
string
required

New value for the custom field.

Response

OK

The response is of type any.