---
title: "Handle Inbound Telephony"
method: POST
path: "/api/v1/telephony/inbound/{workflow_id}"
tags: ["main"]
deprecated: true
---

# Handle Inbound Telephony

`POST /api/v1/telephony/inbound/{workflow_id}`

> **Deprecated.**

[LEGACY] Per-workflow inbound webhook.

Superseded by ``POST /inbound/run``, which resolves the workflow from
the called number's ``inbound_workflow_id`` and lets a single webhook
URL serve every workflow in the org. New integrations should point
their provider at ``/inbound/run``; this route is kept only for
existing provider configurations that still encode ``workflow_id``
in the URL.

## Path parameters

- `workflow_id` integer, required

## Response `200`

Successful Response

- unknown

## Other responses

- `404` — Not found
- `422` — Validation Error

---

[API](https://skmtc.net/dograh/apis/dograh-api.md) · [All operations](https://skmtc.net/dograh/apis/dograh-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dograh/dograh-api/versions/e7d045c0295a/schema)
