Send SMS
documentedSend SMS messages.
POST /v2/smsSMSno implementation yet0 runsNo 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.transmitmessage.com/v2/sms" \
-X POST \
-H "x-api-key: {{KUDOSITY_API_KEY}}" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"to": "{{$to}}", "from": "{{$from}}", "text": "{{$text}}", "webhook_url": "{{$webhook_url}}"}'