Short answer: Drop the "Zoho Desk → Add Comment" action anywhere in your workflow, map the inputs from upstream nodes, and publish.
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.
Triggered by anything in the catalog. Free tier available. No credit card.