File tree Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,17 @@ import VercelDocsCards from "/snippets/vercel-docs-cards.mdx";
11
11
- [ A Next.js project, set up with Trigger.dev] ( /guides/frameworks/nextjs )
12
12
- [ cURL] ( https://curl.se/ ) installed on your local machine. This will be used to send a POST request to your webhook handler.
13
13
14
+ ## GitHub repo
15
+
16
+ <Card
17
+ title = " View the project on GitHub"
18
+ icon = " GitHub"
19
+ href = " https://github.com/triggerdotdev/examples/tree/main/nextjs-webhooks/my-app"
20
+ >
21
+ Click here to view the full code for this project in our examples repository on GitHub. You can
22
+ fork it and use it as a starting point for your own project.
23
+ </Card >
24
+
14
25
## Adding the webhook handler
15
26
16
27
The webhook handler in this guide will be an API route.
Original file line number Diff line number Diff line change @@ -9,6 +9,17 @@ description: "Learn how to trigger a task from a webhook in a Remix app."
9
9
- [ A Remix project, set up with Trigger.dev] ( /guides/frameworks/remix )
10
10
- [ cURL] ( https://curl.se/ ) installed on your local machine. This will be used to send a POST request to your webhook handler.
11
11
12
+ ## GitHub repo
13
+
14
+ <Card
15
+ title = " View the project on GitHub"
16
+ icon = " GitHub"
17
+ href = " https://github.com/triggerdotdev/examples/tree/main/remix-webhooks"
18
+ >
19
+ Click here to view the full code for this project in our examples repository on GitHub. You can
20
+ fork it and use it as a starting point for your own project.
21
+ </Card >
22
+
12
23
## Adding the webhook handler
13
24
14
25
The webhook handler in this guide will be an API route. Create a new file ` app/routes/api.webhook-handler.ts ` or ` app/routes/api.webhook-handler.js ` .
You can’t perform that action at this time.
0 commit comments