if (FALSE) {
Sys.setenv(WHAPI_TOKEN = "your_token_here")
sections <- list(
list(
title = "Burgers",
rows = list(
list(id="b1", title="Plain", description="No cheese, no sauce"),
list(id="b2", title="Cheese", description="With melted cheese")
)
),
list(
title = "Drinks",
rows = list(
list(id="d1", title="Water"),
list(id="d2", title="Soda", description="Assorted flavors")
)
)
)
whapi_send_list(
to = "5581999999999",
body_text = "Choose your order:",
list_sections = sections,
list_label = "Open menu",
header_text = "Our Menu",
footer_text = "Thanks!"
)
}
Run the code above in your browser using DataLab