> ## 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.

# Register Webhooks

<Warning>
  Webhook registration is coming soon! For assistance in the meantime, please reach out to the Magna team.
</Warning>

### Adding a Webhook URL

1. **Log in to Your** [**Magna Account**](https://app.magna.so)**:** Navigate to the Magna dashboard and sign in with your credentials.
2. **Navigate to Webhooks Settings:**
   * Go to the Settings section.
   * Click on **Webhooks**.
3. **Add a New Webhook:**
   * Click the **Add Webhook** button.
   * Enter your endpoint URL where Magna will send the webhook events (e.g., `https://yourdomain.com/webhook`).
   * **Select Supported Action: (coming soon)**
     * Currently, only **Order Creation** is supported. Ensure this is the action selected.
4. **Save the Webhook:**
   * After configuring, click **Save** to register the webhook.

### Supported Actions

* **Order Creation:** Receive notifications whenever a new order is created within Magna.
* (more coming soon!)

### Secret Generation

Upon adding a webhook URL, Magna will automatically generate a unique **secret** for that webhook. This secret is crucial for verifying the authenticity of incoming requests. **Ensure you store this secret securely** as it will be used to validate the signatures of the webhook payloads.
