Customers
Customers represent the people who interact with your agents. You can store contact information, custom fields, and tags to segment them.
Available endpoints
| Method | Endpoint | Description |
|---|---|---|
GET | /v1/clients | List every customer |
GET | /v1/clients/{id} | Get a customer by ID or phone |
POST | /v1/clients | Create a new customer |
PATCH | /v1/clients/{id} | Update a customer by phone |
DELETE | /v1/clients/{id} | Delete a customer by ID or phone |
Consejo
Customers can have custom fields defined per workspace. See the Custom Fields section to list, create, update, or delete them.