Add a postmortem note to an incident
add_incident_noteAttach/replace a note (max 500 chars) on an incident. Notes publish with the incident on public status pages, their JSON and the Atom feed. Empty string clears.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Incident id (from list_incidents) | |
| note | Yes | The note text ("" clears) |