Acuity Scheduling
Actions
| Name | Description |
|---|---|
add_blocked_timeBlock off a specific time range on a calendar. | Block off a specific time range on a calendar. |
create_appointmentCreates a new appointment. | Creates a new appointment. |
create_clientCreates a new client. | Creates a new client. |
reschedule_appointmentReschedules an existing appointment to a new date/time. | Reschedules an existing appointment to a new date/time. |
update_clientUpdates an existing client. | Updates an existing client. |
find_appointmentFind appointments based on various criteria, including client information. | Find appointments based on various criteria, including client information. |
find_clientFinds client based on seach term. | Finds client based on seach term. |
custom_api_callMake a custom API call to a specific endpoint | Make a custom API call to a specific endpoint |
Triggers
| Name | Description |
|---|---|
appointment_canceledTriggers when an appointment is canceled. | Triggers when an appointment is canceled. |
new_appointmentTriggers when a new appointment is scheduled. | Triggers when a new appointment is scheduled. |
Quick Start
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.