webhook_generate_receiver
Create webhook receiver endpoints with validation and idempotency. Configure providers such as Stripe or GitHub, set API key, and choose sync or async processing to receive and handle events.
Instructions
Generate webhook receiver endpoints with validation, idempotency, and processing
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | No | API key for authentication | |
| providers | Yes | Webhook providers to receive from (e.g. 'stripe', 'github', 'custom') | |
| processing | No | Whether to process webhooks synchronously or asynchronously | async |