When you publish a release, AI drafts a short friendly announcement from the release notes and posts it to Discord with the link. Signature-verified.
GitHub release → AI-written announcement
How this workflow works
1. GitHub release webhook
triggerStarts the workflow — from an inbound HTTP request or on a schedule.
2. Verify GitHub signature
webhook-verifyRejects requests whose HMAC signature does not match your secret.
3. Only published releases
filterStops the run unless the payload matches your conditions.
4. Draft the announcement
ai-textGenerates text with an LLM and merges it into the payload under your output key.
5. Announce to community
discordPosts a message to a Discord channel via a channel webhook.
Run it without writing any code
Every step above is a visual node in the Requex workflow builder. Clone this template, fill in your own credentials where a step needs them, and it runs in the cloud — no server, no cron box, no npm install. Webhook-triggered workflows get an always-on URL; scheduled ones run on your cron expression.
Open this template in the builder