Weavz
Sendbird

Sendbird

Sendbird Chat Platform API v3 for users, group channels, messages, moderation, and webhooks.

8 tools
1 trigger

Tools

Name
list_users

List users in a Sendbird application.

upsert_user

Create or update a Sendbird user.

delete_user

Delete a Sendbird user. Sendbird keeps the user messages unless GDPR deletion is requested separately.

create_group_channel

Create a Sendbird group channel with members.

list_group_channels

List Sendbird group channels.

send_message

Send a user message to a Sendbird group or open channel.

delete_message

Delete a message from a Sendbird group or open channel.

ban_user

Ban a user from a Sendbird group or open channel.

Triggers

Name
webhook_event_received

Receive Sendbird Platform API webhook events. Configure this URL in Sendbird; this trigger does not verify webhook signatures.

Quick Start

TypeScript
import { WeavzClient } from '@weavz-io/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute('sendbird', 'list_users', {
  workspaceId: '550e8400-e29b-41d4-a716-446655440000',
  integrationAlias: 'sendbird',
  input: { /* ... */ },
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Sendbird to my app?

Use Weavz Hosted Connect for Custom authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.

What tools does Sendbird support?

Sendbird supports 8 tools including List Users, Upsert User, Delete User, Create Group Channel, List Group Channels, and more.

Can I use Sendbird with AI agents?

Yes. Add Sendbird to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.

Can Sendbird be used in stateful agent workflows?

Yes. Agents can combine Sendbird tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.

What authentication does Sendbird use?

Sendbird uses Custom. Weavz stores credentials securely and uses them for authorized action execution.

How much does the Sendbird integration cost?

The Sendbird integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.

What triggers does Sendbird support?

Sendbird supports 1 triggers including Webhook Event Received.

Connect Sendbird in minutes

Get 20,000 free action executions every month. No credit card required.