---
title: "Handle Texml Incoming"
method: POST
path: "/public/webhooks/telnyx/texml"
tags: ["Webhooks - Telnyx"]
---

# Handle Texml Incoming

`POST /public/webhooks/telnyx/texml`

TeXML endpoint for incoming calls.
Returns XML with <Say> for GDPR notice and <Dial> for routing.

Routing logic:
- If caller has an existing lead with assigned user in team:
  Direct route to that user (15s timeout), fallback to full team.
- Otherwise: ring all team members simultaneously (30s timeout).

## Response `200`

Successful Response

- unknown

---

[API](https://skmtc.dev/multigest/apis/multigest-protected-api.md) · [All operations](https://skmtc.dev/multigest/apis/multigest-protected-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/multigest/multigest-protected-api/revisions/4b44eb76b3ee/schema)
