Discord
Paste an API keyPost to a channel the moment documents are ready.
What you can do
- Post to Discord — message plus the run's document links, via a channel webhook
No false success: every send/create in Discord is verified — ASHDOCS reads the item back from Discord's API before the step turns green. If it can't be found, the run fails honestly instead of pretending.
Get your Discord credentials
- 1In Discord open the channel → Edit channel → Integrations → Webhooks.
- 2Create a webhook and copy its URL.
Add the connection in ASHDOCS
- 1Open the Connections page in the flows console.
- 2Click “Connect with a key” and pick Discord.
- 3Paste: Webhook URL. ASHDOCS validates the credentials against Discord before saving — a bad key is rejected with a plain-English reason, never stored.
Use it in a flow
In the flow builder, add the Discord step, pick your connection, and fill the fields — values from earlier steps drop in as {{s1.field}} placeholders. Then hit Test this step in the step's panel to run it on its own before switching the flow on.
Troubleshooting
“refused the message (404)”
The webhook was deleted — create a new one in the channel settings and update the connection.
FAQ
Is the post verified?
Yes — ASHDOCS posts with wait=true and then reads the created message back from Discord before going green.
Rich embeds?
Plain text + links today — embeds on request.