Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.nekt.com/llms.txt

Use this file to discover all available pages before exploring further.

Acuity Scheduling is an online appointment scheduling platform that allows businesses to manage bookings, calendars, and client information. This connector extracts data about appointments, calendars, appointment types, and products from your Acuity Scheduling account.

Configuring Acuity Scheduling as a Source

In the Sources tab, click on the “Add source” button located on the top right of your screen. Then, select the Acuity Scheduling option from the list of connectors. Click Next and you’ll be prompted to add your access.

1. Add account access

To connect Acuity Scheduling, you need:
  • User ID: Your numeric Acuity Scheduling User ID.
  • API Key: Your Acuity Scheduling API Key.
Both credentials are available in your Acuity Scheduling dashboard under Integrations > API. Once you’re done, click Next.

2. Select streams

Choose which data streams you want to sync. For faster extractions, select only the streams that are relevant to your analysis:
  • Appointments
  • Calendars
  • Appointment Types
  • Products
Select the streams and click Next.

3. Configure data streams

Customize how you want your data to appear in your catalog. Select the desired layer where the data will be placed, a folder to organize it inside the layer, a name for each table (which will effectively contain the fetched data) and the type of sync.
  • Layer: choose between the existing layers on your catalog. This is where you will find your new extracted tables as the extraction runs successfully.
  • Folder: a folder can be created inside the selected layer to group all tables being created from this new data source.
  • Table name: we suggest a name, but feel free to customize it. You have the option to add a prefix to all tables at once and make this process faster!
  • Sync Type: you can choose between INCREMENTAL and FULL_TABLE.
    • Incremental: every time the extraction happens, we’ll get only the new data - which is good if, for example, you want to keep every record ever fetched.
    • Full table: every time the extraction happens, we’ll get the current state of the data - which is good if, for example, you don’t want to have deleted data in your catalog.
Once you are done configuring, click Next.

4. Configure data source

Describe your data source for easy identification within your organization, not exceeding 140 characters. To define your Trigger, consider how often you want data to be extracted from this source. This decision usually depends on how frequently you need the new table data updated. Optionally, you can define some additional settings:
  • Start Date (optional): The earliest date to fetch appointments from. Only appointments on or after this date will be extracted.
  • Configure Delta Log Retention and determine for how long we should store old states of this table as it gets updated. Read more about this resource here.
  • Determine when to execute an Additional Full Sync. This will complement the incremental data extractions, ensuring that your data is completely synchronized with your source every once in a while.
Once you are ready, click Next to finalize the setup.

5. Check your new source

You can view your new source on the Sources page. If needed, manually trigger the source extraction by clicking on the arrow button. Once executed, your data will appear in your Catalog.
For you to be able to see it on your Catalog, you need at least one successful source run.

Streams and Fields

Below you’ll find all available data streams from Acuity Scheduling and their corresponding fields:
Scheduled appointments with client details, pricing, calendar assignment, and status information. Fetches both active and canceled appointments. Supports incremental sync based on appointment datetime.
FieldTypeDescription
idintegerUnique appointment identifier
firstNamestringClient first name
lastNamestringClient last name
phonestringClient phone number
emailstringClient email address
datestringFormatted appointment date
timestringFormatted start time
endTimestringFormatted end time
dateCreatedstringAppointment creation date
datetimedatetimeISO 8601 appointment datetime (replication key)
pricestringAppointment price
paidstringPayment status (yes/no)
amountPaidstringAmount paid
typestringAppointment type name
appointmentTypeIDintegerAppointment type identifier
addonIDsstringAssociated addon IDs (JSON)
classIDintegerClass ID if applicable
durationstringDuration in minutes
calendarstringCalendar name
calendarIDintegerCalendar identifier
canClientCancelbooleanWhether client can cancel
canClientReschedulebooleanWhether client can reschedule
locationstringAppointment location
certificatestringCertificate code if used
confirmationPagestringConfirmation URL
formsTextstringForm summary text
notesstringAppointment notes
timezonestringClient timezone
formsstringIntake form responses (JSON)
labelsstringApplied labels (JSON)
noShowbooleanMarked as no-show
scheduledBystringAdmin who scheduled it
canceledbooleanWhether appointment is canceled
Staff calendars with contact and location information.
FieldTypeDescription
idintegerUnique calendar identifier
namestringCalendar name
emailstringAssociated email address
replyTostringReply-to email address
descriptionstringCalendar description
locationstringCalendar location
timezonestringTimezone identifier
Service types and appointment configurations with pricing and duration.
FieldTypeDescription
idintegerUnique appointment type identifier
activebooleanWhether the appointment type is active
namestringAppointment type name
descriptionstringAppointment type description
durationintegerDuration in minutes
pricestringPrice in account currency
categorystringCategory of the appointment type
colorstringDisplay color
privatebooleanWhether the type is private
typestringService type (service, class, series)
classSizeintegerMaximum class capacity
paddingAfterintegerBuffer time after appointment (minutes)
paddingBeforeintegerBuffer time before appointment (minutes)
calendarIDsarrayAssociated calendar identifiers
Packages and product offerings with pricing and configuration.
FieldTypeDescription
idintegerUnique product identifier
namestringProduct name
descriptionstringProduct description
pricestringPrice in account currency
typestringProduct type (product, appointments, minutes)
hiddenbooleanWhether the product is hidden from the store
expiresintegerDays until package expiration
appointmentTypeIDsarrayAssociated appointment type IDs
appointmentTypeCountsstringAppointment counts by type (JSON)
minutesintegerMinutes included in package

Data Model

The following diagram illustrates the basic relationships between the core data streams in Acuity Scheduling.

Skills for agents

Download Acuity Scheduling skills file

Acuity Scheduling connector documentation as plain markdown, for use in AI agent contexts.