Telnyx icon

Telnyx

Communications API platform for messaging, voice, phone numbers, SIMs, calls, and network services.

Supports messaging and voice work across phone numbers, calls, SMS, messaging profiles, and network services.

Sign in to connect Telnyx

Sign in to connect an account and start using Telnyx in your apps.

Example Use Cases

These are example ways Snow can use Telnyx when building apps with you. This list is meant to show examples, not document every possible capability. Connecting an account does not make Snow run these automatically on its own.

Create Network

Tool to create a new network. Use when you need to provision a fresh network resource before connecting devices.

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.

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.

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.

Delete Network

Tool to delete a network by ID. Use when you have obtained the network's identifier and need to remove it permanently.

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.

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.

Delete Notification Setting

Tool to delete a notification setting by ID. Use when you need to permanently remove an existing notification setting before reconfiguration.

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.

Get User Balance

Tool to retrieve the current user account balance and credit details. Use after authenticating your account to check available balance.