Skip to main content
POST
Send buttons (interactive message)

Description

This endpoint allows you to send interactive messages with buttons organized in lists to individual contacts or groups on WhatsApp. Lists can contain multiple sections with various options each.

Body

Body Parameters

Status Codes

  • 200 - Message with buttons sent successfully
  • 400 - Invalid parameters
  • 401 - Unauthorized session
  • 404 - Session not found

Usage Example

Authorizations

apikey
string
header
required

Your Wappfy API key (get it at dash.wappfy.com.br)

Body

application/json
chatId
string
required
Example:

"5511999999999@c.us"

header
string
required
Example:

"How are you?"

body
string
required
Example:

"Tell us how are you please 🙏"

Example:

"If you have any questions, please send it in the chat"

buttons
object[]
required
Example:
session
string
required

Session name (instanceName)

Example:

"my-session"

headerImage
object

Response

201 - undefined