Create Network
Tool to create a new network. Use when you need to provision a fresh network resource before connecting devices.
30 tools available
Telnyx is a communications platform offering voice, messaging, and data services through a global private network.
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.
Wire it up in minutes. No coding required.