Skip to main content

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:

  1. Go to Webhooks → Create New
  2. Configure options
  3. Copy the endpoint URL
  4. Use in your webhook provider