Automations
Webhooks
Webhooks push Astra Forge events to your systems in real time.
What are Webhooks?
Webhooks are HTTP callbacks. When an event happens (like task completion), Astra sends a signed POST to your URL with event data.
Key Features
Event Subscriptions – Choose only what you need.
Signed Payloads – Verify authenticity.
Retry Policy – Resilient delivery.
Granular Endpoints – Separate concerns by event type.
Test Sends – Validate before going live.
Why Use Them?
Webhooks connect Astra with CI/CD, BI, and internal tools so your stack stays in sync.
Webhooks in Action
In this example:
We subscribe to task.created and task.completed.
Astra will POST payloads to your endpoint.
Validate signatures before processing.
