Post incident update
statuspal_create_incident_updatePOSTS an update (e.g. investigating → identified → monitoring → resolved) to an existing incident on the LIVE public status page (and, with notify=true, notifies subscribers). StatusPal: POST /status_pages/{subdomain}/incidents/{incident_id}/updates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | Update type — common values: "investigating", "identified", "monitoring", "resolved", "issue". | |
| notify | No | Whether to notify/email subscribers about this update. | |
| posted_at | No | ISO8601 timestamp for the update (optional; defaults to now). | |
| subdomain | No | Status page subdomain (overrides STATUSPAL_SUBDOMAIN). | |
| description | Yes | The update message shown on the status page (required). | |
| incident_id | Yes | The incident id to post an update to. |