Creating Webhook Endpoints
Basic Endpoint
arm webhook create
Named Endpoint
arm webhook create --name stripe-payments
Custom Response
arm webhook create \
--response-code 201 \
--response-body '{"received": true}'
With Forwarding
arm webhook create --forward http://localhost:4000/webhook
Dashboard
Create webhooks in the web dashboard:
- Go to Webhooks → Create New
- Configure options
- Copy the endpoint URL
- Use in your webhook provider