Skip to content

Set custom field value

Set or overwrite a custom field value on a contact. The value type must match the field definition.

PUT /v1/contacts/{contactId}/fields/{slug}

Set or overwrite a custom field value on a contact. The value type must match the field definition.

Parameters

  • contactId (path, string) required

  • slug (path, string) required

Request body

Content-Type: application/json

  • value (any) required — Field value (type depends on field definition)

Responses

200 — Field value set

401

404