Mensaje tipo Botón
Developing
POST
https://apicorporativo.curbe.com.ec/api/WhatsappIntegration/send/message
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://apicorporativo.curbe.com.ec/api/WhatsappIntegration/send/message' \
--header 'Content-Type: application/json' \
--data-raw '{
"ref_number_to": "593999999999",
"ref_number_from": "593999999999",
"ref_whatssap_type": "interactive",
"ref_type_message": 3,
"ref_parameters_header": [],
"ref_parameters_body_template": [],
"ref_text_buttons": []
}'
Response Response Example
{
"ref_code": 200,
"ref_message": "Mensaje enviado",
"ref_success": true,
"ref_data": null
}
Request
Body Params application/json
Responses
Modified at 2025-05-29 17:54:08