eavz
Discord

Discord

Instant messaging and VoIP social platform

16 actions
2 triggers

Actions

Name
sendMessageWithBot

Send messages via bot to any channel or thread you want, with an optional file attachment.

send_message_webhook

Send a discord message via webhook

request_approval_message

send a message to a channel asking for approval and wait for a response

add_role_to_member

Add Guild Member Role

remove_role_from_member

Remove Guild Member Role

remove_member_from_guild

Remove Guild Member

list_guild_members

List Guild Members

rename_channel

rename a channel

create_channel

create a channel

delete_channel

delete a channel

find_channel

find a channel by name

remove_ban_from_user

Removes the guild ban from a user

createGuildRole

Creates a new role on the specified guild

deleteGuildRole

Deletes the specified role from the specified guild

ban_guild_member

Bans a guild member

custom_api_call

Make a custom API call to a specific endpoint

Triggers

Name
new_message

Triggers when a message is sent in a channel

new_member

Triggers when a new member joins a guild

Quick Start

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

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

const result = await weavz.actions.execute({
  integrationName: 'discord',
  actionName: 'sendMessageWithBot',
  input: { /* ... */ },
  connectionId: 'conn_id',
  workspaceId: 'ws_id',
})

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 16 actions including Send Message with Bot, Send Message Webhook, Request Approval in a Channel, Add role to member, Remove role from member, 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 80-98% context reduction with 3 meta-tools for efficient agent access.

What authentication does Discord use?

Discord uses API Key. Weavz handles token management, refresh, and secure credential storage automatically.

How much does the Discord integration cost?

The Discord integration is included on all Weavz plans including the free tier with 1,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 2 minutes

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