Short answer: You can get ticket in Zoho Desk by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Zoho Desk Get Ticket action to a workflow, map its 2 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 |
{"orgId": "e.g. 12345678","ticketId": "e.g. 46000000009001"}
{"id": "46000000009001","email": "customer@example.com","status": "Open","subject": "Cannot access my account","priority": "Medium","createdTime": "2025-01-15T12:00:00.000Z","ticketNumber": 101}
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.