Sign in

Send SMS

documented

Send SMS messages (single, bulk, scheduled) with options like fast delivery, templates, grouping, and opt-out links.

POST /sms.doMessagesno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.smsapi.com/sms.do?to={{$to}}&from={{$from}}&message={{$message}}&format={{$format}}&date={{$date}}" \
  -X POST \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Accept: application/json"