Actions
| Name | Description |
|---|---|
send_messageSend an SMS or MMS message | Send an SMS or MMS message |
list_messaging_profilesList all messaging profiles in your account | List all messaging profiles in your account |
list_phone_numbersList all phone numbers in your Telnyx account | List all phone numbers in your Telnyx account |
create_callDial a phone number or SIP URI | Dial a phone number or SIP URI |
Quick Start
import { WeavzClient } from '@weavz/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute({
integrationName: 'telnyx',
actionName: 'send_message',
input: { /* ... */ },
connectionId: 'conn_id',
workspaceId: 'ws_id',
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Telnyx to my app?
Use Weavz Hosted Connect for API Key authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.
What actions does Telnyx support?
Telnyx supports 4 actions including Send Message, List Messaging Profiles, List Phone Numbers, Create Call.
Can I use Telnyx with AI agents?
Yes. Add Telnyx to an MCP server in TOOLS mode or CODE mode. CODE mode provides 3 meta-tools with on-demand API discovery for efficient agent access.
What authentication does Telnyx use?
Telnyx uses API Key. Weavz stores credentials securely and uses them for authorized action execution.
How much does the Telnyx integration cost?
The Telnyx integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
Connect Telnyx in minutes
Get 1,000 free actions every month. No credit card required.