🗨️API WHATSAPP
Enviar Mensaje
3 min
get get https //api flashtelecom es/v1/wasend body raw (json) body { "recipient" "+3466655544", "wp apikey" "mi apikey", "text" "este es el texto a enviar" } ejemplo petición curl location 'https //api flashtelecom es/v1/wasend' \\ \ data '{ "recipient" "+3466655544", "wp apikey" "mi apikey", "text" "este es el texto a enviar" }' ejemplo respuesta body { "status" "success", "comment" "message sent" }