⌘
K
📞 CONFIGURACIÓN DISPOSITIVOS
TELÉFONOS IP
📱SOFTPHONES
🖥PBX IP
🔘ROUTERS / ADAPTADORES
🔧 API
Cómo empezar
Información general del usuario (get)
Información general del número (get)
Tarifas Planas
Listado de llamadas CDR
Lista Negra
Lista Blanca
Descargar grabaciones
Añadir usuarios a la agenda
🗨️API WHATSAPP
Enviar Mensaje
Enviar Imagen
Enviar PDF
Enviar Fichero
↔TRANSFERIR LLAMADAS
En cualquier dispositivo
Yealink
Grandstream GXP
Cisco
✅BLF
Cisco
Zoiper
👁🗨 ENCRIPTAR LLAMADAS (cloned)
Docs powered by
Archbee
🗨️API WHATSAPP
Enviar PDF
3min
P
OST
Text
1
https://api.flashtelecom.es/v1/wasend
https://api.flashtelecom.es/v1/wasend
Body
raw (json)
BODY
1
{
2
"recipient"
:
"+3466655544"
,
3
"wp_apikey"
:
"mi_apikey"
,
4
"text"
:
"Este es el texto a enviar"
5
"document"
:
"https://www.w3.org/WAI/ER/tests/xhtml/testfiles/resources/pdf/dummy.pdf"
6
}
{ "recipient":"+3466655544", "wp_apikey":"mi_apikey", "text":"Este es el texto a enviar" "document":"https://www.w3.org/WAI/ER/tests/xhtml/testfiles/resources/pdf/dummy.pdf" }
Ejemplo petición
Curl
1
curl
--location
'https://api.flashtelecom.es/v1/wasend'
\
2
--data
'{
3
"recipient":"+3466655544",
4
"wp_apikey":"mi_apikey",
5
"document":"https://www.w3.org/WAI/ER/tests/xhtml/testfiles/resources/pdf/dummy.pdf"
6
}'
curl --location 'https://api.flashtelecom.es/v1/wasend' \ --data '{ "recipient":"+3466655544", "wp_apikey":"mi_apikey", "document":"https://www.w3.org/WAI/ER/tests/xhtml/testfiles/resources/pdf/dummy.pdf" }'
Ejemplo respuesta
BODY
1
{
2
"status"
:
"success"
,
3
"comment"
:
"Message sent"
4
}
{ "status": "success", "comment": "Message sent" }
Updated 25 Mar 2025
Did this page help you?
PREVIOUS
Enviar Imagen
NEXT
Enviar Fichero
Docs powered by
Archbee
Docs powered by
Archbee