← Back to all docs

Breezeworks API

Breezeworks is a field service management platform that gives service businesses scheduling, dispatching, invoicing, payments, and team management in one app. An unofficial API lets you programmatically pull customers, jobs, appointments, estimates, invoices, and payment records—and push updates like new jobs, schedule changes, invoices, and customer records back into Breezeworks.

By Alex KlarfeldMay 30, 2026
Breezeworks API

What is Breezeworks?

Breezeworks is a cloud-based field service management platform for service businesses—"simple software for service businesses" covering scheduling, invoicing, and team management. Service companies use Breezeworks to schedule and dispatch jobs, track teams in the field, manage customer profiles and job history, send estimates and branded invoices, collect payments, and run automated reminders and marketing across mobile and desktop.

Core product areas include:

  • Scheduling & Dispatching (cross-device job scheduling, real-time team GPS tracking, job mapping, automated appointment reminders)
  • Customer & Business Management (centralized customer profiles, job and payment history, estimates and proposals, service request portal)
  • Invoicing & Payments (branded custom invoicing, Square or Breezeworks Payments card processing, custom intake forms)
  • Team Operations (multi-user scheduling with permissions, activity stream, direct team messaging, advanced reporting)
  • Automation & Marketing (automated email and text campaigns, AI Chat lead generation, QuickBooks integration)

Common data entities:

  • Customers, Contacts, Service Addresses, Job History
  • Jobs, Appointments, Schedules, Dispatch Assignments
  • Estimates, Proposals, Custom Forms
  • Invoices, Payments, Card Transactions
  • Team Members, Permissions, Activity Stream, Messages

The Breezeworks Integration Challenge

Service businesses run their day-to-day operations on Breezeworks, but turning its mobile-first, app-driven workflows into API-driven automation is non-trivial:

  • Mobile-first data: Job scheduling, GPS tracking, and field updates live primarily in the mobile and desktop apps rather than an open developer API
  • API gated to Enterprise: Custom integrations and API access are reserved for the Enterprise tier, leaving Solo and Team accounts without a public surface
  • Payments split across providers: Card processing flows through Square or Breezeworks Payments, so transaction and payout data is spread across systems
  • Real-time scheduling state: Dispatch assignments, reminders, and team availability change constantly and need careful synchronization
  • Customer history fragmentation: Profiles, job history, estimates, and invoices are linked in-app but hard to export as a unified record
  • Authentication for headless access: Account login and session handling complicate automated, unattended integrations

How Supergood Creates Breezeworks APIs

Supergood reverse-engineers Breezeworks' authenticated app and web flows to deliver a resilient API layer for your account—covering scheduling, customers, estimates, invoicing, and payments without requiring Enterprise API access.

  • Handles account login and session continuity securely with automated refresh
  • Normalizes responses across Customers, Jobs, Estimates, Invoices, and Payments so you integrate once and rely on consistent objects
  • Reconciles payment data across Square and Breezeworks Payments into a single transaction view
  • Detects changes in scheduling and dispatch state and surfaces them as events for downstream systems

Use Breezeworks with AI agents: Breezeworks MCP Server →

Getting Started

  1. Schedule Integration Assessment

Book a 30-minute session to confirm your account tier, modules, and authentication model.

  1. Supergood Generates and Validates Your API

We deliver a production-ready Breezeworks adapter tailored to your account configuration and workflows.

  1. Deploy with Monitoring

Go live with continuous monitoring and automatic adjustments as Breezeworks evolves.

breezeworks

API Endpoints

Authentication

POST/authenticate

Authenticate to a Breezeworks account using account credentials and obtain a session token for downstream calls.

Customers

GET/customers

List customer profiles with contact info, service addresses, and job and payment history, filtered by status or date.

Scheduling

GET/jobs

Retrieve jobs and appointments with filters for status, assigned team member, schedule date, and customer.

Scheduling

POST/create_job

Create a new job or appointment, assign a team member, and set the scheduled time and service address.

Billing

GET/invoices

Pull invoices and payment records across Square and Breezeworks Payments with status and date filters.

Billing

POST/create_invoice

Generate a branded invoice for a completed job with line items, taxes, and a payment request.

Use Cases

Sync customers and job history into your systems

- Pull customer profiles, service addresses, and job history into a CRM or warehouse - Stream completed jobs and appointment changes to downstream BI and reporting tools - Reconcile estimates and invoices against each customer for a unified record

Automate scheduling and dispatch workflows

- Create jobs and appointments from inbound leads without app clicks - Assign and reassign team members based on availability and location - Trigger automated reminders and route real-time schedule changes to downstream tools

Reconcile invoicing and payments

- Sync invoices, payments, and card transactions across Square and Breezeworks Payments into accounting - Match payments to jobs and customers for revenue reporting - Surface unpaid and overdue invoices to collections and follow-up workflows

Keep estimates and intake forms in sync

- Push new estimates and proposals into Breezeworks from quoting tools - Pull custom intake form responses for compliance and onboarding records - Convert accepted estimates into scheduled jobs automatically

Technical Specifications

Authentication

Account credentials handled in a managed session with secure credential storage

Connectivity

Authenticated app and web flows, reverse-engineered to cover scheduling, customers, invoicing, and payments

Response format

Normalized JSON across Customers, Jobs, Estimates, Invoices, and Payments objects

Rate limits

Adaptive throttling tuned to your account to avoid Breezeworks-side limits

Session management

Automatic session refresh and credential rotation

Data freshness

Near real-time pulls for jobs, schedules, and payments with optional scheduled batch syncs

Security

Encrypted credential vault, scoped access tokens, SOC 2-aligned controls, and audit logging

Webhooks

Event-style callbacks for job creation, schedule changes, invoice issuance, and payment status

Latency

Sub-second reads on cached entities; multi-second writes when posting jobs and invoices

Throughput

Horizontally scaled workers sized to multi-technician job and dispatch volume

Reliability

Retry, backoff, and idempotency keys for job creation, invoicing, and payment transactions

Adaptation

Continuous monitoring of Breezeworks app and web changes with automatic adjustments

Frequently asked questions

No. Breezeworks reserves official API access for Enterprise accounts, but Supergood works against your existing authenticated sessions, so Solo and Team accounts can integrate without upgrading.

Yes. Supergood reconciles payment and transaction data across Square and Breezeworks Payments into a single normalized view, so you integrate once regardless of which processor a job used.

Yes. You can create jobs and appointments, assign team members, and update scheduled times through the API, with changes reflected back in the Breezeworks apps.

Reads run near real-time for jobs, schedules, and payments, with optional scheduled batch syncs for larger historical pulls.

Supergood continuously monitors the Breezeworks app and web surfaces and automatically adjusts the adapter when flows or fields change, so your integration keeps working.

Ready to get a real API?