cURL
curl --request POST \ --url https://api.telepie.com/v1/whatsapp \ --header 'apikey: <api-key>'
curl -P - /v1/whatsapp\ -H 'apikey':'string' -H "Content-Type: application/json" \ -d '{ "recipient_type": "individual", "from": "+91XXXXXXXXXX", "to": "+91XXXXXXXXXX", "type": "text", "text": { "body": "Not Working" }, }
Was this page helpful?