This page is part of the AeThex documentation system.
+
Webhooks let AeThex notify external systems when events happen, reducing the need for polling.
-
> [!NOTE]
-
> This article is a placeholder and should be expanded.
+
<div class="docs-section-heading">
+
<h2>Event delivery</h2>
+
<p>Use webhooks when an integration needs to react to changes in near real time.</p>
+
</div>
-
{{PageIndex}}
+
Webhooks may be used for project events, identity changes, organization updates, support workflows, build notifications, or integration-specific events as the platform expands.
+
+
## Webhook lifecycle
+
+
1. Register an endpoint for a project or organization.
+
2. Select event types.
+
3. Store and protect the signing secret.
+
4. Verify signatures on incoming requests.
+
5. Return success quickly and process work asynchronously.