Description
Discord Bot API v2.0 — 37 actions: Messages, Channels, Threads, Reactions, Roles, Members, Bans, Webhooks.
community_discord · action · Utility · Available · v1.0.0
Discord Bot API v2.0 — 37 actions: Messages, Channels, Threads, Reactions, Roles, Members, Bans, Webhooks.
Fields shown in the editor when configuring the node. Generated directly from the NodeDefconfigFields.
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
modeModalità | enumwebhookbot | yes | webhook | webhook = semplice (URL + nessuna auth). bot = avanzato (Bot Token + canali multipli). |
webhookUrlWebhook URL | expression | no | — https://discord.com/api/webhooks/... | Solo per mode=webhook. Crea da: Server Settings → Integrations → Webhooks. |
channelIdChannel ID (Bot mode) | expression | no | — 1234567890 | Solo per mode=bot. Channel ID Discord (click destro su canale → Copia ID). |
contentMessaggio | expression | no | — 🔔 Nuovo ordine #{{input.orderId}} per {{input.amount}}€ | Plain text + markdown Discord. Max 2000 char. Supporta @user/@role/@everyone (se permessi). |
embedJsonEmbed (JSON, opzionale) | expression | no | — {"title":"...", "color":3447003, "fields":[...]} | Embed Card Discord format. Max 6000 char tot. Usa Embed Visualizer per preview. |
integrationLabelEtichetta credenziali (opzionale) | string | no | — Default account | Per gestire più account dello stesso provider. Lascia vuoto per il default. |
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"
}
}Available now on all FlowForge plans. Try it free without a credit card.
Start freeBrowse all nodes