Create support channel
Open a new support channel between a company team member and a customer. Returns the existing channel if one already exists for that user.
Required permissions:
- support_chat:create
Request body
Example request
{
"account_id": "biz_xxxxxxxxxxxxxx",
"user_id": "user_xxxxxxxxxxxxx"
}Response
A successful response
Example response
{
"custom_name": "Project Alpha Team",
"customer_user": {
"id": "user_xxxxxxxxxxxxx",
"name": "John Doe",
"username": "johndoe42"
},
"last_message_at": "2023-12-01T05:00:00.401Z",
"resolved_at": "2023-12-01T05:00:00.401Z"
}Changes
Changed in 3 of the 74 revisions of this API.213
- ○
added the required property
to the response with the statusresponse-required-property-added
- ○
- ▲
added the new required request property
new-required-request-property
- ▲
removed the required property
from the response with the statusresponse-required-property-removed
- ●
removed the request property
request-property-removed
- ○
added the required property
to the response with the statusresponse-required-property-added
This revision also has 9 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
added the new optional request property
new-optional-request-property
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
Of the 74 revisions, 1 has no diff computed.