Webhooks
Webhooks allow you to receive real-time notifications when your dashboard generation completes, eliminating the need to poll the status endpoint.
Overview
Configuration
Security: Signature Verification
Signature Header
secret = sha256(b"alloy_<your_key>").hexdigest()Webhook Payload
Example Webhook Payload
Verifying the Signature
Python Example
Node.js Example
Best Practices
Testing Webhooks
Last updated