| name | teltel-send-sms-text-message |
| description | Send SMS text messages via TelTel (teltel.io) using the REST API (api.teltel.io). Includes bulk send, delivery report, and bulk sms. |
| metadata | {"openclaw":{"emoji":"💬","homepage":"https://www.teltel.io/","primaryEnv":"TELTEL_API_KEY"}} |
Use the bundled Node scripts to send SMS via the TelTel API.
Before you use the skill (TelTel prerequisites)
- Register at https://www.teltel.io/
- Add funds / credit to your TelTel account
- From the TelTel SMS section, send a test SMS first to confirm your sender name/phone is accepted/verified
- In TelTel Settings, find your API key
- Enjoy
Configure from the OpenClaw Skills panel
API key field (shown in the Skills UI)
This skill declares TELTEL_API_KEY as its primary env var, so the OpenClaw Skills UI can show an API key input for it.
Under the hood it maps to:
skills.entries.teltel-send-sms-text-message.apiKey → TELTEL_API_KEY
Default sender
Set a default sender name/number (used when you do not pass --from):
skills.entries.teltel-send-sms-text-message.env.TELTEL_SMS_FROM
Configure via environment variables (alternative)
TELTEL_API_KEY (required)