cURL
curl --request POST \ --url https://one.telepie.com/v3/{phone_number_id}/messages \ --header 'apikey: <api-key>'
This API is used to send the text message to the end user.
{ "messaging_product": "whatsapp", "preview_url": false, "recipient_type": "individual", "to": "{{Recipient-Phone-Number}}", "type": "text", "text": { "body": "Sample-text" } }
Was this page helpful?