2 min read

WhatsApp Business Integration

Overview

The WhatsApp Business integration connects Vantage to the Meta WhatsApp Business API, enabling you to send and receive messages, manage message templates, and automate customer communication workflows. This integration is ideal for businesses that use WhatsApp as a primary customer engagement channel.

API Documentation: WhatsApp Business API Reference

Prerequisites

RequirementDetails
Meta Business AccountA verified Meta Business account with WhatsApp Business API access
WhatsApp Business Phone NumberA phone number registered with WhatsApp Business
Access TokenA Meta access token with WhatsApp permissions
Auth TypeOAuth (Meta)

Available Actions

ActionDescription
Get MessagesRetrieve messages from WhatsApp conversations
Get TemplatesList and retrieve approved message templates
Send MessageSend text, media, or template-based messages to contacts

Configuration

Access Token

Phone Number ID

Use Cases & Examples

Customer Support Automation

Build workflows that automatically respond to incoming WhatsApp messages with template replies, route conversations to the right team, or escalate based on message content.

Order Notifications

Send automated order confirmation, shipping updates, and delivery notifications to customers via WhatsApp templates.

Appointment Reminders

Automate appointment reminder messages using pre-approved WhatsApp templates, reducing no-shows and improving customer engagement.

Example: Sending a Template Message

A workflow node configured to send a template message:

json
{
  "phoneNumberId": "1234567890",
  "to": "+1555000123",
  "templateName": "order_confirmation",
  "templateLanguage": "en_US",
  "templateParams": ["ORD-12345", "$49.99"]
}

See Also