SMS
Send a test SMS
Sends a real test text message. Test sends charge credits, bypass quiet hours, are excluded from step stats, and are limited to 5 per company per hour. Requires the SMS add-on with a verified number.
post/sms/test
Request body
Example request
{
"to": "+15550100123",
"text": "Test from Sequenzy"
}Response
Test SMS queued successfully
Example response
{
"success": true,
"smsSendId": "sms_abc123",
"toPhone": "+15550100123",
"message": "Test SMS queued to +15550100123. Test sends bypass quiet hours, charge credits, and are excluded from step stats."
}