Mindbody · Arazzo Workflow
Mindbody Add Client and Book Class
Version 1.0.0
Create a new client, find an upcoming class, and book the client into it.
View Spec
View on GitHub
FitnessWellnessBeautySchedulingBookingPoint of SaleStudiosSalonsSpasWebhooksArazzoWorkflows
Provider
Workflows
add-client-book-class
Onboard a new client and book them into an upcoming class.
Resolves the site's class descriptions, lists the scheduled classes, creates the client, and then enrolls the client in the selected class instance.
1
listClassDescriptions
getClassDescriptions
Retrieve the class descriptions configured for the site to confirm the studio's class catalog before booking.
2
listClasses
getClasses
List the scheduled class instances for the requested date range so a bookable class can be selected.
3
addClient
addClient
Create the new client record using the supplied name and email. The created client's Id is captured for booking.
4
bookClass
addClientToClass
Book the newly created client into the selected class instance.