Zapier Integration
Last updated: 2026-05-15
The StatusPage.me Zapier integration lets you trigger actions in thousands of third-party apps whenever an incident is created or updated, a maintenance is scheduled, or a monitor goes down or recovers.
Availability
Zapier integration is available on Pro plans and above and uses your API key for authentication.
Supported Trigger Events
| Event | When It Fires |
|---|---|
incident.created | A new incident is created on your status page |
incident.updated | An existing incident receives an update |
maintenance.created | A new scheduled maintenance is created |
monitor.down | A monitor transitions to DOWN |
monitor.recovered | A monitor recovers from a DOWN state |
Setting Up the Zapier Integration
- Log in to Zapier and create a new Zap
- Search for StatusPage.me as the trigger app
- Choose one of the supported trigger events
- When prompted, authenticate with your StatusPage.me API key (get one from API Console)
- Optionally filter by a specific status page ID
- Map the trigger data to your action app and test the Zap
- Turn the Zap on
Filtering by Status Page
When setting up the trigger you can optionally specify a status_page_id to receive events from only one specific status page. Leave it blank to receive events from all your status pages.
Sample Data
During Zap setup, Zapier requests sample data to help you map fields. The integration returns your most recent incident or maintenance for use as sample data. If you have no incidents or maintenances yet, the sample data will be empty — create a test incident first.
Incident Trigger Payload Fields
| Field | Description |
|---|---|
id | Incident ID |
title | Incident title |
status | Current status (Investigating, Identified, Monitoring, Resolved) |
created_at | ISO 8601 timestamp |
status_page_id | The status page this incident belongs to |
Using Actions (Outbound)
The Zapier integration is trigger-only (StatusPage.me fires events to Zapier). To create or update incidents from other apps, use the Authenticated REST API directly.