mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-07 07:55:16 +02:00
9 lines
464 B
Text
9 lines
464 B
Text
---
|
|
title: "Inbound Run Webhook"
|
|
description: "Webhook endpoint that starts agent runs from inbound calls"
|
|
openapi: "POST /api/v1/telephony/inbound/{workflow_id}"
|
|
---
|
|
|
|
Configure this URL in your telephony provider's dashboard (Twilio, Vonage, etc.) to start agent runs from 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.
|