OCNORA

Acuity Scheduling

Business appsUsername & passwordcredential probe

Book, reschedule and cancel Acuity Scheduling appointments and manage the account's webhook subscriptions.

OCNORA ships 9 typed Acuity Scheduling operations and 1 trigger. Each node has a schema-driven form, input and output tables beside its settings, and is pre-flighted by Workflow Health before your first real run. Anything not covered by a typed node reaches https://acuityscheduling.com/api/v1 through the HTTP node with the same credential.

Triggers 1

  • Event
    Start a run when an Acuity Scheduling appointment is booked, rescheduled, canceled or changed.
    trigger.acuity_scheduling_event

Operations 9

  • Cancel Appointment
    Cancel an appointment, optionally recording it as a client no-show.
    acuity_scheduling.cancel_appointment
  • Book Appointment
    Book a client onto an appointment type at a specific date and time.
    acuity_scheduling.create_appointment
  • Create Webhook
    Subscribe a URL to an Acuity appointment event so a workflow trigger receives it. An account may hold at most 25 subscriptions.
    acuity_scheduling.create_webhook
  • Delete Webhook
    Remove a webhook subscription so Acuity stops delivering that event.
    acuity_scheduling.delete_webhook
  • Get Appointment
    Fetch one appointment by its numeric id.
    acuity_scheduling.get_appointment
  • List Appointment Types
    List the services, classes and series clients can book.
    acuity_scheduling.list_appointment_types
  • List Appointments
    List appointments, optionally filtered by date, calendar, type or client.
    acuity_scheduling.list_appointments
  • List Webhooks
    List the webhook subscriptions registered on the account.
    acuity_scheduling.list_webhooks
  • Reschedule Appointment
    Move an existing appointment to a new date and time.
    acuity_scheduling.reschedule_appointment

Run your first Acuity Scheduling workflow today.

Create a free workspace, add the connection, pick a template or describe the workflow to Build with AI. Workflow Health checks it before it runs.