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

<Webhook>
  <url>https://hooks.yourapp.com/astra</url>
  <events>
    <event>task.created</event>
    <event>task.completed</event>
  </events>
</Webhook>

In this example:

  • We subscribe to task.created and task.completed.

  • Astra will POST payloads to your endpoint.

  • Validate signatures before processing.

Background

Create a free website with Framer, the website builder loved by startups, designers and agencies.