Send SMS
documentedSend an SMS message.
GET https://api.unisender.com/ru/api/sendSmsMessagesno 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.unisender.com/ru/api/sendSms?format=json&api_key={{UNISENDER_API_KEY}}&phone={{$phone}}&sender={{$sender}}&text={{$text}}" -X GET -H "Accept: application/json"