Send Template Message API
This document details the Send Template Message API with which you can send template messages from your CRM or any custom software or tool.
The Send Message API endpoint and payload are tailored to each approved template message in your account. To send messages via the API, you’ll need to generate an API endpoint for the specific template you want to use.
The following illustrations demonstrate three types of API payloads, helping you understand how to structure payloads for any template message.
If the submission to the Emovur server is invalid or contains missing parameters, an error message will be returned as shown below.
The receiver field is required
Number format : <countrycode><mobile number> Example:
Country code : +91 Mobile Number : 7411223344 Should be structured as +917411223344
The media url field is required
The medial URL should be public and secure Supported Media Types : https://developers.facebook.com/docs/whatsapp/cloud-api/reference/media/#supported-media-types Example https://static.remove.bg/sample-gallery/graphics/bird-thumbnail.jpg
The values.n field is required
The value for dynamic variables in the message body or for the dynamic URL is missing.
Last updated