TelTel integration (Communication). Imported from open-connector.
https://api.teltel.io/v2/account/balance
/sms/text
| Param | Type | Required | Description |
|---|---|---|---|
| from | string | required | Sender ID or DID number used for the outbound SMS message. |
| to | string | required | Destination phone number in international format. |
| message | string | required | Plain-text SMS body to send through TelTel. |
| callback | string | optional | Callback URL or boolean toggle for delivery notifications. |
/sms/reports
| Param | Type | Required | Description |
|---|---|---|---|
| limit | integer | optional | Maximum number of reports to return, up to 5000. |
| offset | integer | optional | Number of reports to skip before returning results. |
| fields | string | optional | Comma-separated list of TelTel report fields to include in the response. |
| sort | string | optional | Comma-separated TelTel sort expression, for example -created_at. |
| filter | string | optional | Comma-separated TelTel filter expression, for example from=37126118199. |
/sms/reports/{messageId}
| Param | Type | Required | Description |
|---|---|---|---|
| messageId | string | required | The TelTel outbound SMS message ID. |
| fields | string | optional | Comma-separated list of TelTel report fields to include in the response. |