Dispatch
Dispatch Connect and availability APIs for field-service jobs, customers, scheduling, technicians, files, and outbound events.
Tools
| Name | Description |
|---|---|
send_recordSend a Dispatch Connect inbound record such as a job, customer, location, appointment, invoice, or technician payload. | Send a Dispatch Connect inbound record such as a job, customer, location, appointment, invoice, or technician payload. |
send_batchSend a batch of Dispatch Connect inbound records to create or update jobs, customers, appointments, invoices, or technician data. | Send a batch of Dispatch Connect inbound records to create or update jobs, customers, appointments, invoices, or technician data. |
cancel_jobSend a Dispatch Connect cancellation/outbound lifecycle payload for a job. | Send a Dispatch Connect cancellation/outbound lifecycle payload for a job. |
get_availability_slotsRetrieve Dispatch availability slots for scheduling and dispatch workflows. | Retrieve Dispatch availability slots for scheduling and dispatch workflows. |
get_availability_scheduleRetrieve Dispatch availability schedule windows. | Retrieve Dispatch availability schedule windows. |
match_techniciansSearch Dispatch contractors/technicians by provider-supported filters. | Search Dispatch contractors/technicians by provider-supported filters. |
match_organizationsSearch Dispatch organizations by provider-supported filters. | Search Dispatch organizations by provider-supported filters. |
get_fileRetrieve a Dispatch file export by file token and format. | Retrieve a Dispatch file export by file token and format. |
Triggers
| Name | Description |
|---|---|
outbound_event_webhookReceives Dispatch Connect outbound events for job, customer, appointment, invoice, payment, technician, or document changes. | Receives Dispatch Connect outbound events for job, customer, appointment, invoice, payment, technician, or document changes. |
Quick Start
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.
How do I connect Dispatch to ChatGPT or Claude?
Open the Weavz connector setup, sign in, choose a workspace, and add Dispatch as an approved app. ChatGPT, Claude, and other remote MCP clients can then call the scoped Dispatch tools exposed by that workspace.
Does Dispatch work with Claude Code, Cursor, Codex, and local agents?
Yes. Remote and local MCP clients can connect to a Weavz MCP endpoint for the workspace. Local coding agents can also use the Weavz CLI to inspect apps, discover actions, run approved Dispatch work, and execute Code Mode workflows from a terminal.
What can I ask an AI agent to do with Dispatch?
Dispatch exposes 8 tools, including Send Record, Send Batch, Cancel Job, Get Availability Slots, Get Availability Schedule, and more. Use Weavz to keep credentials scoped, require approval for sensitive work, and audit what the agent did.
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.