Weavz
FieldRoutes

FieldRoutes

Pest and lawn field-service operations for customers, subscriptions, tickets, appointments, payments, contracts, notes, documents, and reviews.

47 tools
6 triggers

Tools

Name
search_customers

Search FieldRoutes customer records. Search returns matching IDs, with optional first-page data when includeData is enabled.

get_customers

Get one or more FieldRoutes customer records by exact IDs.

create_customer

Create a FieldRoutes customer using documented parameters.

update_customer

Update a FieldRoutes customer using documented parameters.

search_subscriptions

Search FieldRoutes subscription records. Search returns matching IDs, with optional first-page data when includeData is enabled.

get_subscriptions

Get one or more FieldRoutes subscription records by exact IDs.

create_subscription

Create a FieldRoutes subscription using documented parameters.

update_subscription

Update a FieldRoutes subscription using documented parameters.

update_subscription_lead_stage

Update a FieldRoutes subscription lead stage using exact IDs and documented parameters.

search_tickets

Search FieldRoutes ticket records. Search returns matching IDs, with optional first-page data when includeData is enabled.

get_tickets

Get one or more FieldRoutes ticket records by exact IDs.

create_ticket

Create a FieldRoutes ticket using documented parameters.

update_ticket

Update a FieldRoutes ticket using documented parameters.

delete_ticket

Delete a FieldRoutes ticket using documented parameters.

search_appointments

Search FieldRoutes appointment records. Search returns matching IDs, with optional first-page data when includeData is enabled.

get_appointments

Get one or more FieldRoutes appointment records by exact IDs.

create_appointment

Create a FieldRoutes appointment using documented parameters.

update_appointment

Update a FieldRoutes appointment using documented parameters.

cancel_appointment

Cancel a FieldRoutes appointment by exact appointment ID and documented parameters.

complete_appointment

Complete a FieldRoutes appointment by exact appointment ID and documented parameters.

search_employees

Search FieldRoutes employee records. Search returns matching IDs, with optional first-page data when includeData is enabled.

get_employees

Get one or more FieldRoutes employee records by exact IDs.

create_employee

Create a FieldRoutes employee using documented parameters.

update_employee

Update a FieldRoutes employee using documented parameters.

dealias_employee

Run the documented FieldRoutes employee dealias operation.

search_payments

Search FieldRoutes payment records. Search returns matching IDs, with optional first-page data when includeData is enabled.

get_payments

Get one or more FieldRoutes payment records by exact IDs.

create_payment

Create a FieldRoutes payment using documented parameters.

create_refund

Create a FieldRoutes payment refund using exact payment/customer IDs and documented parameters.

search_contracts

Search FieldRoutes contract records. Search returns matching IDs, with optional first-page data when includeData is enabled.

get_contracts

Get one or more FieldRoutes contract records by exact IDs.

create_contract

Create a FieldRoutes contract using documented parameters.

delete_contract

Delete a FieldRoutes contract using documented parameters.

search_notes

Search FieldRoutes note records. Search returns matching IDs, with optional first-page data when includeData is enabled.

get_notes

Get one or more FieldRoutes note records by exact IDs.

create_note

Create a FieldRoutes note using documented parameters.

update_note

Update a FieldRoutes note using documented parameters.

delete_note

Delete a FieldRoutes note using documented parameters.

search_documents

Search FieldRoutes document records. Search returns matching IDs, with optional first-page data when includeData is enabled.

get_documents

Get one or more FieldRoutes document records by exact IDs.

create_document

Create a FieldRoutes document using documented parameters.

update_document

Update a FieldRoutes document using documented parameters.

search_reviews

Search FieldRoutes review records. Search returns matching IDs, with optional first-page data when includeData is enabled.

get_reviews

Get one or more FieldRoutes review records by exact IDs.

create_review

Create a FieldRoutes review using documented parameters.

update_review

Update a FieldRoutes review using documented parameters.

delete_review

Delete a FieldRoutes review using documented parameters.

Triggers

Name
customer_created_or_updated

Poll FieldRoutes customer search results after an initial baseline.

subscription_created_or_updated

Poll FieldRoutes subscription search results after an initial baseline.

ticket_created_or_updated

Poll FieldRoutes ticket search results after an initial baseline.

appointment_created_or_updated

Poll FieldRoutes appointment search results after an initial baseline.

payment_created_or_updated

Poll FieldRoutes payment search results after an initial baseline.

note_created_or_updated

Poll FieldRoutes note search results 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('fieldroutes', 'search_customers', {
  workspaceId: '550e8400-e29b-41d4-a716-446655440000',
  integrationAlias: 'fieldroutes',
  input: { /* ... */ },
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect FieldRoutes to my app?

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

What tools does FieldRoutes support?

FieldRoutes supports 47 tools including Search Customers, Get Customers, Create Customer, Update Customer, Search Subscriptions, and more.

Can I use FieldRoutes with AI agents?

Yes. Add FieldRoutes 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 FieldRoutes be used in stateful agent workflows?

Yes. Agents can combine FieldRoutes 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 FieldRoutes use?

FieldRoutes uses Custom. Weavz stores credentials securely and uses them for authorized action execution.

How much does the FieldRoutes integration cost?

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

What triggers does FieldRoutes support?

FieldRoutes supports 6 triggers including Customer Created or Updated, Subscription Created or Updated, Ticket Created or Updated, Appointment Created or Updated, Payment Created or Updated, and more.

Connect FieldRoutes in minutes

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