Register Webhooks
Webhook registration is coming soon! For assistance in the meantime, please reach out to the Magna team.
Adding a Webhook URL
Log in to Your Magna Account: Navigate to the Magna dashboard and sign in with your credentials.
Navigate to Webhooks Settings:
Go to the Settings section.
Click on Webhooks.
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.
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?