Telnyx

Integrate Telnyx with your AI workspace

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

Explore Triggers and Actions

Create Network

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

ActionTry it

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.

ActionTry it

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.

ActionTry it

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.

ActionTry it

Delete Network

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

ActionTry it

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.

ActionTry it

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.

ActionTry it

Delete Notification Setting

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

ActionTry it

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.

ActionTry it

Get User Balance

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

ActionTry it

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.

ActionTry it

List Connections

Tool to retrieve all connections in your account. Use when you need to list connections with pagination, filtering, and sorting.

ActionTry it

List Dynamic Emergency Endpoints

Tool to list dynamic emergency endpoints. Use when you need to retrieve dynamic emergency endpoint records, optionally filtered by status or country. Example: "List all activated endpoints in US".

ActionTry it

List Global IP Health Check Types

Tool to list all available global IP health check types. Use when you need to retrieve supported health check types for global IP configurations.

ActionTry it

List Messaging Profiles

Tool to list messaging profiles. Use when you need to retrieve messaging profiles with optional pagination.

ActionTry it

List Messaging URL Domains

Tool to list configured messaging URL domains. Use when you need to retrieve messaging URL domains for a profile.

ActionTry it

List Mobile Network Operators

Tool to list available mobile network operators. Use when you need to discover operators optionally filtered by country code, operator name, or with pagination.

ActionTry it

List Network Interfaces

Tool to list all network interfaces for a specified network. Use after retrieving a network's ID to enumerate its interfaces.

ActionTry it

List Networks

Tool to list all networks in your account. Use when you need to retrieve networks with optional pagination and filtering.

ActionTry it

List Notification Channels

Tool to list all notification channels. Use when you need to retrieve and paginate existing notification channels, optionally filtering by channel type.

ActionTry it

List Notification Event Conditions

Tool to list all notification event conditions. Use when you need to retrieve and paginate notification event conditions, optionally filtering by associated record type.

ActionTry it

List Notification Events

Tool to list all notification events with their IDs. Use to dynamically retrieve notification_event_condition_id values before configuring webhook subscriptions — IDs are account-specific and must not be hardcoded, as stale IDs silently prevent events (e.g., call routing, recording) from reaching the webhook.

ActionTry it

List Notification Profiles

Tool to list all notification profiles. Use when you need to retrieve and paginate your notification profiles with optional pagination.

ActionTry it

List Phone Numbers

Tool to list phone numbers associated with your account. Use when you need to retrieve and filter your phone numbers with optional pagination and sorting.

ActionTry it

List SSO Authentication Providers

Tool to retrieve all configured SSO authentication providers. Use after authenticating to enumerate your organization's SSO providers.

ActionTry it

Retrieve Network

Tool to retrieve details of a specific network by ID. Use after obtaining the network's identifier to fetch its current attributes before update or delete operations.

ActionTry it

Retrieve Notification Channel

Tool to retrieve a notification channel by ID. Use after you have a channel ID and need its details, such as name, type, and status.

ActionTry it

Retrieve Notification Profile

Tool to retrieve a notification profile by ID. Use after obtaining the profile ID when you need details about its webhook endpoints and subscribed events.

ActionTry it

Retrieve Notification Setting

Tool to retrieve a notification setting by ID. Use after obtaining the notification setting ID to fetch its details, such as status, parameters, and associated channel.

ActionTry it

Update Network

Tool to update details of an existing network. Use when you have a network's identifier and need to modify its name or tags.

ActionTry it