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.
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.