Skip to content
Recued
Menu
← Back to recipes

Statuspage component health digest

by recued-core v1

Scheduled read-only digest for one Statuspage page. It reads the page profile, components, unresolved incidents, and active maintenance through recued-core.statuspage, renders compact tables, and can send an in-app nudge when degraded components or open customer-impacting incidents are visible. It never creates incidents, edits component status, changes subscribers, mutates page settings, publishes postmortems, deletes records, or calls arbitrary Statuspage API routes.

How it works 24 steps

Inspect the data fetches, transforms, gates, and output this recipe runs.

Process (24 steps)
page_id trim
Trim whitespace from setting page id
page ?
components_raw ?
unresolved_raw ?
maintenance_raw ?
components default
Apply default
unresolved_incidents default
Apply default
active_maintenance default
Apply default
degraded_components filter
Filter by condition
component_count count
Count items in components
degraded_count count
Count items in degraded components
unresolved_count count
Count items in unresolved incidents
maintenance_count count
Count items in active maintenance
has_attention_items any
Check if any of the conditions are true
notify_enabled compare
Check if setting notify when attention needed equals true
should_notify all
Check if all conditions are true
notify ?
skip: step.should_notify not_equal true
component_rows slice
Take a subset of
incident_rows slice
Take a subset of
maintenance_rows slice
Take a subset of
component_table to_table
Format results as a data table
incident_table to_table
Format results as a data table
maintenance_table to_table
Format results as a data table
card to_summary
Format results as a summary card
Settings 8 configurable

Configurable at install. Defaults shown — change them anytime in Recued.

page id setting =
channels setting = in_app
end hour setting = 10
weekdays setting = 1,2,3,4,5
row limit setting = 20
start hour setting = 8
statuspage setting =
notify when attention needed setting = true

Trust & control

What installing this recipe would let it do. Recued grants these permissions at install — review them there before approving.

Where it runs

Device + server Runs on your device (browser) or your server.

Permissions it requires

Send notificationsRead your Statuspage connection
Declared by the recipe — Recued grants these at install, where you review them before approving.

About

Tags

statuspage statuspagecomponentsincidentsmaintenancedigestcustomer-communicationsnotificationpack:statuspage

Details

24 steps 8 configurable settings recipe_id: statuspage-component-health-digest