← Tools Reference

TelTel

TelTel integration (Communication). Imported from open-connector.

API key4 toolshttps://api.teltel.io/v2
GET
teltel_get_account_balance
Get the current TelTel account balance, credit, and credit limit.

/account/balance

POST
teltel_send_sms
Send a single outbound SMS message through the TelTel SMS outbox API.

/sms/text

4 parameters
ParamTypeRequiredDescription
fromstringrequiredSender ID or DID number used for the outbound SMS message.
tostringrequiredDestination phone number in international format.
messagestringrequiredPlain-text SMS body to send through TelTel.
callbackstringoptionalCallback URL or boolean toggle for delivery notifications.
GET
teltel_list_sms_reports
List outbound TelTel SMS delivery reports with optional paging and filter parameters.

/sms/reports

5 parameters
ParamTypeRequiredDescription
limitintegeroptionalMaximum number of reports to return, up to 5000.
offsetintegeroptionalNumber of reports to skip before returning results.
fieldsstringoptionalComma-separated list of TelTel report fields to include in the response.
sortstringoptionalComma-separated TelTel sort expression, for example -created_at.
filterstringoptionalComma-separated TelTel filter expression, for example from=37126118199.
GET
teltel_get_sms_report
Get the delivery report for one outbound TelTel SMS message.

/sms/reports/{messageId}

2 parameters
ParamTypeRequiredDescription
messageIdstringrequiredThe TelTel outbound SMS message ID.
fieldsstringoptionalComma-separated list of TelTel report fields to include in the response.