Skip to main content
Forward Autumn webhook events to a Slack or Discord channel with ready-made Svix transformations that turn each event into a clean, formatted message.

Supported events

Other event types — including Vercel Marketplace events — are skipped by the transforms so they are never delivered to your Slack or Discord channel.

Setup

1

Get an incoming webhook URL

Follow the official guide for the platform you want to use:Both flows give you a webhook URL that looks like https://hooks.slack.com/services/... or https://discord.com/api/webhooks/.... Keep it handy for the next step.
2

Add the webhook endpoint in Autumn

In your Autumn dashboard, go to Developer → Webhooks and click Add Endpoint. Paste in the URL from the previous step and select the events you want to subscribe to.
Adding a webhook endpoint in the Autumn dashboard
3

Enable transformations

Open the endpoint you just created, switch to the Advanced tab, and click Edit transformation.
The Advanced tab on a webhook endpoint, showing the Edit transformation button
Paste in the transform code below for the platform you’re targeting, then click Save and Enable.
The transformation editor with the Enabled toggle, code area, and Save and Enable button highlighted
4

Enable throttling

Back on the Advanced tab, click Edit next to Endpoint Throttling and set a sensible RPS (requests-per-second) limit. This prevents your Slack or Discord channel from being flooded during high-volume events such as bulk customer migrations or backfills.
Endpoint throttling editor with an RPS input field

Transform code

Copy the transform for your platform into the Code editor on the transformation page, then click Save and Enable.