create_change_note
Add a note to a change request in Freshservice. Provide the change ID and note content; optionally mark as private for agent-only visibility.
Instructions
Add a note to a change request.
Args: change_id: The change ID. body: Note body (HTML supported). private: True for agent-only note, False for public.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | ||
| private | No | ||
| change_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |