| title | Your first webhook |
|---|---|
| description | Create a webhook in Val Town |
import Val from "@components/Val.astro";
This is a guide to creating a webhook in Val Town.
A webhook is a way to receive HTTP requests from other services, like GitHub, Stripe, Linear etc. For example, you can create a webhook that listens for new issues created in a GitHub repository, or a webhook that receives payment notifications from Stripe. (TODO - linkify those examples?)
Sign up to Val Town. It's free.
Or remix?
TODO - explain the connection between HTTP handler/trigger and webhook