wa_inbound_mark
Mark WhatsApp messages as read using the YCloud WhatsApp API MCP Server, ensuring clear tracking and efficient communication management.
Instructions
Mark message as read
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"id": {
"type": "string"
}
},
"required": [
"id"
],
"type": "object"
}