Discord

Discord

Send Discord messages and manage guild channels, roles, and members.

14 actions
2 triggers

Actions

Name
send_channel_message

Send a message to a Discord channel.

send_webhook_message

Send a message through a Discord webhook URL.

find_channel

Find a Discord channel by name in a guild.

create_channel

Create a Discord channel in a guild.

rename_channel

Rename a Discord channel.

delete_channel

Delete a Discord channel.

list_guild_members

List or search guild members.

add_role_to_member

Add a role to a guild member.

remove_role_from_member

Remove a role from a guild member.

ban_member

Ban a user from a Discord guild.

unban_member

Remove a guild ban from a Discord user.

create_role

Create a Discord guild role.

delete_role

Delete a Discord guild role.

custom_api_call

Make a custom Discord API call with the connected bot token.

Triggers

Name
new_message

Triggers when a new message appears in a Discord channel.

new_member

Triggers when a new member appears in a Discord guild member poll.

Quick Start

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

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

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

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Discord to my app?

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

What actions does Discord support?

Discord supports 14 actions including Send Channel Message, Send Webhook Message, Find Channel, Create Channel, Rename Channel, and more.

Can I use Discord with AI agents?

Yes. Add Discord to an MCP server in TOOLS mode or CODE mode. CODE mode provides 3 meta-tools with on-demand API discovery for efficient agent access.

What authentication does Discord use?

Discord uses API Key. Weavz stores credentials securely and uses them for authorized action execution.

How much does the Discord integration cost?

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

What triggers does Discord support?

Discord supports 2 triggers including New Message, New Member.

Connect Discord in minutes

Get 1,000 free actions every month. No credit card required.