v8
OpenAPI 3.1.02026-08-033623795.0 MBSupport channels
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
post/support_channels
Request body
Example request
{
"company_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"
}