Skip to content
Gladia Help Center home
Gladia Help Center home

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:

  1. Log in to your Gladia dashboard.

  2. Go to the Account β†’ Webhooks section.

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