Back to Tools

WhatsApp Business

Communication

WhatsApp Business API for messaging. Send templates, media, and interactive messages.

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/whatsapp

cURL Example

curl -X POST \
  https://api.nulayers.com/execute/whatsapp \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"action": "send"}'
Integration

Get your API key from the dashboard to start using this tool in your AI applications.