add_comment
Add customer-visible comments to ServiceNow ITSM records like incidents or requests to provide updates and communicate with end users.
Instructions
Add a customer-visible comment to any ITSM record (requires WRITE_ENABLED=true)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | Table name (e.g., "incident") | |
| sys_id | Yes | System ID of the record | |
| comment | Yes | Comment text (visible to end user/caller) |