Qpien Api Docs
Help centerMain website
Help centerMain website
  1. Modules
  • Overview
  • Get started
    • Authentication
    • Scopes
  • Modules
    • Contacts
    • CustomerPersons
    • Conversations
    • Messages
    • Channels
    • WhatsappBusinessTemplates
    • SendMessages
  • Webhooks
    • Overview
Help centerMain website
Help centerMain website
  1. Modules

WhatsappBusinessTemplates

Description#

WhatsappBusinessTemplates module allows external applications to manage Whatsapp Business templates. This includes retrieving WhatsApp templates and deleting templates when no longer needed.

Entity Model#

ExternalWhatsappBusinessTemplate#

FieldTypeDescription
_idID!Unique identifier of the WhatsApp template.
nameString!Name of the template.
templateIdString!Unique template ID from WhatsApp Business.
templateTypeString!Template type (text, media, etc.).
messageString!Body message content.
exampleStringExample usage of the template.
footerStringFooter text if present.
headerStringHeader text if present.
reasonStringReason for rejection (if any).
buttons[WhatsAppBusinessTemplateButton!]!List of interactive buttons.
exampleMediaStringExample media file.
statusString!Current approval status of the template.
sampleMediaWhatsAppBusinessTemplateSampleMediaSample media object.
qpienFields[WhatsAppBusinessTemplateQpienField!]!Qpien-specific fields for custom use.
createdAtDate!Date when created.

Queries#

Get Whatsapp Business Template#

Use this query to get Whatsapp Business template.
Input:
Response:

Get Whatsapp Business Template List#

Use this query to get Whatsapp Business template list.
Input:
Response:

Example Usage#

Query Example — Get Whatsapp Business Template#

Bash (cURL)
Node.js

Modified at 2025-09-29 08:04:42
Previous
Channels
Next
SendMessages
Built with