wa_msg_send_directly
Send WhatsApp messages directly through the YCloud API without intermediate steps, enabling quick and direct communication via the MCP server.
Instructions
Send a message directly
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"
}