Add incident note
squadcast_add_incident_noteAdd a war-room note to a LIVE incident (optionally with attachment URLs). Squadcast: POST /v3/incidents/{IncidentId}/warroom.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | The note message (required). | |
| incidentId | Yes | The incident id to add a note to (required). | |
| attachments | No | Attachment URLs (defaults to none). |