The Add Chat ID API enables you to add specific chats to business labels. It verifies if the cloud session is active, retrieves available business labels, and associates the specified chats with a given label.Documentation Index
Fetch the complete documentation index at: https://help.eazybe.com/llms.txt
Use this file to discover all available pages before exploring further.
Endpoint
Authentication
You need to obtain the Organization Auth Token from your EazyBe Workspace.Access EazyBe Workspace
Go to workspace.eazybe.com
Headers
| Header | Value | Description |
|---|---|---|
Content-Type | application/json; charset=UTF-8 | Specifies JSON format |
Authorization | Bearer {token} | Organization Auth Token |
Request Payload
The API requires the following fields:| Field | Type | Description |
|---|---|---|
labelName | string | Name of the business label to add chats to |
contacts | array | List of contact phone numbers (international format) |
Example Payload
Code Example (Node.js)
Response
Success Response (200 OK)
Best Practices
Active Cloud Session
Ensure your cloud session is active before making API calls
Valid Label Name
Use an existing business label name from your workspace
International Format
Use international phone number format (e.g., 911234567891)
Valid Token
Maintain a valid Organization Auth Token
If you have any questions or need further assistance, feel free to reach out to us at hey@eazybe.com. We’re happy to help!