- setting up webhook endpoints
- verifying webhook requests
- and processing webhook events
GitHub Repository
You can find the project source code on GitHub.
Overview
Webhooks allow external services to notify your application when events occur. For example, you can use webhooks to receive notifications when a new order is placed in your e-commerce store, a new user signs up, or a new message is sent in your chat application. Upstash Workflow provides a simple way to receive these events and trigger workflows based on the incoming data autonomously.Setting Up Webhook Endpoints
Basic Setup
To create a webhook endpoint, use theserve
function from @upstash/workflow
: