Available Actions
sendtemplatemediainteractive
Input Schema
{
"type": "object",
"required": [
"to",
"type"
],
"properties": {
"to": {
"type": "string"
},
"text": {
"type": "object"
},
"type": {
"type": "string"
}
}
}Output Schema
{
"type": "object",
"properties": {
"messages": {
"type": "array"
},
"messaging_product": {
"type": "string"
}
}
}Quick Start
API Endpoint
POST /api/execute/whatsappcURL Example
curl -X POST \
https://api.nulayers.com/execute/whatsapp \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"action": "send"}'