Api Docs
API Documentation
Browse endpoints on the left. Click Test Request to open the interactive runner.
POST /api/chat/send
Send Message
Send a text message via WAHA proxy.
Headers
Content-Type: application/json
Body
{
"sessionId": "default",
"to": "12025550123@c.us",
"text": "Hello"
}Expected Response
{
"id": "string",
"timestamp": 0,
"to": "string",
"body": "string"
}