Service Fusion
Field service customers, jobs, estimates, technicians, and equipment operations.
Tools
| Name | Description |
|---|---|
list_calendar_tasksList Service Fusion calendar task records using documented pagination and filters. | List Service Fusion calendar task records using documented pagination and filters. |
get_calendar_taskGet a Service Fusion calendar task by ID. | Get a Service Fusion calendar task by ID. |
list_customersList Service Fusion customer records using documented pagination and filters. | List Service Fusion customer records using documented pagination and filters. |
get_customerGet a Service Fusion customer by ID. | Get a Service Fusion customer by ID. |
create_customerCreate a Service Fusion customer using the documented request body. | Create a Service Fusion customer using the documented request body. |
list_jobsList Service Fusion job records using documented pagination and filters. | List Service Fusion job records using documented pagination and filters. |
get_jobGet a Service Fusion job by ID. | Get a Service Fusion job by ID. |
create_jobCreate a Service Fusion job using the documented request body. | Create a Service Fusion job using the documented request body. |
list_job_categoriesList Service Fusion job category records using documented pagination and filters. | List Service Fusion job category records using documented pagination and filters. |
get_job_categoryGet a Service Fusion job category by ID. | Get a Service Fusion job category by ID. |
list_job_statusesList Service Fusion job status records using documented pagination and filters. | List Service Fusion job status records using documented pagination and filters. |
get_job_statusGet a Service Fusion job status by ID. | Get a Service Fusion job status by ID. |
list_estimatesList Service Fusion estimate records using documented pagination and filters. | List Service Fusion estimate records using documented pagination and filters. |
get_estimateGet a Service Fusion estimate by ID. | Get a Service Fusion estimate by ID. |
create_estimateCreate a Service Fusion estimate using the documented request body. | Create a Service Fusion estimate using the documented request body. |
list_invoicesList Service Fusion invoice records using documented pagination and filters. | List Service Fusion invoice records using documented pagination and filters. |
get_invoiceGet a Service Fusion invoice by ID. | Get a Service Fusion invoice by ID. |
list_payment_typesList Service Fusion payment type records using documented pagination and filters. | List Service Fusion payment type records using documented pagination and filters. |
get_payment_typeGet a Service Fusion payment type by ID. | Get a Service Fusion payment type by ID. |
list_sourcesList Service Fusion source records using documented pagination and filters. | List Service Fusion source records using documented pagination and filters. |
get_sourceGet a Service Fusion source by ID. | Get a Service Fusion source by ID. |
list_techsList Service Fusion tech records using documented pagination and filters. | List Service Fusion tech records using documented pagination and filters. |
get_techGet a Service Fusion tech by ID. | Get a Service Fusion tech by ID. |
list_customer_equipmentList Service Fusion equipment for a customer. | List Service Fusion equipment for a customer. |
get_customer_equipmentGet one Service Fusion equipment record for a customer. | Get one Service Fusion equipment record for a customer. |
Triggers
| Name | Description |
|---|---|
calendar_task_created_or_updatedPoll Service Fusion calendar task records after an initial baseline. | Poll Service Fusion calendar task records after an initial baseline. |
customer_created_or_updatedPoll Service Fusion customer records after an initial baseline. | Poll Service Fusion customer records after an initial baseline. |
job_created_or_updatedPoll Service Fusion job records after an initial baseline. | Poll Service Fusion job records after an initial baseline. |
estimate_created_or_updatedPoll Service Fusion estimate records after an initial baseline. | Poll Service Fusion estimate records after an initial baseline. |
invoice_created_or_updatedPoll Service Fusion invoice records after an initial baseline. | Poll Service Fusion invoice records after an initial baseline. |
Quick Start
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.