API Reference

Telinfy allows you to create campaigns by using the following api. You have to select a particular template for the campaign which will be sent to the contacts you selected

Log in to see full request history
Body Params
json
Defaults to { "campaignName": "test 02", "scheduleTime": "2022-09-27T19:07:15.478Z", "messages": [ { "to": "+91xxxxxxxxx", "templateName": "template _name", "language": "en_US", "header": { "parameters": [ { "type": "image", "image": { "link": "https://www.greenadsglobal.com -Logo.png" } } ] }, "body": null, "button": null }, { "to": "+91xxxxxxxxxx", "templateName": "template_name", "language": "en_US", "header": { "parameters": [ { "type": "image", "image": { "link": "https://www.green.png" } } ] }, "body": null, "button": null } ] }
Headers
string
Defaults to Bearer<access Token>
Responses

Language
Click Try It! to start a request and see the response here! Or choose an example:
application/json