wa_msg_send
Enqueue messages directly via YCloud WhatsApp API using the MCP server, enabling AI models to interact and send texts efficiently.
Instructions
Enqueue a message
Input Schema
Name | Required | Description | Default |
---|---|---|---|
body | No |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"body": {}
},
"type": "object"
}