manage_change_note
Manage notes on change requests by creating, viewing, listing, updating, or deleting them in Freshservice.
Instructions
Manage notes on a change.
Args:
action: 'create', 'view', 'list', 'update', 'delete'
change_id: The change ID
note_id: Required for view, update, delete
body: Note body HTML (create, update)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | ||
| action | Yes | ||
| note_id | No | ||
| change_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |