SMS
Send SMS messages by connecting an SMS provider in the dashboard.
Sending SMS
Use channel = sms:
curl -X POST https://api.notifo.cloud/v1/notify/sms/text \
-H "X-Api-Key: notifo_live_abc123" \
-H "Content-Type: application/json" \
-d '{"to": "+905551234567", "text": "Your verification code: 789012"}'
Notes
- The
tofield must be in E.164 international format (+countrycode...) - SMS supports text only — media sends on this channel return
422 - Message length: standard SMS is 160 chars; longer messages are split automatically