Skip to main content
put/contacts/{contactId}/custom-fields/{customFieldId}

Set contact field value

LLM
View as Markdown
Open llms.txt

Sets or clears one custom field value on a contact. Send an empty string to clear the value while keeping the field definition available for future use.

Authorization

Scheme

  • bearerAuth

Required scopes

  • contact:update

Allowed roles

  • owner
  • admin
  • agent

Set a custom field value on a contact in scope.

Parameters

  • Name
    contactId
    Type
    path string
    Description
    Required parameter.
  • Name
    customFieldId
    Type
    path string
    Description
    Required parameter.

Request body

  • Name
    application/json
    Type
    SetContactCustomFieldValueRequest
    Description
    Required body.

Responses

  • 204

    Contact field value set

  • default

    Error

    • application/json ProblemDetails