Create incident
statuspal_create_incidentPUBLISHES a new incident to the LIVE public status page (and, with notify=true, emails/notifies subscribers). type="major" or "minor" is an outage incident; type="scheduled" creates a scheduled maintenance window. StatusPal: POST /status_pages/{subdomain}/incidents.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | Incident type. "major"/"minor" = outage severity; "scheduled" = a maintenance window. | |
| title | Yes | Incident title (required). | |
| notify | No | Whether to notify/email subscribers. | |
| ends_at | No | ISO8601 end time (optional). | |
| updates | No | Optional initial updates to post with the incident. | |
| starts_at | No | ISO8601 start time (optional; required for scheduled maintenance). | |
| subdomain | No | Status page subdomain (overrides STATUSPAL_SUBDOMAIN). | |
| service_ids | Yes | Ids of the affected services (required). |