Short answer: You can add note to freshservice ticket in Freshservice by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Freshservice Add Note to Freshservice Ticket action to a workflow, map its 3 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 | Ticket ID. Example: 123 |
Note Body body | string | Required | Message body content. Plain text unless the API specifies HTML/markdown. |
Visibility private | options | Optional | Visibility. Options: Private (internal), Public |
{"ticket_id": "e.g. 123","body": "e.g. Hi there, thanks for reaching out.","private": "{{trigger.private}}"}
{"conversation": {"id": 1001,"body": "Note content","private": true}}
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.