eavz
Acuity Scheduling

Acuity Scheduling

8 actions
2 triggers

Actions

Name
add_blocked_time

Block off a specific time range on a calendar.

create_appointment

Creates a new appointment.

create_client

Creates a new client.

reschedule_appointment

Reschedules an existing appointment to a new date/time.

update_client

Updates an existing client.

find_appointment

Find appointments based on various criteria, including client information.

find_client

Finds client based on seach term.

custom_api_call

Make a custom API call to a specific endpoint

Triggers

Name
appointment_canceled

Triggers when an appointment is canceled.

new_appointment

Triggers when a new appointment is scheduled.

Quick Start

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

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

const result = await weavz.actions.execute({
  integrationName: 'acuity-scheduling',
  actionName: 'add_blocked_time',
  input: { /* ... */ },
  connectionId: 'conn_id',
  workspaceId: 'ws_id',
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Acuity Scheduling to my app?

Use Weavz Hosted Connect for OAuth2 authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.

What actions does Acuity Scheduling support?

Acuity Scheduling supports 8 actions including Add Blocked Off Time, Create Appointment, Create Client, Reschedule Appointment, Update Client, and more.

Can I use Acuity Scheduling with AI agents?

Yes. Add Acuity Scheduling 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 Acuity Scheduling use?

Acuity Scheduling uses OAuth2. Weavz handles token management, refresh, and secure credential storage automatically.

How much does the Acuity Scheduling integration cost?

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

What triggers does Acuity Scheduling support?

Acuity Scheduling supports 2 triggers including Appointment Canceled, New Appointment.

Connect Acuity Scheduling in 2 minutes

Get 1,000 free actions every month. No credit card required.