Wati

Learn how to use Wati with Composio

Overview

Enum

WATI

Description

Wati is a WhatsApp Business API platform that automates marketing, sales, service, and support.

Authentication Details

access_token
stringRequired

Actions

Tool to add a new contact in wati. use when registering a customer's whatsapp number before sending messages.

Action Parameters

customParams
array
name
string
whatsappNumber
Required

Action Response

data
object
error
string
successful
boolean
Tool to retrieve a list of teams from wati. use after authenticating when you need to enumerate all available teams.

Action Parameters

Action Response

data
object
error
string
successful
boolean
Tool to send a session message to a specified whatsapp number. use when you need to deliver a free-form text within an active 24-hour session window.

Action Parameters

messageText
stringRequired
whatsappNumber
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to update attributes of an existing contact. use after confirming the contact exists and you need to modify its custom attributes.

Action Parameters

customParams
array
whatsappNumber
stringRequired

Action Response

data
object
error
string
successful
boolean
Deprecated action placeholder for updating chat status.

Action Parameters

Action Response

data
object
error
string
successful
boolean