Acuity Scheduling
Aynı zamanda bir ajan aracıAcuity Scheduling (Squarespace): manage appointments, appointment types, availability, calendars, clients, intake forms, coupons/certificates, products, orders, blocks (off-times), and webhooks via the Acuity Scheduling API v1.
30 eylemler · 1 tetikleyiciler
Acuity Scheduling entegrasyonu — 30 aksiyon ve 1 tetikleyici ile Acuity Scheduling'ı otomasyonlarına bağla; her aksiyon aynı zamanda bir AI agent aracı. Örnek: Get Account, List Appointments, Get Appointment, Create Appointment (Book), Reschedule Appointment. Boş bir tuvalde uğraşmadan — bağla ve workflow'larında kullan.
Aşağıdaki her eylem, bir AI ajanının da çağırabileceği bir araçtır — aynı pack hem iş akışlarınızı hem ajanlarınızı çalıştırır.
Tetikleyiciler 1
Acuity Scheduling üzerinde bir iş akışını başlatabilen olaylar.
New / updated Acuity appointment (polled)
Polls GET /appointments on a schedule using lastUpdated to surface appointments booked or changed since the last check. De-dup on id.
Eylemler 30
Zervanor'un Acuity Scheduling üzerinde yapabilecekleri.
Appointments6
List Appointments
List / search appointments (GET /appointments). Filter by minDate/maxDate/lastUpdated to page through scheduled or changed appointments. Used as the polling trigger source for new/updated appointments.
Get Appointment
Get a single appointment by id (GET /appointments/{id}).
Create Appointment (Book)
Book a new appointment (POST /appointments). Requires appointmentTypeID, datetime, and client details; may include intake form answers.
Reschedule Appointment
Reschedule an appointment to a new time (PUT /appointments/{id}/reschedule).
Cancel Appointment
Cancel an appointment (PUT /appointments/{id}/cancel).
Change Appointment Type
Change an appointment's type (PUT /appointments/{id}/changeType).
Availability4
Get Available Dates
List days with open availability for an appointment type in a month (GET /availability/dates).
Get Available Times
List open time slots for an appointment type on a date (GET /availability/times).
Check Times Availability
Validate whether specific times are still open before booking (POST /availability/check-times).
Get Available Classes
List scheduled group classes with remaining availability (GET /availability/classes).
Clients4
List Clients
List the account's clients (GET /clients). Supports a search term.
Create Client
Create a client record (POST /clients).
Update Client
Update a client by identifying name (PUT /clients/{id}). Acuity keys clients by first/last/phone; pass the identifiers plus fields to change.
Delete Client
Delete a client (DELETE /clients/{id}).
Blocks3
List Blocks
List blocked-off time ranges (off-times) on calendars (GET /blocks).
Create Block
Block off a time range on a calendar so no bookings can be made (POST /blocks).
Delete Block
Remove a blocked-off time range (DELETE /blocks/{id}).
Webhooks3
Create Webhook Subscription
Subscribe an endpoint to Acuity push events (POST /webhooks). Note: Acuity webhook deliveries are not verifiable by a supported Zervanor signature handler, so this connector consumes appointments via polling; the subscribe/list/delete actions are exposed for account configuration.
List Webhook Subscriptions
List registered webhook subscriptions (GET /webhooks).
Delete Webhook Subscription
Delete a webhook subscription (DELETE /webhooks/{id}).
Certificates2
Get Certificate / Coupon
Look up a coupon or gift/package certificate by code (GET /certificates).
Create Certificate
Issue a package/gift certificate from a coupon code (POST /certificates).
Orders2
List Orders
List orders / purchases made through the scheduler (GET /orders).
Get Order
Get a single order by id (GET /orders/{id}).
Appointment Types1
List Appointment Types
List all appointment types (GET /appointment-types): services/classes with duration, price, and calendars.
Calendars1
List Calendars
List the account's calendars (GET /calendars): staff/room calendars with name, email, timezone.
Forms1
List Custom Forms
List the account's custom intake forms and their fields (GET /forms).
Labels1
List Labels
List appointment labels (colored tags) defined on the account (GET /labels).
Me1
Get Account
Get the authenticated Acuity account (GET /me): business name, email, timezone, currency. Identity + connectivity probe.
Products1
List Products
List sellable products / packages (GET /products).
Aramanızla eşleşen bir şey yok.
Acuity Scheduling kullanan Çözüm Şablonları
Acuity Scheduling ile kendi otomasyonunu görsel tasarımcıda kur.
Sıkça sorulan sorular
Acuity Scheduling ile neler otomatikleştirebilirim?
30 aksiyon var — örneğin: Get Account, List Appointments, Get Appointment, Create Appointment (Book), Reschedule Appointment ve daha fazlası.
Hangi Acuity Scheduling olayları bir workflow başlatabilir?
1 tetikleyici — örneğin: New / updated Acuity appointment (polled).
Acuity Scheduling bir AI agent aracı olarak kullanılabilir mi?
Evet. Acuity Scheduling'ın her aksiyonu otomatik olarak bir AI agent aracına dönüşür — aynı pack hem workflow'larını hem agent'larını besler.
Acuity Scheduling entegrasyonu nasıl modellenir?
Acuity Scheduling sürümlü bir connector pack olarak modellenir; muhakeme gerektiren adımlar workflow'larla aynı runtime'da barınan first-party agent'lara düşer.