manage_problem_note
List, create, retrieve, update, or delete notes on a Freshservice problem. Use problem ID for all actions; note ID needed for specific operations.
Instructions
Manage notes on a Freshservice problem.
Args:
action: One of 'list', 'get', 'create', 'update', 'delete'.
problem_id: Problem ID (always required).
note_id: Note ID (required for get/update/delete).
body: Note body HTML (required for create/update).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | ||
| action | Yes | ||
| note_id | No | ||
| problem_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |