theQuickAssist.cotheQuickAssist.co

Getting Started

  • Overview
  • Quickstart Guide
  • API Keys & Authentication

WhatsApp Templates

  • Module Overview

Appointment Booking

  • Module Overview

Webhooks

  • Webhooks

Create intelligent AI assistants for your website in minutes without coding.

TheQuickAssist is a product of Prominno Labs Pvt. Ltd.

Solutions

  • Real Estate
  • Healthcare
  • Education
  • E-Commerce
  • IT Companies
  • Marketing Agencies
  • Hotels & Restaurants
  • Travel Agencies
  • Salons & Spas
  • Banking & Fintech

Free Tools

  • All Free Tools
  • WhatsApp Chat Button
  • WhatsApp QR Code Generator
  • Free WhatsApp Link Generator

Quick Links

  • AI Chatbot
  • Pricing
  • Blogs
  • Contact Us
  • Documentation

Company

  • Affiliate Program
  • Cancellation & Refunds
  • Shipping
Trustpilot
InstagramFacebookTwitter
theQuickAssist.co

2026 TheQuickAssist.co. All rights reserved.

Privacy PolicyTerms of ServiceCookie Policy
Docs/WhatsApp Templates

WhatsApp Templates API

Select WhatsApp message templates, upload media headers, and send templated broadcasts and notifications with dynamic variables.

Quick Example: Send a Template Message

Make a POST request to /v1/templates/send with your API key in the headers:

curl -X POST "https://gateway-api.aichatbot.websitebyct.in/v1/templates/send" \
  -H "x-api-key: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "templateId": "<TEMPLATE_ID>",
    "recipients": [
      {
        "phone": "91XXXXXXXXXX",
        "name": "Aarav Sharma",
        "variables": {
          "1": "Aarav Sharma",
          "2": "ORD-9821"
        }
      }
    ]
  }'

Available Endpoints

Open Interactive Tester
MethodPathDescriptionTry It
POST/v1/templates/sendSend an approved WhatsApp template with dynamic variables to recipients.Test
GET/v1/templatesRetrieve all templates with optional status filtering (approved, submitted, draft).Test
GET/v1/templates/:templateIdInspect template components, language, and variable formats.Test
POST/v1/templates/mediaUpload image, video, or document files to use in template headers.Test

Template Variables Format

Variables are passed in the variables object inside each recipient. Use positional keys like "1": "John", "2": "$100" matching the template placeholders {{1}}, {{2}}.

Media Headers & S3 Storage Lifecycle

Upload media via POST /v1/templates/media. Uploaded assets are encrypted at rest with AES-256 on Amazon S3 and simultaneously registered with Meta Cloud API to return a WhatsApp mediaId.