Contacts
Update Contact By ID
Update a contact by ID.
PUT
Updates a contact identified by their unique ID. At least one field must be provided in the request body.
Path Parameters
The unique identifier of the contact to update.
Request Body
Contact name. Maximum 255 characters.
New phone number in E.164 format (e.g.,
+11234567890). Validates the number and checks for duplicates.IANA timezone string (e.g.,
America/New_York).New status for the contact. Use List Statuses to retrieve valid values.
New campaign to move the contact to.
Custom key-value data. Replaces the entire existing object — merge client-side if you need to preserve existing keys.
Behavior Notes
Changing timezone or campaign
Changing timezone or campaign
Changing
timezone or campaignId on an active contact will cancel and reschedule all pending calls and SMS.Changing phone number
Changing phone number
Changing
phoneNumber validates the new number and checks for duplicates across your team.Custom variables replacement
Custom variables replacement
customVariables replaces the entire object. If you need to update a single key, read the current values first, merge them client-side, and send the full object.Response
Always
true on a successful request.Human-readable confirmation message.
The updated contact object.