eavz
Vagaro

Vagaro

Salon, spa, and fitness business management software

API KeyCommerce
5 actions
2 triggers

Actions

Name
list_appointments

List appointments within a date range

get_customer

Get customer details by ID

get_services

List all available services

get_employees

List all employees

custom_api_call

Make a custom API call to the Vagaro API

Triggers

Name
appointment_created

Triggers when a new appointment is created

appointment_updated

Triggers when an appointment is updated

Quick Start

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