wa_template_create
Generate WhatsApp message templates for YCloud API integration, enabling structured communication for automated interactions with customers.
Instructions
Create a template
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"
}