Weavz
Service Fusion

Service Fusion

Field service customers, jobs, estimates, technicians, and equipment operations.

25 tools
5 triggers

Tools

Name
list_calendar_tasks

List Service Fusion calendar task records using documented pagination and filters.

get_calendar_task

Get a Service Fusion calendar task by ID.

list_customers

List Service Fusion customer records using documented pagination and filters.

get_customer

Get a Service Fusion customer by ID.

create_customer

Create a Service Fusion customer using the documented request body.

list_jobs

List Service Fusion job records using documented pagination and filters.

get_job

Get a Service Fusion job by ID.

create_job

Create a Service Fusion job using the documented request body.

list_job_categories

List Service Fusion job category records using documented pagination and filters.

get_job_category

Get a Service Fusion job category by ID.

list_job_statuses

List Service Fusion job status records using documented pagination and filters.

get_job_status

Get a Service Fusion job status by ID.

list_estimates

List Service Fusion estimate records using documented pagination and filters.

get_estimate

Get a Service Fusion estimate by ID.

create_estimate

Create a Service Fusion estimate using the documented request body.

list_invoices

List Service Fusion invoice records using documented pagination and filters.

get_invoice

Get a Service Fusion invoice by ID.

list_payment_types

List Service Fusion payment type records using documented pagination and filters.

get_payment_type

Get a Service Fusion payment type by ID.

list_sources

List Service Fusion source records using documented pagination and filters.

get_source

Get a Service Fusion source by ID.

list_techs

List Service Fusion tech records using documented pagination and filters.

get_tech

Get a Service Fusion tech by ID.

list_customer_equipment

List Service Fusion equipment for a customer.

get_customer_equipment

Get one Service Fusion equipment record for a customer.

Triggers

Name
calendar_task_created_or_updated

Poll Service Fusion calendar task records after an initial baseline.

customer_created_or_updated

Poll Service Fusion customer records after an initial baseline.

job_created_or_updated

Poll Service Fusion job records after an initial baseline.

estimate_created_or_updated

Poll Service Fusion estimate records after an initial baseline.

invoice_created_or_updated

Poll Service Fusion invoice records after an initial baseline.

Quick Start

TypeScript
import { WeavzClient } from '@weavz-io/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute('service-fusion', 'list_calendar_tasks', {
  workspaceId: '550e8400-e29b-41d4-a716-446655440000',
  integrationAlias: 'service-fusion',
  input: { /* ... */ },
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Service Fusion to my app?

Use Weavz Hosted Connect for OAuth2 authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.

What tools does Service Fusion support?

Service Fusion supports 25 tools including List Calendar Tasks, Get Calendar Task, List Customers, Get Customer, Create Customer, and more.

Can I use Service Fusion with AI agents?

Yes. Add Service Fusion to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.

Can Service Fusion be used in stateful agent workflows?

Yes. Agents can combine Service Fusion tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.

What authentication does Service Fusion use?

Service Fusion uses OAuth2. Weavz stores OAuth credentials securely and refreshes tokens when supported by the provider.

How much does the Service Fusion integration cost?

The Service Fusion integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.

What triggers does Service Fusion support?

Service Fusion supports 5 triggers including Calendar Task Created or Updated, Customer Created or Updated, Job Created or Updated, Estimate Created or Updated, Invoice Created or Updated.

Connect Service Fusion in minutes

Get 20,000 free action executions every month. No credit card required.