Short answer: You can update freshservice ticket in Freshservice by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Freshservice Update Freshservice Ticket action to a workflow, map its 8 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 |
|---|---|---|---|
Ticket ID ticket_id | string | Required | The numeric ID of the ticket to update |
Subject subject | string | Optional | Message subject line. |
Description description | string | Optional | Updated HTML description |
Priority priority | options | Optional | Priority. Options: Low, Medium, High, Urgent |
Status status | options | Optional | Status. Options: Open, Pending, Resolved, Closed |
Category category | string | Optional | Ticket category (e.g. Hardware, Software, Network) |
Sub-Category sub_category | string | Optional | Sub-Category. Example: MS Office |
Type type | options | Optional | Type. Options: Incident, Service Request, Problem, Change |
{"ticket_id": "e.g. 123","subject": "e.g. Quick update","description": "{{trigger.description}}","priority": "{{trigger.priority}}","status": "{{trigger.status}}"}
{"ticket": {"id": 123,"type": "Incident","status": 4,"subject": "Updated subject","priority": 3}}
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.