Edit Customer Details
Edit customers details in a specific conversation.
Headers
API key used for authenticating requests to the API.
Workspace identifier for the API.
Path Parameters
The unique identifier for the conversation whose customer details need to be edited.
Request Body
The new name of the customer. Provide this field only if you wish to update the name.
The new phone number of the customer in E.164 format (e.g., +1234567890). Provide this field only if you wish to update the phone number.
Make sure it is in E.164 format if you wish to change it.
The new email address of the customer. Provide this field only if you wish to update the email.
Response Fields
Indicates the status of the request. For successful requests, the value is “success”.
The unique identifier for the conversation where customer details were updated.
An object containing the updated customer details.