Requex.me LogoRequex.me

Quick Answer

This template captures GitHub webhook events (push, pull_request, issues), verifies the signature, formats a message, and posts it to a Discord channel. Free, no Zapier or Make subscription.

Forward GitHub Events to Discord — Free Workflow Template

Pre-built workflow that turns GitHub webhook events into Discord channel messages. Includes signature verification, event filtering, and a Discord node.

Last updated: May 2026 • Free template

Workflow at a glance

Trigger

GitHub webhook

🔐Webhook · Verify

Verify X-Hub-Signature-256

🔀Switch

Route by event

🧪Transform

Format Discord embed

🎮Discord

Post to Discord

Preview only — open the template in the workflow builder to edit, configure, and run.

What you'll need

  • A GitHub repo with admin access
  • A Discord channel webhook URL
  • Free Requex.me workspace

Setup

  1. 1

    Generate a Requex webhook URL

    Open Requex.me and copy the URL.

  2. 2

    Register the webhook in GitHub

    Repo Settings → Webhooks → Add webhook. Paste the Requex URL. Content type: application/json. Set a Secret (any random string). Pick events: pushes, pull requests, issues.

  3. 3

    Open the template

    Workflows tab in Requex. The template loads with five nodes.

  4. 4

    Configure verification

    Click Webhook Verify. Paste the GitHub secret. The node validates the X-Hub-Signature-256 header using HMAC-SHA256.

  5. 5

    Add your Discord webhook URL

    In Discord: channel → Edit Channel → Integrations → Webhooks → New Webhook. Copy the URL. Paste it into the Discord node in Requex.

  6. 6

    Test it

    Push a commit. Within a second a formatted embed appears in your Discord channel with commit SHA, author, and message.

Why Requex for this

GitHub signs webhooks with HMAC-SHA256 over the raw body. If your tool reparses JSON before verifying, signatures fail. Requex preserves the raw body through the verify node and only parses after. Saves an hour of head-scratching.

Use this template

Open the workflow builder. Drag the nodes shown above. No signup required.

Import this template →

Related templates