> ## Documentation Index
> Fetch the complete documentation index at: https://docs.magna.so/llms.txt
> Use this file to discover all available pages before exploring further.

# Webhooks

Magna Webhooks allow your platform to receive real-time notifications about specific events occurring within Magna. By integrating webhooks, you can automate workflows, synchronize data, and respond promptly to critical events.

<Note>
  Currently, Magna Webhooks support only the **Order Creation** action. Additional actions will be supported in the near future.
</Note>

## Prerequisites

Before setting up webhooks, ensure you have:

* An active [Magna account](https://app.magna.so/) with the necessary permissions.
* A server or endpoint ready to receive HTTP POST requests from Magna.
* Basic knowledge of TypeScript (for signature verification).
