Skip to Content
WebhooksFinding Your Webhook URL

Finding Your Webhook URL

Every Dialora agent has a unique webhook URL that’s automatically generated when you create the agent.

Step-by-Step:

  • Navigate to Your Agent: Go to your Dialora dashboard and select your agent.
  • Access Advanced Settings: Click on the β€œAdvanced Settings” tab.
  • Scroll to Call Management: Look for the β€œCall Management” section.
  • Copy Your Webhook: Your unique webhook URL will be displayed here.

Your webhook URL format will look like this:

https://api.dialora.ai/webhooks/agents/webh_7ejvxjh9lq6bdgwo/trigger

Important: Keep this URL secure. Anyone with access to this webhook can trigger calls from your agent.

Webhook or the Calls API?

The webhook URL is the no-code path β€” paste it into Zapier, Make.com, n8n, or a form builder and you’re done.

If you’re writing code, use the Calls API instead: an authenticated POST to /api/v1/calls with an API key whose scopes you control, plus a signed completion webhook you can verify. See the API Reference and What Are Webhooks.