PagerDuty

PAGERDUTY_POST_INCIDENT_NOTE_USING_ID

Adds a new note to an existing incident in PagerDuty. This endpoint allows users to append additional information, updates, or comments to a specific incident identified by its unique ID. It's particularly useful for documenting the progress of incident resolution, sharing important observations, or recording actions taken. The note content can include any text relevant to the incident management process, helping teams collaborate and maintain a clear record of the incident's timeline and handling.

Remote pagerduty

Other tools also called PAGERDUTY_POST_INCIDENT_NOTE_USING_ID? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "title": "Id",
      "description": "The ID of the resource."
    },
    "note__content": {
      "type": "string",
      "title": "Note  Content",
      "description": "The note content"
    }
  }
}