theQuickAssist.cotheQuickAssist.co

Introduction

  • Overview
  • Quickstart Guides

Core Features

  • WhatsApp Automation
  • AI Chatbot
  • CRM Integration
  • Appointment Booking

Getting Started

  • Get Your API Key

API Reference

  • Webhooks
  • End Points

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
Documentation/REST API
Templates

Get Templates

GEThttps://gateway-api.aichatbot.codetentaclestechnologies.in/v1/templates

Retrieve a list of all WhatsApp templates associated with your chatbot. Returns template details including status, content, and metadata.

Authorizations

X-API-Key
string(header)required

Responses

200Success
{
  "success": true,
  "message": "Templates fetched successfully",
  "data": {
    "items": [
      {
        "_id": "<TEMPLATE_ID>",
        "metaTemplateName": "welcome_message",
        "status": "approved",
        "language": "en",
        "category": "marketing"
      }
    ],
    "pagination": {
      "page": 1,
      "limit": 10,
      "total": 1,
      "totalPages": 1
    }
  }
}
401Unauthorized
{
  "success": false,
  "message": "Invalid API key"
}
Request
curl --request GET \
  --url https://gateway-api.aichatbot.codetentaclestechnologies.in/v1/templates \
  --header 'X-API-Key: YOUR_API_KEY'

Rate Limits

Maximum 100 recipients per request. Use exponential backoff for 429 responses.