SMS auto-reply
- Inbound SMS arrives
- Persona classifies and answers
- Hands off to human if needed
30 tools available
Telnyx is a communications platform offering voice, messaging, and data services through a global private network.
Connect Telnyx to Definable to auto-reply to inbound SMS, run targeted SMS campaigns, pipe voice → text → CRM. Personas call Telnyx's 30 tools directly from chat or scheduled flows. Hook this into a comms persona — answer inbound, run outbound, transcribe and route everything.
Every Telnyx action below is a callable tool any Definable persona can invoke.
Tool to create a new network. Use when you need to provision a fresh network resource before connecting devices.
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.
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.
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.
Tool to delete a network by ID. Use when you have obtained the network's identifier and need to remove it permanently.
Tool to delete a notification channel by ID. Use when you have the channel's identifier and need to remove it permanently.
Tool to delete a notification profile by ID. Use when you have the profile's identifier and need to remove it permanently.
Tool to delete a notification setting by ID. Use when you need to permanently remove an existing notification setting before reconfiguration.
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.
Tool to retrieve the current user account balance and credit details. Use after authenticating your account to check available balance.
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.
Tool to retrieve all connections in your account. Use when you need to list connections with pagination, filtering, and sorting.
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".
Tool to list all available global IP health check types. Use when you need to retrieve supported health check types for global IP configurations.
Tool to list messaging profiles. Use when you need to retrieve messaging profiles with optional pagination.
Tool to list configured messaging URL domains. Use when you need to retrieve messaging URL domains for a profile.
Tool to list available mobile network operators. Use when you need to discover operators optionally filtered by country code, operator name, or with pagination.
Tool to list all network interfaces for a specified network. Use after retrieving a network's ID to enumerate its interfaces.
Tool to list all networks in your account. Use when you need to retrieve networks with optional pagination and filtering.
Tool to list all notification channels. Use when you need to retrieve and paginate existing notification channels, optionally filtering by channel type.
Tool to list all notification event conditions. Use when you need to retrieve and paginate notification event conditions, optionally filtering by associated record type.
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.
Tool to list all notification profiles. Use when you need to retrieve and paginate your notification profiles with optional pagination.
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.
Tool to retrieve all configured SSO authentication providers. Use after authenticating to enumerate your organization's SSO providers.
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.
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.
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.
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.
Tool to update details of an existing network. Use when you have a network's identifier and need to modify its name or tags.
Anything Telnyx exposes through its API. Common phone & sms workflows on Definable include auto-reply to inbound SMS, run targeted SMS campaigns, pipe voice → text → CRM. Personas can call any of the 30 Telnyx tools directly, then chain the result into another integration without you writing code.
Telnyx uses API_KEY on Definable. You connect once from the integrations page, scoped to the permissions you choose, and from then on any persona that has the integration enabled can act on your behalf. Tokens are encrypted at rest and rotated automatically.
Yes — every Definable plan, including Starter, includes access to all 30 Telnyx tools. You only need a separate Telnyx subscription if Telnyx itself charges per seat or per API call.
Every call from a persona to Telnyx is logged with the user, persona, prompt, and response. Tokens never leave Definable's secrets vault, scopes are configurable per persona, and you can revoke access at any time from the integration page.
Sign up for Definable, open the integrations page, find Telnyx, and connect via OAuth or API key. You can immediately attach Telnyx to any persona and start running workflows. The free Starter plan includes 5,000 credits/month.
Definable exposes all 30 Telnyx actions as callable tools — including `Create Network`, `Create Notification Channel`, `Create Notification Profile`, plus 27 more. Each tool gets a typed parameter schema so personas know exactly how to call it.
Wire it up in minutes. No coding required.