Update contact attributes

Updates or adds custom attributes to an existing contact. Attributes are merged with existing ones.

Polymorphic ID formats

Behavior

  • Attributes are merged incrementally (only specified attributes are updated)
  • Existing attributes not included in the request remain unchanged

Response Data

The endpoint returns the complete contact object including:

  • All contact basic information (name, email, role, etc.)
  • All attributes (both updated and unchanged ones)
  • All tags associated with the contact
  • Custom contact ID, WhatsApp number, and other identifiers

Further Reading

Contact properties can be powerful tools in managing and understanding your customer base.
For a detailed guide on how to utilize contact properties within Customerly, including creating
custom properties and managing default ones, refer to:

A Complete Guide About Contact Properties

This guide provides step-by-step instructions and best practices for working with contact
properties in your Customerly account.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Contact polymorphic ID

Body Params
attributes
object
required
Responses

401

Authentication credentials are missing or invalid

403

You don't have permission to update this contact

404

Contact not found

422

Validation error. Possible causes: attributes must be an object, attribute names contain invalid characters (only alphanumeric, underscores, and hyphens allowed), or attribute values are arrays/objects (only simple types allowed: strings, numbers, booleans).

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json