Skip to main content
POST
Edit Customer Details

Headers

string
required
API key used for authenticating requests to the API.
string
required
Workspace identifier for the API.

Path Parameters

string
required
The unique identifier for the conversation whose customer details need to be edited.

Request Body

string
The new name of the customer. Provide this field only if you wish to update the name.
string
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.
string
The new email address of the customer. Provide this field only if you wish to update the email.

Response Fields

string
Indicates the status of the request. For successful requests, the value is “success”.
string
The unique identifier for the conversation where customer details were updated.
object
An object containing the updated customer details.