POST
/
api
/
send
/
buttons
/
reply
Responder a uma mensagem de botão
curl --request POST \
  --url https://api.wappfy.com.br/api/send/buttons/reply \
  --header 'Content-Type: application/json' \
  --header 'apikey: <api-key>' \
  --data '{
  "chatId": "11111111111@c.us",
  "replyTo": null,
  "selectedDisplayText": "<string>",
  "selectedButtonID": "<string>",
  "session": "session"
}'

Authorizations

apikey
string
header
required

Apikey

Body

application/json
chatId
string
required
Example:

"11111111111@c.us"

selectedDisplayText
string
required
selectedButtonID
string
required
session
string
required

O nome da sessão (instanceName)

Example:

"session"

replyTo
string

The ID of the message to reply to - false_11111111111@c.us_AAAAAAAAAAAAAAAAAAAA

Example:

null