Actions
| Name | Description |
|---|---|
list_appointmentsList appointments within a date range | List appointments within a date range |
get_customerGet customer details by ID | Get customer details by ID |
get_servicesList all available services | List all available services |
get_employeesList all employees | List all employees |
custom_api_callMake a custom API call to the Vagaro API | Make a custom API call to the Vagaro API |
Triggers
| Name | Description |
|---|---|
appointment_createdTriggers when a new appointment is created | Triggers when a new appointment is created |
appointment_updatedTriggers when an appointment is updated | Triggers when an appointment is updated |
Quick Start
import { WeavzClient } from '@weavz/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute({
integrationName: 'vagaro',
actionName: 'list_appointments',
input: { /* ... */ },
connectionId: 'conn_id',
workspaceId: 'ws_id',
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Vagaro 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 actions programmatically.
What actions does Vagaro support?
Vagaro supports 5 actions including List Appointments, Get Customer, Get Services, Get Employees, Custom API Call.
Can I use Vagaro with AI agents?
Yes. Add Vagaro to an MCP server in TOOLS mode or CODE mode. CODE mode provides 80-98% context reduction with 3 meta-tools for efficient agent access.
What authentication does Vagaro use?
Vagaro uses API Key. Weavz handles token management, refresh, and secure credential storage automatically.
How much does the Vagaro integration cost?
The Vagaro integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.
What triggers does Vagaro support?
Vagaro supports 2 triggers including Appointment Created, Appointment Updated.
Connect Vagaro in 2 minutes
Get 1,000 free actions every month. No credit card required.