Get Slack alerts and calendar events for near-Earth asteroids

Checks NASA's asteroid data twice a day and posts a Slack alert plus calendar events for notable close approaches.

How the work actually flows

It branches. Every path runs; runs once per each notable asteroid.

Pattern: Parallel Split (2) ยท Multiple Instances without Synchronization (12)

flowchart TD trig(["twice daily schedule"]):::trigtime s0["pull asteroid data"]:::svc s1[["filter significant asteroids"]]:::mi trig --> s0 s0 -->|"one per each notable asteroid"| s1 gx{"+ notify and record asteroid"}:::gate s1 --> gx p00["post summary to slack"]:::task gx -->|"slack alert"| p00 p10["add calendar event"]:::task gx -->|"calendar event"| p10 p00 --> out p10 --> out out[/"slack alert and calendar events created"/]:::out pay{{"never miss notable asteroids"}}:::pay 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 itAn outside serviceRuns once per itemEvery pathResultPayoff
Build size
Advanced

A larger build with multiple systems, AI reasoning, and custom rules.

Business functions
Messaging & NotificationsScheduling & Calendar
Connects
NASA APISlackGoogle Calendar

The problem it solves

Keeping track of near-Earth asteroid activity means checking scientific data feeds nobody has time to monitor. Interesting or potentially hazardous close approaches can pass by completely unnoticed.

Who it fits

Space enthusiasts, educators, and teams who want an easy way to track near-Earth asteroid activity.

How it works

  1. Runs on a schedule twice a day
  2. Pulls near-Earth asteroid data from NASA for the next two weeks
  3. Filters out asteroids that are too small or too far away
  4. Posts a summary alert to Slack for the ones that matter
  5. Adds each notable asteroid as an event on your Google Calendar
What you get

Close asteroid approaches you hear about first

You get a Slack alert and calendar event whenever a notable asteroid passes near Earth.

What you get

A Slack summary alert and calendar events for upcoming asteroid close approaches.

What you need

A NASA API key, a Slack workspace, and a Google 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