Teltel

Learn how to use Teltel with Composio

Overview

Enum

TELTEL

Description

TelTel is a telecom operator and software provider offering tools for automated voice and SMS communication, including contact center software, Voice/SMS API, and VoIP/SIP trunking.

Authentication Details

api_key
stringRequired

Actions

Tool to retrieve a list of calls with details (duration, time, status). use when you need to filter and page through call records.

Action Parameters

direction
string
from_datetime
string
limit
integer
page
integer
search
string
sort_field
string
sort_order
string
status
string
to_datetime
string

Action Response

data
object
error
string
successful
boolean
Tool to retrieve a list of sent and received sms messages. use when you need to page or filter sms logs by sender, recipient, status, or time range.

Action Parameters

end_time
string
from_number
string
page
integer
size
integer
start_time
string
status
string
to
string

Action Response

data
object
error
string
successful
boolean
Tool to retrieve a list of users from your teltel account. use when you need to page through or synchronize user records.

Action Parameters

limit
integer
offset
integer

Action Response

data
object
error
string
successful
boolean
Tool to receive inbound sms via webhook. use when handling incoming sms messages from teltel.

Action Parameters

encoding
string
from_number
stringRequired
message
stringRequired
msgid
stringRequired
time
stringRequired
to
stringRequired

Action Response

data
object
error
string
successful
boolean