send_sms
Send SMS
Send an SMS message to one or multiple recipients. Supports single messages, 2-factor authentication codes, and bulk marketing campaigns. For bulk sending, provide an array of phone numbers in the "recipients" field.
send_sms
Send an SMS message to one or multiple recipients. Supports single messages, 2-factor authentication codes, and bulk marketing campaigns. For bulk sending, provide an array of phone numbers in the "recipients" field.
list_users
Retrieve all users associated with the TelTel account, including their SIP device details and individual API keys. Useful for mapping CRM users to TelTel users when integrating the webphone, or for discovering available agents.
list_campaigns
Retrieve all auto dialer campaigns from the TelTel account. Returns campaign details including ID, name, creation date, and campaign type. Optionally fetch a specific campaign by providing a campaign ID for detailed information.
hlr_lookup
Verify the availability and validity of a phone number using HLR (Home Location Register) lookup. Checks whether the number is active and reachable before initiating communication. Useful for cleaning contact lists and reducing failed call/SMS attempts.
list_calls
Retrieve call data records (CDR) from TelTel. Returns detailed information about calls including duration, time, status, and audio recording URLs. Use date filters to narrow down results, or filter by user to see a specific agent's calls.
initiate_call
Initiate an outbound Click2Call (callback) between an agent and a contact. The server first connects to the agent's phone or SIP device (A leg), then bridges the call to the contact's phone number (B leg). Use this to programmatically place calls from your CRM or application.
list_sms
Retrieve SMS message history from TelTel. Returns details about sent and received SMS messages including phone numbers, status, and timestamps. Use date filters to narrow results.
manage_campaign_contacts
Add, list, or remove contacts from an auto dialer campaign. Supports adding single contacts or bulk uploading multiple contacts at once. Each contact can include a phone number, name, and up to 5 custom parameters. When dynamically adding contacts via the API, enable the "Disable auto stop" option in the campaign settings.
manage_campaign
Create, update, or delete an auto dialer campaign. Supports setting campaign name, type, call flow, caller ID group, and status. When creating, provide a name and optional configuration. When updating, provide the campaign ID and the fields to change. When deleting, provide the campaign ID.
Initiate outbound voice calls (click-to-call/callback), send SMS messages, and manage auto dialer campaigns. Verify phone numbers via HLR lookup, retrieve detailed call data and recordings, and manage users and SIP devices. Supports bulk SMS for marketing campaigns, two-way SMS with inbound webhook forwarding, and real-time call event notifications via webhooks and WebSocket. Configure call forwarding logic for incoming calls.
Common questions about connecting Teltel to AI agents with Metorial.