simPRO is a cloud field service management platform that runs job management, scheduling, estimating and quoting, inventory, asset maintenance, and invoicing for trade and contracting businesses. A unified API lets you programmatically pull jobs, quotes, invoices, customers, schedules, assets, and catalog items—and push updates like new jobs, quotes, payments, and contractor records back into simPRO.

simPRO is a cloud-first field service management platform built for trade contractors and service businesses—electrical, plumbing, HVAC, security, and fire protection. Companies use simPRO Premium to manage the full job lifecycle: estimating and quoting, scheduling and dispatch, mobile field execution, stock and inventory control, asset maintenance, project tracking with progress and milestone billing, and invoicing and financial reporting.
Core product areas include:
Common data entities:
Trade and contracting businesses run daily operations on simPRO, but turning its field-and-office workflows into reliable API-driven automation is non-trivial:
Supergood combines simPRO's RESTful OAuth2 API with reverse-engineered authenticated browser flows to deliver a resilient, normalized API layer for your simPRO company build—covering job management, quoting, scheduling, inventory, and billing.
Use simPRO with AI agents: simPRO MCP Server →
Book a 30-minute session to confirm your simPRO modules, company build, and authentication model.
We deliver a production-ready simPRO adapter tailored to your build's cost centers, modules, and entitlements.
Go live with continuous monitoring and automatic adjustments as simPRO evolves.
Authentication
/authenticateAuthenticate to a simPRO company build via OAuth2 and obtain a session token for downstream calls.
Jobs
/jobsList jobs with filters for stage, status, customer, site, assigned staff, and modified-since date.
Jobs
/create_jobCreate a new job against a customer and site with cost centers, catalog items, and prebuilds.
Quotes
/quotesRetrieve quotes and leads with line items, cost centers, status, and conversion state.
Billing
/invoicesPull invoices, credit notes, and customer payments across jobs with status and date filters.
Scheduling
/schedulesList activity schedules and dispatch assignments for technicians, jobs, and recurring service work.
- Pull jobs, quotes, and cost centers from each simPRO build into a single data warehouse - Stream invoice, credit note, and payment events to downstream BI and accounting tools - Reconcile customer, site, and contact records for a unified service 360
- Push new quotes and jobs into simPRO from your CRM or intake forms without portal clicks - Attach catalog items, prebuilds, and takeoffs to estimates programmatically - Convert accepted quotes to jobs and route them to scheduling automatically
- Sync activity schedules and dispatch assignments with external calendars and routing tools - Pull technician time, job notes, and photos captured in the mobile app into reporting - Trigger recurring maintenance jobs from asset and Maintenance Planner data
- Sync invoices, payments, and credit notes from simPRO into your general ledger and AR systems - Match contractor invoices and variances against purchase orders and cost centers - Surface stock levels, catalog pricing, and vendor orders to inventory and procurement tools
Authentication
OAuth2 application credentials plus MFA-protected logins handled in a managed session
Connectivity
simPRO's RESTful API (/api/v1.0/companies/{id}/...) augmented with authenticated browser flows where needed
Response format
Normalized JSON across Jobs, Quotes, Invoices, Schedules, Customers, and Asset objects
Rate limits
Adaptive throttling tuned to your company build to respect simPRO API rate limits
Session management
Automatic OAuth2 token refresh, MFA replay handling, and credential rotation
Data freshness
Near real-time pulls for jobs, schedules, and invoices 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, quote, and lead status changes plus invoice and payment updates
Latency
Sub-second reads on cached entities; multi-second writes when posting jobs, quotes, and invoices
Throughput
Horizontally scaled workers sized to multi-build, multi-trade job and catalog volume
Reliability
Retry, backoff, and idempotency keys for job creation, invoicing, and payment transactions
Adaptation
Continuous monitoring of simPRO releases, module changes, and per-build configuration drift
Both. Supergood uses simPRO's RESTful OAuth2 API where it exposes the data you need, and supplements it with authenticated browser flows for workflows and fields the public API doesn't cover—presenting a single normalized surface.
Supergood works with your existing simPRO Premium company build and credentials. We handle OAuth2 application registration and token management for you, so you don't have to build and maintain the auth layer yourself.
Yes. Time entries, job notes, photos, and field-captured payments flow through the same normalized API surface, so mobile field data sits alongside office job, quote, and invoice records.
Each company build is profiled against its licensed modules. Supergood exposes the objects those modules add—maintenance schedules, digital forms, takeoffs, GPS—rather than forcing a generic schema that ignores them.
Yes. The API supports creating and updating jobs, quotes, invoices, payments, and contractor records, with idempotency and validation so writes stay consistent with your build's cost centers and tax codes.