Refresh API mocks and alert your team when specs change

Refreshes your Postman mock server and emails your team a summary whenever an API spec changes on GitHub.

How the work actually flows

It branches. Every path runs.

Pattern: Parallel Split (2)

flowchart TD trig>"API spec pushed to GitHub"]:::trig s0["Refresh mock server"]:::svc s1["Compare old and new spec"]:::task trig --> s0 s0 --> s1 gx{"+ where to send summary"}:::gate s1 --> gx p00["Post PR comment"]:::task gx -->|"GitHub pull request"| p00 p10["Email team summary"]:::task gx -->|"team email"| p10 p00 --> out p10 --> out out[/"PR comment and team email on changes"/]:::out pay{{"team stays aligned on API changes"}}:::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 itA stepAn outside serviceEvery pathResultPayoff
Build size
Standard

A mid-size build with several tools working together.

Business functions
Email AutomationMessaging & NotificationsAPI & Webhook Integration
Connects
GitHubPostmanGmail

The problem it solves

When someone updates an API spec, your mobile and QA teams are often the last to know, and they keep building against a mock that no longer matches reality. You end up chasing down what changed by reading diffs by hand, and breaking changes slip through until testers hit a wall.

Who it fits

Engineering and QA teams that maintain API mocks alongside a live specification.

How it works

  1. Triggers whenever a new API spec is pushed to GitHub
  2. Refreshes the Postman mock server with the latest version
  3. Compares the old and new spec to spot every change
  4. Posts a summary comment on the GitHub pull request
  5. Emails the team a plain-English breakdown of what changed
What you get

Mocks that always match your latest API spec

Your Postman mocks stay current the moment your API spec changes, with a plain-English summary posted straight to your pull request.

What you get

A pull request comment and an email summarizing exactly what changed in the API.

What you need

A GitHub repository with Actions enabled, a Postman account, and a Gmail 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