Weavz
Dispatch

Dispatch

Dispatch Connect and availability APIs for field-service jobs, customers, scheduling, technicians, files, and outbound events.

8 tools
1 trigger

Tools

Name
send_record

Send a Dispatch Connect inbound record such as a job, customer, location, appointment, invoice, or technician payload.

send_batch

Send a batch of Dispatch Connect inbound records to create or update jobs, customers, appointments, invoices, or technician data.

cancel_job

Send a Dispatch Connect cancellation/outbound lifecycle payload for a job.

get_availability_slots

Retrieve Dispatch availability slots for scheduling and dispatch workflows.

get_availability_schedule

Retrieve Dispatch availability schedule windows.

match_technicians

Search Dispatch contractors/technicians by provider-supported filters.

match_organizations

Search Dispatch organizations by provider-supported filters.

get_file

Retrieve a Dispatch file export by file token and format.

Triggers

Name
outbound_event_webhook

Receives Dispatch Connect outbound events for job, customer, appointment, invoice, payment, technician, or document changes.

Quick Start

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

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

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

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Dispatch 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 Dispatch support?

Dispatch supports 8 tools including Send Record, Send Batch, Cancel Job, Get Availability Slots, Get Availability Schedule, and more.

Can I use Dispatch with AI agents?

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

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

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

How much does the Dispatch integration cost?

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

What triggers does Dispatch support?

Dispatch supports 1 triggers including Outbound Event Webhook.

Connect Dispatch in minutes

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