Teltel
teltelTelTel is a telecom operator and software provider offering tools for automated voice and SMS communication, including cloud-based contact center software, Voice/SMS API, VoIP/SIP trunking, auto dialer, webphone integration, Click2Call, and webhook-based call event tracking for CRM integration.
Acciones disponibles (4)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Get Call ListTELTEL_GET_CALL_LISTAcciónTool to retrieve a list of calls with details (duration, time, status). use when you need to filter and page through call records.
TELTEL_GET_CALL_LISTAcciónTool to retrieve a list of calls with details (duration, time, status). use when you need to filter and page through call records.
Parámetros de entrada
pageintegerPage number to retrieve
limitintegerNumber of results per page (max 100)
searchstringSearch by phone number or contact name
statusstringFilter by call status (e.g., completed, missed)
directionstringenumFilter by call direction
inboundoutboundsort_fieldstringSort by this field (e.g., start_time)
sort_orderstringenumSort order: asc or desc
ascdescto_datetimestringEnd datetime filter (ISO 8601)
from_datetimestringStart datetime filter (ISO 8601)
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get SMS ListTELTEL_GET_SMS_LISTAcciónTool 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.
TELTEL_GET_SMS_LISTAcciónTool 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.
Parámetros de entrada
tostringFilter by recipient phone number (E.164 format)
pageintegerPage number for pagination (1-indexed)
sizeintegerNumber of items per page (max 100)
statusstringenumFilter by message status
sentdeliveredfailedend_timestringFilter messages sent/received before this ISO8601 timestamp
start_timestringFilter messages sent/received after this ISO8601 timestamp
from_numberstringFilter by sender phone number (E.164 format)
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Users ListTELTEL_GET_USERS_LISTAcciónTool to retrieve a list of users from your teltel account. use when you need to page through or synchronize user records.
TELTEL_GET_USERS_LISTAcciónTool to retrieve a list of users from your teltel account. use when you need to page through or synchronize user records.
Parámetros de entrada
limitintegerNumber of users to fetch, between 1 and 100. Defaults to 30 if not provided.
offsetintegerOffset for pagination, must be >= 0. Defaults to 0 if not provided.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Receive Inbound SMSTELTEL_RECEIVE_INBOUND_SMSAcciónTool to receive inbound sms via webhook. use when handling incoming sms messages from teltel.
TELTEL_RECEIVE_INBOUND_SMSAcciónTool to receive inbound sms via webhook. use when handling incoming sms messages from teltel.
Parámetros de entrada
tostringObligatorioDestination number that received the SMS
timestringObligatorioTimestamp of when the SMS was received (ISO 8601 format)
msgidstringObligatorioUnique message identifier provided by Teltel
messagestringObligatorioContent of the received SMS message
encodingstringType of message encoding (e.g., utf-8)
from_numberstringObligatorioSender's phone number who sent the SMS
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not