Skip to content

Commit ae8fca9

Browse files
committed
First webhook
1 parent b026df0 commit ae8fca9

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
title: Your first webhook
3+
description: Create a webhook in Val Town
4+
---
5+
6+
import Val from "@components/Val.astro";
7+
8+
This is a guide to creating a webhook in Val Town.
9+
10+
#### What is a webhook?
11+
12+
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?)
13+
14+
#### Step 1: Sign up to Val Town
15+
16+
[Sign up to Val Town](https://www.val.town/auth/signup). It's free.
17+
18+
#### Step 2: Create an HTTP handler
19+
20+
Or remix?
21+
22+
TODO - explain the connection between HTTP handler/trigger and webhook

0 commit comments

Comments
 (0)