Short answer: Drop the "Freshservice → Update Freshservice Ticket" 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 |
|---|---|---|---|
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.
Triggered by anything in the catalog. Free tier available. No credit card.