cURL
curl --request POST \ --url https://api.telepie.com/v1/sms/template \ --header 'apikey: <api-key>'
Our web portal features a send SMS option with a templateId, making your messaging processes more efficient and consistent.
{ "sender": "AOCAPI", "to": "91XXXXXXXXXX", "templateId": "150716565XXXXXXXXXX", "custom": ["var1", "var2"], "type": "TRANS" }
Was this page helpful?