mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-07 07:55:16 +02:00
10 lines
453 B
Text
10 lines
453 B
Text
|
|
---
|
||
|
|
title: "Inbound Call Webhook"
|
||
|
|
description: "Webhook endpoint that routes inbound calls to a specific agent"
|
||
|
|
openapi: "POST /api/v1/telephony/inbound/{workflow_id}"
|
||
|
|
---
|
||
|
|
|
||
|
|
Configure this URL in your telephony provider's dashboard (Twilio, Vonage, etc.) to route inbound calls to a specific agent. The `workflow_id` determines which agent handles the call.
|
||
|
|
|
||
|
|
See [Inbound Calls](/integrations/telephony/inbound) for full setup instructions per provider.
|