Short answer: You can create statuspage incident in Statuspage by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Statuspage Create Statuspage Incident action to a workflow, map its 5 inputs from any upstream app, and it runs automatically every time the trigger fires. No code, and a free tier to start.
Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.
| Field | Type | Required | Description |
|---|---|---|---|
Name name | string | Required | API latency elevated |
Status status | options | Required | – |
Impact impact_override | options | Optional | – |
Incident Body body | string | Optional | Message body content. Plain text unless the API specifies HTML/markdown. |
Affected Component IDs component_ids | array | Optional | – |
{"name": "API latency elevated","status": "{{trigger.status}}","impact_override": "{{trigger.impact_override}}","body": "e.g. Hi there, thanks for reaching out.","component_ids": "{{trigger.component_ids}}"}
{"id": "inc_abc","name": "API latency","impact": "minor","status": "investigating","shortlink": "https://stspg.io/abc"}
Use these fields in downstream nodes for routing, logging, or error handling.
Any of these apps can fire this action as part of a workflow.