Group Location
Explore Plans
Mobile menu Close menu
Acuity SchedulingAcuity Scheduling

Appointment starts

This trigger fires when an appointment starts.

About this trigger

Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.

Developer info

Description
This trigger fires when an appointment starts.
API endpoint slug
acuity_scheduling.appointment_start

Trigger fields

Appointment type ID Dropdown list

Label
What kind of appointment?
Slug
appointment_type_id
Required
true
Can have default value
false

Calendar ID Dropdown list

Label
Which calendar?
Slug
calendar_id
Required
true
Can have default value
false

Time before Text input > Other

Label
How long before?
Helper text
How long before the event should the the reminder be sent?
Slug
time_before
Required
true
Can have default value
true

Time before unit Dropdown list

Label
Units of "how long before":
Slug
time_before_unit
Required
true
Can have default value
true

Ingredients

Appointment typeThe type of the appointment

Slug
appointment_type
Filter code
AcuityScheduling.appointmentStart.AppointmentType
Type
String
Example
30 minute meeting

Calendar nameThe name of the calendar.

Slug
calendar_name
Filter code
AcuityScheduling.appointmentStart.CalendarName
Type
String
Example
My calendar

Start timeThe date and time that the appointment is scheduled for.

Slug
appointment_at
Filter code
AcuityScheduling.appointmentStart.StartTime
Type
Date with time (ISO8601)
Example
2020-07-08T04:17:06.000+05:00

End timeThe time the appointment ends.

Slug
end_time
Filter code
AcuityScheduling.appointmentStart.EndTime
Type
Date with time (ISO8601)
Example
2020-07-08T04:17:06.000+05:00

First namefirst name

Slug
first_name
Filter code
AcuityScheduling.appointmentStart.FirstName
Type
String
Example
shawn

Last nameThe last name of the appointment holder.

Slug
last_name
Filter code
AcuityScheduling.appointmentStart.LastName
Type
String
Example
Smith

Emailemail

Slug
email
Filter code
AcuityScheduling.appointmentStart.Email
Type
String
Example
test@gmail.com

Phone numberphone number

Slug
phone_number
Filter code
AcuityScheduling.appointmentStart.PhoneNumber
Type
String
Example
1234567890

Appointment IDThe ID of the appointment.

Slug
appointment_id
Filter code
AcuityScheduling.appointmentStart.AppointmentId
Type
String
Example
81adaa85-ba8a-45c4-a3aa-952ab953c509

Created atThe time and date the appointment was created at.

Slug
created_at
Filter code
AcuityScheduling.appointmentStart.CreatedAt
Type
Date with time (ISO8601)
Example
2020-07-08T04:17:06.000+05:00