Webhook function

Generic webhook smoke test

ID ep_PwIK9Ep15m · Created 2026-07-07T19:13:48+00:00

Dashboard

Use this URL

Paste it into Alta as the webhook destination, or POST to it from a test sender.

Secret hidden. Use the URL returned at creation time.

Captured webhooks

Waiting for requests… Send a webhook to the receiver URL.

Response function and curl test

Quick curl

curl -i -X POST '/private/webhook-gateway/h/ep_PwIK9Ep15m/SECRET' \
  -H 'Content-Type: application/json' \
  -d '{"hello":"world"}'