cURL
curl --request POST \ --url https://api.telepie.com/v1/rcs \ --header 'apikey: <api-key>'
If you don’t want to change the Image in the Template
curl -G - /v1/rcs\ -H 'apikey':'string' -H "Content-Type: application/json" \ -d '{ "number":"+91XXXXXXXXXX", "campaignName": "api-test", "botId": "EXPOSE", "type": "PRETRANS", "templateName": "carousel_with_chips&buttons" }
Was this page helpful?