SMS messages can be sent to verified phone numbers that belong to users. This functionality is only recommended for transactional SMS messages.
Create and send an SMS message to the supplied phone number ID
Success
Request was not successful
Authentication invalid
Authorization invalid
Resource not found
{- "message": "string",
- "phone_number_id": "string"
}
{- "object": "sms_message",
- "id": "string",
- "slug": "string",
- "from_phone_number": "string",
- "to_phone_number": "string",
- "phone_number_id": "string",
- "user_id": "string",
- "message": "string",
- "status": "string",
- "data": { },
- "delivered_by_clerk": true
}