API Reference

Send Text Template Message

Send a basic text-based template message. This is the simplest form of a template message requiring no parameters or media.

Example Request Body

{
    "messaging_product": "whatsapp",
    "recipient_type": "individual",
    "to": "+919999595313",
    "type": "template",
    "template": {
        "name": "test_template",
        "language": {
            "code": "en"
        }
    }
}
Language
Click Try It! to start a request and see the response here!