Sms messages

Draft send an SMS message from an SMS template

post/sms_templates/{id}/draft_send

Path parameters

idstring required

The ID of the SMS template

Request body

fromstring required

The ID of the phone number to send the SMS from

tostring required

The phone number to send the SMS to

variablesobject

Variables to use in the email template

Response

A DraftSMSMessage representing what would have been sent

fromstring required

The phone number the SMS message would be sent from

tostring required

The phone number the SMS message would be sent to

messagestring required

The message that would be sent

Changes

No recorded changes to this endpoint across all 1 revision of this API.