Send Buttons
send_buttons(
client,
number,
title,
description,
footer,
buttons,
delay = NULL,
link_preview = NULL,
mentions_everyone = NULL,
verbose = FALSE
)A named list parsed from the Evolution API JSON response, with metadata
describing the button message (IDs, timestamps, queue details, and
button structure as accepted by the server). Note: Buttons may be discontinued on Baileys mode; supported on Cloud API.
The HTTP status code is stored in attr(result, "http_status").
This output reflects the server acknowledgement of the button message send.
An evo_client() object.
Character. Recipient in E.164 format (e.g., "+5581999...").
Character.
List of buttons (see API docs).
Integer (ms). Optional presence delay before sending.
Logical. Enable URL link preview.
Logical. Mention everyone (if applicable).
Logical. If TRUE, logs request/response details.
Buttons may be discontinued on Baileys mode; supported on Cloud API.