File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed
Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 352352 " guides/frameworks/webhooks-guides-overview" ,
353353 " guides/frameworks/nextjs-webhooks" ,
354354 " guides/frameworks/remix-webhooks" ,
355- " guides/examples/stripe-webhook"
355+ " guides/examples/stripe-webhook" ,
356+ " guides/examples/hookdeck-webhook"
356357 ]
357358 }
358359 ]
Original file line number Diff line number Diff line change @@ -31,6 +31,10 @@ A webhook handler is code that executes in response to an event. They can be end
3131 How to create a Stripe webhook handler and trigger a task when a 'checkout session completed'
3232 event is received.
3333 </Card >
34+ <Card title = " Hookdeck webhooks" icon = " webhook" href = " /guides/examples/hookdeck-webhook" >
35+ Use Hookdeck to receive webhooks and forward them to Trigger.dev tasks with logging and replay
36+ capabilities.
37+ </Card >
3438 <Card
3539 title = " Supabase database webhooks guide"
3640 icon = " webhook"
Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ Get set up fast using our detailed walk-through guides.
3737| [ Python web crawler] ( /guides/python/python-crawl4ai ) | Use Python, Crawl4AI and Playwright to create a headless web crawler |
3838| [ Sequin database triggers] ( /guides/frameworks/sequin ) | Trigger tasks from database changes using Sequin |
3939| [ Stripe webhooks] ( /guides/examples/stripe-webhook ) | Trigger tasks from incoming Stripe webhook events |
40+ | [ Hookdeck webhooks] ( /guides/examples/hookdeck-webhook ) | Use Hookdeck to receive webhooks and forward them to Trigger.dev tasks |
4041| [ Supabase database webhooks] ( /guides/frameworks/supabase-edge-functions-database-webhooks ) | Trigger tasks using Supabase database webhooks |
4142| [ Supabase edge function hello world] ( /guides/frameworks/supabase-edge-functions-basic ) | Trigger tasks from Supabase edge function |
4243| [ Using webhooks in Next.js] ( /guides/frameworks/nextjs-webhooks ) | Trigger tasks from a webhook in Next.js |
You can’t perform that action at this time.
0 commit comments