Back to Tools

Discord

Communication

Discord bot integration. Send messages, manage channels, and interact with servers.

Available Actions
messageschannelswebhooksembeds
Input Schema
{
  "type": "object",
  "required": [
    "channel_id"
  ],
  "properties": {
    "embeds": {
      "type": "array"
    },
    "content": {
      "type": "string"
    },
    "channel_id": {
      "type": "string"
    }
  }
}
Output Schema
{
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "channel_id": {
      "type": "string"
    }
  }
}
Quick Start

API Endpoint

POST /api/execute/discord

cURL Example

curl -X POST \
  https://api.nulayers.com/execute/discord \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"action": "messages"}'
Integration

Get your API key from the dashboard to start using this tool in your AI applications.