Add Work Note or Comment to Record
servicenow_add_work_noteAdd internal work notes or customer-visible comments to any ServiceNow record, such as incidents, change requests, or problems, to keep agents and customers informed.
Instructions
Add a work note (internal) or comment (customer-visible) to any ServiceNow record that supports journal fields.
Args:
table (string): Table name (e.g., incident, change_request, problem)
identifier (string): Record number or sys_id
work_note (string): Internal work note text (visible to agents only)
comment (string): Customer-visible comment text
At least one of work_note or comment must be provided.
Returns: Confirmation with updated record
Examples:
Add work note to INC0001234 → table="incident", identifier="INC0001234", work_note="Rebooted server, monitoring."
Add customer comment → table="incident", identifier="INC0001234", comment="We are investigating your issue."
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||