Short answer: You can add comment in Zoho Desk by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Zoho Desk Add Comment action to a workflow, map its 5 inputs from any upstream app, and it runs automatically every time the trigger fires. No code, and a free tier to start.
Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.
| Field | Type | Required | Description |
|---|---|---|---|
Organization ID orgId | string | Required | Organization ID. Example: 12345678 |
Ticket ID ticketId | string | Required | Ticket ID. Example: 46000000009001 |
Comment content | string | Required | Comment. Example: We're looking into this issue. |
Visibility isPublic | options | Optional | Visibility. Options: Public (visible to customer), Private (internal only) |
Content Type contentType | options | Optional | Content Type. Options: Plain Text, HTML |
{"orgId": "e.g. 12345678","ticketId": "e.g. 46000000009001","content": "e.g. We're looking into this issue.","isPublic": "{{trigger.isPublic}}","contentType": "{{trigger.contentType}}"}
{"id": "46000000010001","content": "We're looking into this.","isPublic": true,"commentedTime": "2025-01-15T12:00:00.000Z"}
Use these fields in downstream nodes for routing, logging, or error handling.
Any of these apps can fire this action as part of a workflow.