Weavz
FieldPulse

FieldPulse

Field service platform for customers, jobs, estimates, invoices, payments, and scheduling operations

38 tools
5 triggers

Tools

Name
list_customers

List customers in FieldPulse.

get_customer

Retrieve a FieldPulse customer by ID.

create_customer

Create a FieldPulse customer using the documented request body.

update_customer

Update a FieldPulse customer by ID.

delete_customer

Delete a FieldPulse customer by exact ID.

list_jobs

List jobs in FieldPulse.

get_job

Retrieve a FieldPulse job by ID.

create_job

Create a FieldPulse job using the documented request body.

update_job

Update a FieldPulse job by ID.

delete_job

Delete a FieldPulse job by exact ID.

list_estimates

List estimates in FieldPulse.

get_estimate

Retrieve a FieldPulse estimate by ID.

create_estimate

Create a FieldPulse estimate using the documented request body.

update_estimate

Update a FieldPulse estimate by ID.

delete_estimate

Delete a FieldPulse estimate by exact ID.

list_invoices

List invoices in FieldPulse.

get_invoice

Retrieve a FieldPulse invoice by ID.

create_invoice

Create a FieldPulse invoice using the documented request body.

update_invoice

Update a FieldPulse invoice by ID.

delete_invoice

Delete a FieldPulse invoice by exact ID.

list_payments

List payments in FieldPulse.

get_payment

Retrieve a FieldPulse payment by ID.

create_payment

Create a FieldPulse payment using the documented request body.

update_payment

Update a FieldPulse payment by ID.

delete_payment

Delete a FieldPulse payment by exact ID.

list_projects

List projects in FieldPulse.

get_project

Retrieve a FieldPulse project by ID.

create_project

Create a FieldPulse project using the documented request body.

update_project

Update a FieldPulse project by ID.

delete_project

Delete a FieldPulse project by exact ID.

list_users

List FieldPulse users.

list_teams

List FieldPulse company teams.

list_job_statuses

List FieldPulse job status workflows or workflow statuses.

list_comments

List FieldPulse comments, optionally filtered by object.

get_comment

Retrieve a FieldPulse comment by ID.

create_comment

Create a FieldPulse comment on a supported object.

update_comment

Update a FieldPulse comment by exact ID.

delete_comment

Delete a FieldPulse comment by exact ID.

Triggers

Name
customer_created_or_updated

Poll FieldPulse for newly created or updated customers after an initial baseline.

job_created_or_updated

Poll FieldPulse for newly created or updated jobs after an initial baseline.

estimate_created_or_updated

Poll FieldPulse for newly created or updated estimates after an initial baseline.

invoice_created_or_updated

Poll FieldPulse for newly created or updated invoices after an initial baseline.

payment_created_or_updated

Poll FieldPulse for newly created or updated payments 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('fieldpulse', 'list_customers', {
  workspaceId: '550e8400-e29b-41d4-a716-446655440000',
  integrationAlias: 'fieldpulse',
  input: { /* ... */ },
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect FieldPulse to my app?

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

What tools does FieldPulse support?

FieldPulse supports 38 tools including List Customers, Get Customer, Create Customer, Update Customer, Delete Customer, and more.

Can I use FieldPulse with AI agents?

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

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

FieldPulse uses API Key. Weavz stores credentials securely and uses them for authorized action execution.

How much does the FieldPulse integration cost?

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

What triggers does FieldPulse support?

FieldPulse supports 5 triggers including Customer Created or Updated, Job Created or Updated, Estimate Created or Updated, Invoice Created or Updated, Payment Created or Updated.

Connect FieldPulse in minutes

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