Discord Incoming Webhook
Post a message to a Discord channel with a single HTTP node — structured text input and webhook JSON body.
The full canvas, before you import it
Click any node to see its config.
Click a node to select it — same as the Heym editor; the panel shows its settings.
3 nodes · Free & source-available
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
- In Discord: channel → Edit Channel → Integrations → Webhooks → New Webhook, copy the webhook URL.
- 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
contentcan contain characters that break JSON, add a sanitization or formatting step upstream.
How to import this template
- 1Click Import → Copy JSON on this page.
- 2Open your Heym and navigate to a workflow canvas.
- 3PressCmd+V/Ctrl+V— nodes appear instantly.
- 4Add your API keys in the node config panels and click Run.
Discover more automations
- App IntegrationsBrave Search APISearch the web with Brave Search API and return the raw result body for downstream agents or sub-workflows.
- App IntegrationsOpen-Meteo Weather SnapshotPull live weather (no API key) from Open-Meteo for any city coordinates — great for travel bots and dashboards.
- App IntegrationsAI Incident Digest to DiscordTurn a raw incident update into a calm, action-oriented Discord alert for the right channel.
- App IntegrationsNormalized Webhook JSON ResponseMap an incoming event into a compact, stable JSON response body for downstream callers.
- App IntegrationsEDI ASN Discrepancy AgentParse EDI 856 advance ship notices, compare expected purchase orders, and alert logistics teams about receiving mismatches.
- App IntegrationsLive Football Score Commentary with DedupeNormalize live match events, suppress provider retries with Redis, write grounded fan commentary, and post each new update to Discord.
- Customer SupportHITL Support Reply AgentDraft a customer-facing support response, pause for human approval, then continue with the reviewed reply.
- Dev & IT OpsCodex PR Fix AgentSend a coding task to Codex, open a draft PR when it succeeds, and notify Slack when Codex needs follow-up input.
- Dev & IT OpsOpenCode Go PR Fix AgentSend a coding task to OpenCode Go, open a review-ready pull request, and return the implementation result.
- Dev & IT OpsAgent-Guided Codex PR DispatcherLet an Agent inspect a GitHub request, prepare a confirmed Codex task, open a ready PR, and notify Slack when Codex needs input.
- Marketing & SEOReddit Subreddit GET Tool CallLet an Agent call a no-key HTTP GET tool that fetches hot posts from a subreddit JSON feed.
- AI AgentsBatch LLM Status TrackerSend an array through the OpenAI Batch API, branch on live status updates, and collect the final per-item results.