How to manage my webhooks ?
Gladia uses Svix to handle webhooks, which means you get a reliable and secure way to receive events (like transcription completion) directly to your servers.
Hereβs how to manage your webhooks:
Log in to your Gladia dashboard.
Go to the Account β Webhooks section.
From here, you can:
Create a new webhook endpoint by providing your server URL.
Edit or delete existing endpoints if you need to change where events are sent.
Test delivery to make sure your endpoint is responding correctly.
Monitor the usage of your webhook.
Security
Svix automatically signs webhook requests. Youβll find your signing secret in the dashboard.
Always verify signatures on your server to ensure the request really comes from Gladia.