Docs/WhatsApp/Templates

WhatsApp Message Templates

Create and manage WhatsApp-approved message templates.

Template Approval Required

WhatsApp templates must be approved by Meta before use. Approval typically takes 24-48 hours.

Template Categories

Transactional

Order updates, receipts, shipping notifications

Marketing

Promotions, offers, product announcements

Authentication

OTP codes, verification messages

Create Template

POST /v1/whatsapp/templates

{
  "name": "order_confirmation",
  "category": "transactional",
  "language": "en",
  "components": [
    {
      "type": "header",
      "format": "text",
      "text": "Order Confirmed"
    },
    {
      "type": "body",
      "text": "Hi {{1}}, your order {{2}} has been confirmed."
    }
  ]
}