Blog
Use Cases

Permit Status Tracker

Automatically monitors municipal permit portals for status changes, alerts your office the moment a permit is approved or rejected, and schedules the installation job without anyone checking a single portal.

Koray Koch
Koray Koch Owner
Live workflow
Permit Status Tracker
Scheduled Status Check
n8n Cron Trigger
4h cycle
Fetch Pending Permits
ServiceTitan API
3m ago
Scrape Portal Status
Puppeteer
2m ago
Permit Approved?
Yes
Schedule Install
Google Calendar
Notify Customer
Twilio SMS
Alert Coordinator
Rejection with Reason
No
Log Audit Trail
Screenshot + Timestamp
30s ago
Job Scheduled
Done

The Problem

Every trades business that does panel upgrades, water heater installs, or HVAC changeouts knows the permit dance. You submit the application, and then you wait. Two weeks. Four weeks. Sometimes six. And while you wait, somebody in the office has to log into the municipal portal every morning to check whether the permit came through.

That sounds manageable until you count the permits. A mid size electrical or HVAC contractor typically has 10 to 30 permits pending at any given time, often spread across five or more municipalities. Each council has its own portal, its own login, its own layout. Some send email notifications. Some don't. Some send them to spam.

The real cost isn't the 30 minutes of checking. It's what happens when nobody checks. A permit gets approved on Tuesday afternoon. The office doesn't notice until Thursday morning. The tech isn't scheduled until the following week. The customer waited eight extra days for no reason. Multiply that across a year and the lost revenue adds up fast. Each day a permit sits approved and unnoticed is $500 to $2,000 in delayed revenue.

Then there's the opposite failure. A job gets scheduled before the permit clears. The inspector shows up, there's no approved permit on file, and the inspection fails. Rework from a failed inspection runs $500 to $2,000 per incident, plus one to three weeks of delay. That's before you factor in the damage to your reputation with the customer and the council.

How It Works

The automation replaces manual portal checks with a monitoring loop that runs every few hours. When something changes, it acts immediately.

1. Register pending permits

When your office submits a permit application, the permit number, job details, municipality, and portal URL are logged in your job management system (such as ServiceTitan, Tradify, or a shared spreadsheet). This creates the watchlist the automation monitors.

2. Monitor permit status

Every four to six hours, the workflow checks each pending permit's status. For municipalities that send email notifications, an email parser (such as Zapier or n8n) scans your inbox for approval or rejection keywords tied to specific permit numbers. For portals without email alerts, a headless browser tool like Puppeteer or Playwright logs in and scrapes the status page directly.

3. Detect status change

The automation compares the current status against the last known status. If nothing has changed, it logs the check and moves on. If the status has changed to approved, rejected, or corrections needed, it triggers the appropriate branch of the workflow.

4. Approved: schedule the job

When a permit is approved, the workflow updates the job record in your field service management tool, marks the permit as cleared, and creates a scheduling request. It notifies the dispatcher (or auto books the next available slot if your calendar integration supports it) and sends the customer a message letting them know the permit cleared and their install is being scheduled.

5. Rejected: flag for review

If the permit is rejected or requires corrections, the automation alerts your permit coordinator with the specific reason code or correction details pulled from the portal or email. It tags the job record so nobody accidentally schedules a tech against a rejected permit.

6. Capture audit trail

Every status check, whether or not something changed, gets logged with a timestamp. For portal scrapes, the system captures a screenshot of the status page. This gives you a complete history of when each permit was checked and what the status was at each point.

Why Morning Checks Don't Cut It

Most offices handle permit tracking the same way. Someone opens each portal first thing in the morning, checks the status, writes it on a whiteboard or updates a spreadsheet. It works when you have three permits pending. It falls apart at fifteen.

The problem isn't discipline. It's timing and volume. Municipal systems don't process permits on your schedule. An approval that lands at 2pm on a Friday sits unnoticed until Monday morning. That's three days of scheduling lag on every Friday approval. Across a year, even a business with moderate permit volume loses weeks of productive scheduling to this gap.

A permit was approved on Tuesday. The office found it on Thursday. The tech was booked for the following Wednesday. The customer waited eight days after approval for an install that could have started on Wednesday morning. That's the gap automation closes.

And then there's the human error side. When you're checking fifteen portals across five municipalities, each with different logins and interfaces, things get missed. Not because anyone's careless, but because the task is repetitive and the portals are inconsistent. One missed approval means a delayed job. One missed rejection means a tech shows up to a failed inspection.

Multi Municipality Operations

Contractors who work across council boundaries feel this pain most sharply. Each municipality runs its own permitting system. Some use Accela, some use OpenGov, some use a portal that looks like it was built in 2004. The login credentials are different. The status labels are different (one council says 'Issued', another says 'Approved', a third says 'Ready for Pickup').

A single automation handles all of them. You configure the monitoring rules once per municipality, mapping each portal's status labels to your internal workflow states. From that point forward, every permit across every council feeds into the same notification and scheduling pipeline. Your office staff stop context switching between five different browser tabs every morning and start responding to permits the moment they clear.

The Business Impact

Take a mid size HVAC contractor with 20 permits pending at any given time, averaging two approvals per week. Without automation, each approval takes one to three days to discover. That's conservatively two days of scheduling lag per permit, at $800 per day in potential revenue. That's $1,600 per approval delay, or $166,400 per year across roughly 104 approvals.

The automation catches approvals within hours, not days. Even cutting the average lag from two days to same day recovers most of that revenue. Add in the avoided cost of failed inspections (scheduling against unapproved permits happens more than anyone admits) and the maths gets even clearer.

The monitoring itself costs very little to run. Email parsing through Zapier or Make runs on standard plan pricing. Portal scraping through n8n or a lightweight server costs under $50 per month. The return on a setup like this pays for itself in the first week.

  • Permits detected within hours of approval, not days
  • Installation jobs scheduled same day as permit clearance
  • Zero failed inspections from scheduling against unapproved permits
  • Office staff reclaim 30 to 60 minutes per day of portal checking
  • Complete audit trail of every permit status check with timestamps
  • Consistent monitoring across all municipalities from a single workflow

Frequently Asked Questions

What if my council doesn't have an online permit portal?

Some municipalities still handle permits by phone or in person. For those, the automation can't scrape a portal, but it can still monitor your email for any correspondence from the council and flag permit related messages for immediate attention. You'd handle those councils manually, but the automation covers every council that has a digital presence.

Will this work with my field service management software?

If your FSM tool has an API (ServiceTitan, Housecall Pro, Jobber, and Tradify all do), the automation can update job records and trigger scheduling directly. For tools without an API, the workflow sends notifications to your dispatcher with all the details they need to schedule manually. Either way, the monitoring and alerting runs independently of your FSM choice.

What happens when a council redesigns their portal?

Portal redesigns do break scraping automations. That's a real limitation. The workflow includes health checks that detect when a scrape returns unexpected results, and it alerts you immediately so you can update the configuration. In practice, most council portals change infrequently (once every few years), and updating the scrape rules takes an hour or two when it happens.

Do we really need this if we only have a few permits at a time?

If you consistently have fewer than five permits pending and they're all in one municipality, manual checking is manageable. But the moment you cross into multiple councils or your permit volume grows beyond five or six at a time, the manual approach starts leaking time and missing approvals. Most contractors who think they don't need this are already losing a day or two per approval without realising it.

Is scraping municipal portals legal?

Accessing publicly available permit status information is generally fine. You're doing the same thing your office staff does manually, just faster. That said, some portal terms of service restrict automated access. The email parsing approach avoids this entirely by monitoring your own inbox rather than scraping the portal. For most contractors, a hybrid approach (email parsing where available, portal monitoring where needed) covers all the bases.

Can the automation handle permit renewals and expiry tracking too?

Yes. The same monitoring logic that watches for approval status changes can track expiry dates on active permits. It flags permits approaching expiry and sends reminders to your office before a permit lapses. This is especially useful for long duration projects where permits have a validity window.

How long does setup take?

For a straightforward setup with email parsing and one or two portal integrations, most implementations are running within a week. Adding more municipalities takes a few hours each. The complexity depends on how many different portals you need to monitor and how consistent their layouts are. Book your free audit and we'll map out exactly what's involved for your specific council coverage.

Sources

  1. PermitApprovals.com: Automated Permit Tracking
  2. Pulley: Fast Permitting, Made Simple
  3. Mercator AI: Construction Permit Tracking Software
  4. Datagrid: Automate Trade Permit Status Tracking
  5. M2SYS: Accelerating Permits and Inspections for Faster Project Delivery

Automations we’ve already built

326 automations built Explore all automations
Client Onboarding
30 Day Onboarding Health Check and Feedback Loop

Thirty days after onboarding begins, an automated workflow surveys your client, pulls milestone data from your project tools, generates an AI written retrospective, and flags anyone who needs a recovery call. Every onboarding teaches the next one.

See automation
Documents & Contracts
Accounting Engagement Letter Automation

When a new client lands in your practice management software, this automation generates a tailored engagement letter with the right services, fees, and deadlines, sends it for electronic signature, then builds the client folder and kicks off your onboarding checklist. No chasing. No waiting.

See automation
Documents & Contracts
AI Powered Statement of Work Drafter

A project manager fills out a short form after a discovery call. Within minutes, AI drafts a full Statement of Work into your branded template, routes it through Slack for internal approval, and sends it to the client for signature.

See automation
Documents & Contracts
Auto Archive Completed Project Documents

When a project closes in your PM tool, this automation collects every contract, deliverable, and sign off from across your systems, organises them into a standardised archive folder, and generates a summary PDF. No manual cleanup required.

See automation
Documents & Contracts
Automated NDA Generation and Tracking

When a contact is tagged in your CRM as needing an NDA, the agreement is generated from a template with their details prefilled, sent for signature, and tracked automatically. Overdue NDAs trigger reminders so nothing slips through.

See automation
Documents & Contracts
Board Meeting Minutes and Resolution Tracker

Automatically converts raw meeting notes or recordings into structured, branded board minutes with tracked resolutions and action items, so your admin staff can stop spending full days on documentation that nobody reads until it's too late.

See automation
Documents & Contracts
Change Order Approval Workflow

Capture scope changes on site, generate costed PDFs, route them through internal approval and client e signature, and log everything automatically. No verbal agreements, no lost paperwork, no payment disputes.

See automation
AI Agents
Contract Review & Risk Flagging Agent

When a new contract lands in your cloud folder, an AI agent extracts the text, checks every clause against a risk framework, and sends your team a structured memo flagging the problems that actually matter. Preliminary review drops from hours to minutes.

See automation
Documents & Contracts
Contractor Onboarding Document Pack

When a new contractor lands in your HR system or Airtable base, this automation generates a complete document bundle, sends it as a single signing package through PandaDoc, and updates your records the moment everything is signed.

See automation
Documents & Contracts
CRM to Proposal Generator

When a deal hits the proposal stage in your CRM, this automation pulls the client name, scope, pricing, and line items, then merges everything into a branded template. The finished PDF lands back on the deal record and in the prospect's inbox without anyone touching a document.

See automation
Documents & Contracts
eSignature Completion to Folder Filing

When every party signs a document in DocuSign or PandaDoc, this automation downloads the completed PDF, renames it to your filing convention, stores it in the right client folder, and notifies the account manager. No manual downloading, no misfiled contracts.

See automation
Documents & Contracts
Expiring Contract Renewal Alerts

A scheduled workflow scans your contracts database daily, flags renewals at 30, 14, and 7 day intervals, and sends tiered alerts to account managers and leadership so nothing expires unnoticed.

See automation
Client Onboarding
Invoice and Payment Setup on New Client Creation

When a new client is created in your CRM, this automation builds their billing profile, generates the first invoice, sets up recurring payments, and sends a secure link to collect their payment method. No manual data entry between systems, no forgotten first invoices.

See automation
Documents & Contracts
Invoice to PDF and Auto Send

When a project is marked complete in your project management tool, this automation pulls billable hours and rates, generates a branded PDF invoice, and emails it to the client with payment instructions. A copy lands in the client folder without anyone lifting a finger.

See automation
Documents & Contracts
Medical Practice Patient Intake Forms

When a new patient books an appointment, this automation sends digital intake forms, collects consent and insurance details, converts everything to PDF, files it in the patient folder, and notifies your front desk. No clipboards. No data entry.

See automation
AI Agents
Meeting Notes & Action Item Agent

An AI agent that turns your meeting recordings into structured summaries, assigned action items, and tracked tasks across Slack, Asana, and Notion. No more post meeting admin, no more forgotten decisions.

See automation
Documents & Contracts
Monthly Report Auto Generation

An automated workflow pulls client KPIs from your data sources on the first business day of each month, populates branded report templates, converts them to PDF, and emails every client their personalised report before your team starts work.

See automation
Documents & Contracts
Multi Party Document Routing for Legal Review

Automatically classify incoming contracts by type, route each one to the right reviewer, and track every document through the review pipeline so nothing stalls in someone's inbox.

See automation
Client Onboarding
Multi Stakeholder Onboarding Coordinator

When a new B2B client submits their intake form, this automation reads every team member's role and sends each person the exact onboarding content they need. Billing contacts get payment setup. Project sponsors get the timeline. Day to day operators get tool access and kickoff details. Every stakeholder's progress is tracked independently until all are ready.

See automation
Documents & Contracts
New Client Contract Auto Generation

When a new client record lands in your CRM with a signed engagement letter, a prefilled contract is automatically generated and sent for e signature. No copying, no delays, no forgotten clauses.

See automation
Documents & Contracts
Proposal Viewed Notification and Follow Up

When a prospect opens your proposal, this automation logs the view in your CRM, pings the assigned salesperson on Slack, and sends a templated follow up email if the document stays unsigned after 48 hours.

See automation
Documents & Contracts
Real Estate Contract of Sale Builder

When a real estate agent fills out a short form with property details and buyer information, the automation generates a complete contract of sale, attaches the correct disclosure forms, and sends the full package to DocuSign with the right signing order.

See automation
Documents & Contracts
Trades Quote to Contract Converter

Automatically converts approved quotes into signed service contracts with warranty terms, payment schedules, and scope definitions. No manual paperwork, no verbal agreements, no disputes three months later.

See automation
Documents & Contracts
Vendor Agreement Intake and Comparison

When a vendor sends a contract, AI extracts payment terms, liability caps, termination clauses and auto renewal dates into a structured row. Your procurement team can then compare every vendor agreement side by side, spotting bad deals before anyone signs.

See automation
Free Whitepaper
The 5 Workflows Costing Your Business 20 Hours a Week
A practical guide for small business owners who are tired of doing things manually.
01 Where your hours are actually going
02 The 5 automations to set up first
03 How to calculate your real cost of doing it manually
04 Real results from real businesses
05 Your first automation: a step-by-step checklist
FREE RESOURCE

Not ready to talk yet? Start here.

Everything we've learned building 300+ automations for small businesses, in one practical guide. Written for business owners, not engineers.

  • Where your team's hours are actually disappearing
  • The five automations worth setting up first and why
  • How to calculate what manual work is actually costing you
  • A step by step checklist to get your first automation live this week
Check your inbox

Completely free.