Discord

Messaging integration · 1 node(s).

00Overview

Discord messaging and webhook operations

Every field below is exactly what you see in the Flomation editor. Fields marked ● live picker let you choose from a list pulled live from your account — no IDs to look up.

01Connecting Discord

Add your credentials as a Flomation environment secret, then pick them in each node. The connection fields are:

i
Pick an Environment on your flow (Flow Settings → Environment) so the secret resolves. Secret fields never show the value — they reference ${secrets.your_secret}.

02Webhook

Discord Webhook

messaging/discord/webhook · Action

Send a message to a Discord channel via webhook

FieldTypeDetails
Webhook URLstringRequiredhttps://discord.com/api/webhooks/...
Message ContenttextRequiredHello from Flomation!
Username OverridestringFlomation Bot
Avatar URLstringhttps://example.com/avatar.png

Returns: tool_result, status_code, success

03Notes & Limitations

Behaviours and constraints worth knowing before you build with these nodes.