powered by
Verifies whether one or more phone numbers are registered on WhatsApp using the Evolution API v2 chat controller endpoint.
check_is_whatsapp(client, numbers, verbose = FALSE)
A named list (or data frame) from the API indicating which numbers are registered. The HTTP status code is stored in attr(result, "http_status").
attr(result, "http_status")
An evo_client() object.
evo_client()
Character vector of phone numbers to check (with country code, e.g., "5581999990000").
"5581999990000"
Logical. If TRUE, logs request/response details.
TRUE
if (FALSE) { check_is_whatsapp(client, c("5581999990000", "5511988887777")) }
Run the code above in your browser using DataLab