All templates
Integration#Discord#Webhook#HTTP#Integration

Discord Incoming Webhook

Post a message to a Discord channel with a single HTTP node — structured text input and webhook JSON body.

Discord Incoming Webhook

Minimal Input → HTTP → Output flow for Discord incoming webhooks. The HTTP node sends a JSON body whose content field is filled from the workflow input ($messageInput.body.text when the run comes from the API with a JSON body).

Setup

  1. In Discord: channel → Edit ChannelIntegrationsWebhooksNew Webhook, copy the webhook URL.
  2. In Heym, open the HTTP node and replace the placeholder URL (000000000000000000/your-webhook-token) with your real webhook path. Do not paste live tokens into templates you commit or share publicly — use Heym credentials or paste only inside your instance.

API runs

With inputFields: [{ "key": "text" }], callers can POST {"text":"Hello from Heym"} to the workflow; the expression $messageInput.body.text resolves to that field.

Notes

  • Discord returns JSON on success; the Output node echoes a short line plus the HTTP result.
  • If content can contain characters that break JSON, add a sanitization or formatting step upstream.

How to import this template

  1. 1Click Import → Copy JSON on this page.
  2. 2Open your Heym and navigate to a workflow canvas.
  3. 3Press Cmd+V / Ctrl+V — nodes appear instantly.
  4. 4Add your API keys in the node config panels and click Run.
#Discord#Webhook#HTTP#Integration

Click a node to select it — same as the Heym editor; the panel shows its settings.

4 nodes · Free & source-available

Explore related automations — each page links to other templates so you can discover more use cases.

Heym
incident analysis · production AI
Observed across 100s of AI rollouts

AI workflows don't fail because of prompts.
They fail because of orchestration.

symptom · glue code01
5 tools
Scripts, vector DB, approval bot, tracing, browser runner — none of them talk.
symptom · visibility02
~0%
Observable behavior across the stack. Debugging is guesswork.
with heym · one runtime
1 canvas
Agents, RAG, HITL, MCP, traces & evals. Self-hosted. Observable.
AI-Native RuntimeProduction-Grade
github.com/heymrun/heym