Webhook Integration
Last updated
Was this helpful?
Last updated
Was this helpful?
You can set up Maestro to send webhook notifications about upload results from a specific project. This allows you to integrate upload events with your custom workflows, monitoring systems, or other external services.
Go to the settings in your Maestro Console
Navigate to the Project Settings page
Configure your Webhook URL
Enter the full URL where you want to receive webhook notifications
Get your Webhook Token
Copy the token provided in the settings page, to use it in your webhook endpoint as the Bearer Token.
Verify and Enable the Webhook
Webhook Payload Example
When an upload event occurs, a POST request will be sent to your configured URL with a JSON payload:
Manage Webhook Integration
You can update or disable the webhook at any time in the settings
You can have multiple webhooks configured for the same project
Test your webhook configuration with a sample payload