Sendbird · Capability
Sendbird Customer Support Messaging
Workflow capability for customer support messaging using Sendbird — enabling support teams to manage customer conversations, assign agents, send messages, moderate users, and monitor channel activity for customer service operations.
What You Can Do
GET
List users
— List users (customers and agents).
/v1/users
POST
Create user
— Create a new user.
/v1/users
GET
Get user
— Get user details.
/v1/users/{user_id}
GET
List channels
— List group channels.
/v1/channels
POST
Create channel
— Create a support channel.
/v1/channels
GET
List messages
— List messages in a channel.
/v1/channels/{channel_url}/messages
POST
Send message
— Send a message.
/v1/channels/{channel_url}/messages
MCP Tools
list-users
List customers and agents in the Sendbird application.
read-only
get-user
Get details of a specific customer or agent.
read-only
create-support-channel
Create a new support conversation channel between a customer and agent.
list-channels
List all support conversation channels.
read-only
list-messages
List messages in a support conversation channel.
read-only
send-support-message
Send a message to a customer in a support channel.
ban-user
Ban a disruptive user from a channel.
idempotent
mute-user
Temporarily mute a user in a channel.
idempotent
APIs Used
sendbird-platform