← Back to all docs
servicefusion

ServiceFusion API

ServiceFusion is field service management software used by HVAC, plumbing, electrical, appliance repair, and other home/commercial service companies to run operations end-to-end. An unofficial API lets you programmatically pull customer records and service locations, jobs/work orders,

By Alex KlarfeldJanuary 25, 2026
ServiceFusion API

What is ServiceFusion?

ServiceFusion is a cloud platform for field service management that centralizes CRM, scheduling & dispatch, estimates/invoicing, payments, technician mobile workflows, and equipment/inventory tracking. Dispatchers, office staff, and field technicians use ServiceFusion to manage customers and locations, schedule jobs, route technicians, track work in progress, invoice and collect payments, and maintain detailed service histories.

Core product areas include:

  • CRM & Customer Management (e.g., customers, service locations, contacts)
  • Scheduling & Dispatch (e.g., jobs/work orders, calendars, routes, technician assignments)
  • Estimates & Invoicing (e.g., quotes, line items, taxes, discounts, invoice generation)
  • Payments & Collections (e.g., card/ACH processing, deposits, receipts, customer portal)
  • Technician Mobile & Field Operations (e.g., status updates, photos, signatures, notes)
  • Inventory & Equipment (e.g., items/parts, stock levels, equipment assets at locations)
  • Service Agreements & Recurring Services (e.g., maintenance contracts, recurring jobs)

Common data entities:

  • Companies, Users/Technicians, and Permissions
  • Customers and Service Locations (addresses, contacts, tags)
  • Jobs/Work Orders (status, schedule windows, assigned technicians)
  • Estimates/Quotes (line items, approvals, conversion to jobs)
  • Invoices and Payments (line items, taxes, receipts)
  • Items/Parts and Inventory (SKU, cost, stock levels)
  • Equipment Assets (model/serial, install date, service history)
  • Service Agreements (terms, frequency, next visits)
  • Purchase Orders and Vendors (parts procurement)

The ServiceFusion Integration Challenge

Field service teams rely on ServiceFusion every day, but turning portal-based workflows into API-driven automation is non-trivial:

  • Dispatch board complexity: Job calendars, routes, skills, and multi-tech assignments require careful modeling
  • Enterprise security: SSO/MFA and role-based controls (dispatcher, tech, admin) complicate headless automation
  • Portal-first features: Many capabilities are optimized for the web and mobile apps; data is spread across views/exports
  • Financial rigor: Taxes, deposits, partial payments, and accounting sync (e.g., QuickBooks) must be respected programmatically
  • Mobile flows: Status transitions (en route, on site, completed), signatures, and photo uploads need resilient handling

How Supergood Creates ServiceFusion APIs

Supergood reverse-engineers authenticated browser and mobile app flows to deliver a resilient API endpoint layer for your ServiceFusion tenant.

  • Handles username/password, SSO/OAuth, and MFA (SMS, email, TOTP) securely
  • Maintains session continuity with automated refresh and change detection
  • Normalizes responses so you can integrate once and rely on consistent objects across modules
  • Aligns with customer entitlements and role-based permissions to ensure compliant access

Getting Started

  • Schedule Integration Assessment

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

  • Supergood Builds and Validates Your API

We deliver a hardened ServiceFusion adapter tailored to your workflows and entitlements.

  • Deploy with Monitoring

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

API Endpoints

Authentication

POST/sessions

Establish a session using credentials. Supergood manages MFA (SMS, email, TOTP) and SSO/OAuth when enabled. Returns a short-lived auth token maintained by the platform.

Authentication

POST/sessions/refresh

Refresh an existing token to keep sessions uninterrupted.

Customers & Locations

GET/customers

List customers with optional filters and service location summaries.

Jobs (Work Orders)

POST/jobs

Create a new job/work order with schedule details, assigned technicians, and line items.

Job Status Updates

PATCH/jobs/{jobId}/status

Update a job's lifecycle state and capture field artifacts.

Invoices & Payments

POST/jobs/{jobId}/invoices

Create an invoice for a completed job with line items, taxes/discounts, and optional payment capture.

Use Cases

Customer & Job Data Sync

- Mirror customers, service locations, and contact details into your internal systems - Keep job metadata current for analytics and SLA reporting - Normalize addresses, statuses, and timestamps for multi-branch operations

Dispatch Automation

- Create jobs/work orders from your product and assign technicians based on skills/territory - Update job status programmatically (scheduled, en route, on site, completed) - Trigger route updates, ETA notifications, and customer communications

Estimates-to-Invoice and Payments

- Convert accepted quotes into jobs with pre-filled line items - Generate invoices with taxes/discounts and capture payments securely - Pull payment receipts and reconciliation data to sync with accounting (e.g., QuickBooks)

Equipment & Inventory Tracking

- Ingest equipment assets at each location for proactive maintenance scheduling - Track parts used and inventory movements during jobs - Attach photos, notes, and service history to assets for lifecycle visibility

Technical Specifications

Authentication

Username/password with MFA (SMS, email, TOTP) and SSO/OAuth where enabled; supports service accounts or customer-managed credentials

Response format

JSON with consistent resource schemas and pagination across modules

Rate limits

Tuned for enterprise throughput while honoring customer entitlements and usage controls

Session management

Automatic reauth and cookie/session rotation with health checks

Data freshness

Near real-time retrieval of customers, jobs, schedules, invoices, payments, and equipment objects

Security

Encrypted transport, scoped tokens, and audit logging; respects ServiceFusion role-based permissions

Webhooks

Optional asynchronous delivery for long-running workflows (e.g., payment settlements, job approval chains)

Latency

Sub-second responses for list/detail queries under normal load

Throughput

Designed for high-volume job creation, dispatch updates, and invoice/payment processing

Reliability

Retry logic, backoff, and idempotency keys minimize duplicate actions

Adaptation

Continuous monitoring for UI/app changes with rapid adapter updates

Frequently asked questions

Supergood supports workflows across commonly used modules such as CRM (customers, locations), Scheduling & Dispatch (jobs/work orders, technician assignments), Estimates & Invoicing, Payments, and Equipment/Inventory, subject to your licensing and entitlements. We scope coverage during integration assessment.

We support username/password + MFA (SMS, email, TOTP) and can operate behind SSO/OAuth when enabled. Sessions are refreshed automatically with secure challenge handling.

Yes. We can normalize invoices, taxes, discounts, and payment receipts to match your ERP schema and deliver updates via webhooks or polling while complying with rate and permission constraints. Customers commonly sync to QuickBooks.

Yes. We support downloading artifacts and uploading attachments via signed uploads, with checksum validation and time-limited URLs for photos, PDFs, and signatures.

Yes. You can create jobs, assign technicians, set schedule windows, and update statuses programmatically; the integration respects dispatch board constraints and role permissions.

Ready to get a real API?