Skip to content

Send a location

Usage

send_location(
  client,
  number,
  latitude,
  longitude,
  name = NULL,
  address = NULL,
  verbose = FALSE
)

Arguments

client

An evo_client() object.

number

Character. Recipient in E.164 format (e.g., "+5581999...").

latitude, longitude

Numeric coordinates.

name, address

Optional character (label/description).

verbose

Logical. If TRUE, logs request/response details with cli and enables req_verbose().