powered by
Sends a sticker image via Evolution API v2.
send_sticker(client, number, sticker, delay = NULL, verbose = FALSE)
A named list with the API response. The HTTP status code is stored in attr(result, "http_status").
attr(result, "http_status")
An evo_client() object.
evo_client()
Character. Recipient number with country code (e.g., "5581999990000" or "+5581999990000").
"5581999990000"
"+5581999990000"
URL, base64-encoded sticker image, or local file path (auto-encoded to base64). Supports ~ expansion.
~
Integer (ms). Optional presence delay before sending. Simulates typing before the message is sent.
Logical. If TRUE, logs request/response details with cli.
TRUE
if (FALSE) { send_sticker(client, "5581999990000", sticker = "https://example.com/sticker.webp") }
Run the code above in your browser using DataLab