Requex.me LogoRequex.me

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

ai5 steps·Free — clone into your account in one click

How this workflow works

  1. 1. GitHub release webhook

    trigger

    Starts the workflow — from an inbound HTTP request or on a schedule.

  2. 2. Verify GitHub signature

    webhook-verify

    Rejects requests whose HMAC signature does not match your secret.

  3. 3. Only published releases

    filter

    Stops the run unless the payload matches your conditions.

  4. 4. Draft the announcement

    ai-text

    Generates text with an LLM and merges it into the payload under your output key.

  5. 5. Announce to community

    discord

    Posts 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
GitHub release → AI-written announcement — Free Template | Requex.me