Discord

community_discord · action · Utility · Available · v1.0.0

Description

Discord Bot API v2.0 — 37 actions: Messages, Channels, Threads, Reactions, Roles, Members, Bans, Webhooks.

⚙️ Configuration parameters

Fields shown in the editor when configuring the node. Generated directly from the NodeDefconfigFields.

FieldTypeRequiredDefaultDescription
mode
Modalità
enum
webhookbot
yeswebhookwebhook = semplice (URL + nessuna auth). bot = avanzato (Bot Token + canali multipli).
webhookUrl
Webhook URL
expressionno
https://discord.com/api/webhooks/...
Solo per mode=webhook. Crea da: Server Settings → Integrations → Webhooks.
channelId
Channel ID (Bot mode)
expressionno
1234567890
Solo per mode=bot. Channel ID Discord (click destro su canale → Copia ID).
content
Messaggio
expressionno
🔔 Nuovo ordine #{{input.orderId}} per {{input.amount}}€
Plain text + markdown Discord. Max 2000 char. Supporta @user/@role/@everyone (se permessi).
embedJson
Embed (JSON, opzionale)
expressionno
{"title":"...", "color":3447003, "fields":[...]}
Embed Card Discord format. Max 6000 char tot. Usa Embed Visualizer per preview.
integrationLabel
Etichetta credenziali (opzionale)
stringno
Default account
Per gestire più account dello stesso provider. Lascia vuoto per il default.

💡 Configuration example

JSON snippet of the node as it appears in the workflow. Values are derived fromdefaultValue and from required parameters.

{
  "id": "node-community_discord-1",
  "defId": "community_discord",
  "label": "Discord",
  "config": {
    "mode": "webhook"
  }
}

🔗 Related nodes in the same category

Ready to use Discord?

Available now on all FlowForge plans. Try it free without a credit card.

Start freeBrowse all nodes