add_incident_note
Add a note to an incident for investigation updates, findings, or other context. Specify the incident ID and note content to record the information.
Instructions
Add a note to an incident (for investigation updates, findings, etc.).
Args: incident_id: PagerDuty incident ID note: Note content
Returns: Dict: Created note information
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | Yes | ||
| incident_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |