IT OPS

Route HVAC sensor anomalies to the right vendor on-call

Receives HVAC sensor alerts via webhook, classifies severity by deviation from setpoint, and pages the assigned mechanical vendor's on-call while logging the incident to Airtable.

CategoryIT Ops
Enginesim
Difficultyintermediate
Triggerwebhook
Steps5
Setup~15 min

How it runs

The automated pipeline, trigger to output.

  • TriggerHVAC sensor posts reading to webhookHTTP webhook
  • LogicCompute deviation and classify severity
  • ActionPage mechanical vendor on-call (critical)PagerDutyPagerDuty
  • ActionPost advisory to facilities channelSlack
  • OutputLog incident to maintenance trackerAirtableAirtable

What it does

Turns raw HVAC sensor alerts into a triaged incident routed to the correct vendor. It reads the building, zone, and temperature deviation from the incoming payload, decides whether the anomaly is critical or advisory, and either pages the mechanical vendor's on-call rotation or files a low-priority work item. Every alert is logged to a maintenance tracker for audit and SLA reporting.

When to use it

Use this when building management sensors (BMS, Honeywell, smart thermostats) post temperature, humidity, or pressure readings to a webhook and you want anomalies routed automatically to the vendor responsible for that system instead of a shared inbox someone has to watch.

How it works

  1. 1A sensor reading arrives at the webhook with building, zone, metric, value, and setpoint.
  2. 2A logic step computes deviation from setpoint and classifies severity (critical if outside the safe band, else advisory).
  3. 3Critical anomalies page the mechanical vendor's PagerDuty on-call with zone and reading context.
  4. 4Advisory anomalies post to the facilities Slack channel for next-business-day follow-up.
  5. 5The incident is appended to an Airtable maintenance log with severity, vendor, and timestamp.

Set it up

What you configure once, before turning it on.

  1. 1
    Connect HTTP webhookTrigger any URL on agent actions.
  2. 2
    Connect PagerDutyIncidents, on-call, escalations.
  3. 3
    Connect SlackChannels, DMs, threads, mentions.
  4. 4
    Connect AirtableBases, tables, views, automations.
  5. 5
    Set each agent's modelWe leave models unset so you pick the tier — fast + cheap, or top-quality.
  6. 6
    Tune it to your dataEdit the prompts, filters, and field mappings so it matches how your team works.
  7. 7
    Test, then turn it onRun once against a sample, confirm the output, then enable the trigger.

Run this workflow in your colony.

14-day trial. No DevOps. No Sales call. Provisioned in under a minute.