Create Webhook Subscription
webhooks_subscribeSubscribe to webhook events for astrology reports, transits, eclipses, and more. Receive a signing secret to verify delivery payload authenticity.
Instructions
Subscribe to outbound webhook deliveries. Events: report-ready, transit-alert, eclipse-alert. Returns a signing_secret used to verify the X-AstroWay-Signature HMAC-SHA256 header on each delivery.
[Group: Webhooks] [Cost: 10 credits (Tier 1)]
Example request body: {"event":"report-ready","url":"https://example.com/webhooks/astroway"}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| event | Yes | ||
| url | Yes |