Get alerted in Microsoft Teams when a site goes offline

Checks your Unifi network sites on a schedule and posts a Microsoft Teams alert the moment one drops offline.

How the work actually flows

It branches. Exactly one path is taken.

Pattern: Exclusive Choice (4)

flowchart TD trig(["scheduled network status check"]):::trigtime s0["Compare to last known state"]:::task s1["Post alert to Teams"]:::svc trig --> s0 gx{"× did the site go offline"}:::gate s0 --> gx p00["build alert message"]:::task gx -->|"site offline"| p00 p01["post to teams"]:::task p00 --> p01 p10["no action taken"]:::task gx -->|"site online"| p10 p01 --> s1 p10 --> s1 out[/"instant outage alert posted"/]:::out pay{{"faster response to outages"}}:::pay s1 --> out out --> pay classDef task fill:#e7f6fe,stroke:#34b8f0,color:#2c2a29 classDef svc fill:#f6f8fa,stroke:#7c8795,color:#2c2a29 classDef mi fill:#e7f6fe,stroke:#0079a8,color:#2c2a29,stroke-width:2px classDef human fill:#fff,stroke:#0079a8,color:#0079a8 classDef store fill:#f6f8fa,stroke:#0079a8,color:#2c2a29 classDef trig fill:#00a4eb,stroke:#0079a8,color:#fff,font-weight:bold classDef trigtime fill:#00a4eb,stroke:#0079a8,color:#fff,font-weight:bold classDef trigdata fill:#8ad4f5,stroke:#0079a8,color:#06314c,font-weight:bold classDef gate fill:#fff,stroke:#e8a23d,color:#6b4708,font-weight:bold classDef out fill:#1f9d6b,stroke:#167a53,color:#fff,font-weight:bold classDef pay fill:#06314c,stroke:#021f33,color:#fff
Starts itA stepAn outside serviceOne path onlyResultPayoff
Build size
Standard

A mid-size build with several tools working together.

Business functions
General Automation
Connects
UnifiMicrosoft Teams

The problem it solves

If your router doubles as your network controller, there's no built-in way to know when a location's internet actually goes down. You end up finding out from an angry call or a missed order instead of catching the outage yourself.

Who it fits

Best for IT managers or operators overseeing multiple business locations on a Unifi network.

How it works

  1. The system checks each site's connection status on a schedule
  2. It compares the current status against the last known state
  3. If a site has gone offline, it builds an alert message
  4. The alert is posted to Microsoft Teams so your team can respond right away
What you get

Outages you hear about the moment they happen

The instant one of your Unifi sites drops offline, your team gets a Microsoft Teams alert so someone can respond right away.

What you get

A Microsoft Teams alert as soon as a monitored site goes offline.

What you need

A Unifi Site Manager account with API access and a Microsoft Teams account.

We can build this. But should you?

The hard question is not how to build it. It is whether this is the right thing to build first.

That is what a Fractional Chief AI Officer figures out with you, before anyone writes a line of code.

Let's Talk Strategy

Related automations

Back to the AI Playbook