# Telnyx AI integration on Definable

> Telnyx is a communications platform offering voice, messaging, and data services through a global private network.

## What this connects

Telnyx is a communications platform offering voice, messaging, and data services through a global private network.

Vendor: https://telnyx.com/

## Tools available

**30** tools available. First 12:

- `TELNYX_CREATE_NETWORK` — Create Network — Tool to create a new network. Use when you need to provision a fresh network resource before connecting devices.
- `TELNYX_CREATE_NOTIFICATION_CHANNEL` — Create Notification Channel — Tool to create a notification channel. Use when you need to register a channel (SMS, voice, email, or webhook) to receive notifications. E.g., create a webhook channel for event callbacks.
- `TELNYX_CREATE_NOTIFICATION_PROFILE` — Create Notification Profile — Tool to create a notification profile. Use when you need to register a new profile to group notification channels (SMS and voice) and define notification settings. Must be called before TELNYX_CREATE_NOTIFICATION_CHANNEL, as channel creation requires the notification_profile_id returned by this tool.
- `TELNYX_CREATE_NOTIFICATION_SETTING` — Create Notification Setting — Tool to add a notification setting. Use after creating the event condition, profile, and channel. All three UUID parameters must be fetched dynamically from their respective list/create endpoints; hardcoded IDs are not portable across accounts.
- `TELNYX_DELETE_NETWORK` — Delete Network — Tool to delete a network by ID. Use when you have obtained the network's identifier and need to remove it permanently.
- `TELNYX_DELETE_NOTIFICATION_CHANNEL` — Delete Notification Channel — Tool to delete a notification channel by ID. Use when you have the channel's identifier and need to remove it permanently.
- `TELNYX_DELETE_NOTIFICATION_PROFILE` — Delete Notification Profile — Tool to delete a notification profile by ID. Use when you have the profile's identifier and need to remove it permanently.
- `TELNYX_DELETE_NOTIFICATION_SETTING` — Delete Notification Setting — Tool to delete a notification setting by ID. Use when you need to permanently remove an existing notification setting before reconfiguration.
- `TELNYX_GET_BLACK_BOX_TEST_RESULTS` — Get Black Box Test Results — Tool to retrieve black box test results from Telnyx SETI Observability. Use when you need to check service health and test results, optionally filtering by product.
- `TELNYX_GET_USER_BALANCE` — Get User Balance — Tool to retrieve the current user account balance and credit details. Use after authenticating your account to check available balance.
- `TELNYX_LIST_AUDIT_LOGS` — List Audit Logs — Tool to retrieve a list of audit log entries for your account. Use when you need to review recent resource changes with optional pagination and date filters.
- `TELNYX_LIST_CONNECTIONS` — List Connections — Tool to retrieve all connections in your account. Use when you need to list connections with pagination, filtering, and sorting.

## Auth

Auth schemes: `API_KEY`.

## How agents use Telnyx

Inside a Definable workflow, Telnyx is one of the tools the **Distributor specialist** can call. Example coordination patterns:

- **Researcher → Telnyx** — the Researcher (GPT-5.5) pulls context from Telnyx (records, threads, documents), synthesises findings, and briefs the rest of the team.
- **Writer → Distributor → Telnyx** — the Writer (Claude Opus 4.7) drafts copy in brand voice, the Verifier passes it, then the Distributor writes the result into Telnyx (create record, post message, draft email).
- **Designer / Engineer → Distributor → Telnyx** — the Designer ships an asset or the Engineer ships a code change, the Distributor delivers it via Telnyx (attach file, open PR comment, post status).

The Verifier checks every Telnyx call. On rate limit, schema drift, or auth refresh it self-heals and retries — the workflow completes without manual intervention.

## Categories

- phone & sms — https://definable.ai/apps/category/phone-&-sms/
- communication — https://definable.ai/apps/category/communication/

## Related

- HTML page: https://definable.ai/apps/telnyx/
- Same category (phone & sms): https://definable.ai/apps/category/phone-&-sms/
- All integrations: https://definable.ai/apps/
- Workflow (multi-agent loop): https://definable.ai/workflow/
- Apps llms.txt index: https://definable.ai/llms-apps.txt
