WhatsApp Promotional

Engage your audience with rich media, interactive buttons, and targeted campaigns.

Drive Sales with WhatsApp

  • Rich Media Support Send images, videos, and documents to showcase your products.
  • Interactive Buttons Add Quick Replies and Call-to-Action buttons for higher engagement.
  • Campaign Analytics Track sent, delivered, read, and interaction metrics in real-time.

₹1.00 /message

Prices indicative and subject to change; taxes extra as applicable.

View full pricing →

Campaign API Example

Send a promotional template to a customer.

curl -X POST https://whatsapp.infybusiness.com/api/v1/send-message \
  -H "Authorization: Bearer YOUR_API_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "phone": "919876543210",
    "template_name": "summer_sale",
    "language": "en",
    "components": [
      {
        "type": "header",
        "parameters": [
          { "type": "image", "image": { "link": "https://..." } }
        ]
      }
    ]
  }'