SMS Templates
SMS Templates are predefined messages that can be used over and over again when sending SMS. They save time when sending sms one at a time via the Close UI.
List sms templates.
GET /sms_template/
Create an SMS template.
POST /sms_template/
Fetch an SMS template.
GET /sms_template/{id}/
Update an SMS template.
PUT /sms_template/{id}/
Delete an SMS template.
DELETE /sms_template/{id}/