Register Webhooks

Adding a Webhook URL

  1. Log in to Your Magna Account: 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.

Last updated

Was this helpful?