Create Webhook Subscription
hyros_create_webhook_subscriptionSet up webhook subscriptions to receive Hyros events at your HTTPS endpoint. Returns a one-time secret key to verify incoming payload signatures.
Instructions
Subscribe an endpoint to Hyros events. Returns a secretKey used to verify the X-Hyros-Signature header on delivered payloads; the key is shown only once, so surface it to the user immediately.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Subscription name | |
| targetUrl | Yes | HTTPS URL that will receive the event POSTs | |
| eventTypes | Yes | Events to subscribe to |