Completed appointment
Triggered when an appointment is completed.
Get Sales
Get sales data for a specified date range.
New accrual sale
Triggered when a new accrual sale is added. Note, this trigger uses a private MINDBODY API endpoint.
New completed class visit
Triggered when a client completes a class visit.
New late cancelled appointment
Triggered when a new late cancelled appointment visit occurs.
New or updated class visit status -1d +1d
Triggered when a new class visit occurs, or when a visit's status changes within the past 24 hours or 24 hours in the future. NOTE: the trigger only fires the first time a class visit changes to a given status.
New or updated client
Triggered on new or updated clients.
New or updated remaining sessions
Triggered when either a client signs up for a new pricing option, or when the number of remaining sessions for an existing pricing option changes.
New package
Triggered when a new package is added.
New product
Triggered when a new product is added.
New sale
Triggered when a new sale is added.
New sale line item
Triggered when a new sale is added. Each line item is emitted as a separate row.
New service
Triggered when a new service is added.
New staff member
Triggered when a new staff member is added.
New upcoming appointment
Triggered when a new appointment is upcoming, for the specified number of days ahead.
New upcoming class
Triggered when a new class is upcoming, for the specified number of days ahead.
New upcoming class registration
Triggered when a client registers for an upcoming class.
New visit
Triggered when a new visit occurs. Note, this trigger uses a private MINDBODY API endpoint.
Too many visits remain before expiration
Triggered when a pricing option's number of remaining visits is above a configured value when the days remaining is below a configured number of days
Two-way sync new or updated clients
A trigger for two-way syncing new and updated customers. Can only be used with two-way sync actions.
Visits remaining goes below
Triggered when a pricing option's number of remaining visits goes below a configured value
Add or update client
Adds or updates a client based on the selected matching logic.
Add or update staff member
If the client id is provided, updates the existing staff member. If an email address is provided and a single match is found, updates. If multiple email matches are found but first and last names are provided and a single match is found, updates. Otherwise, when no matches are found the staff member is added. All other multiple matches result in an error.
Get accrual sales within date range
Emits sales data over a given date range. Will return all sales, including products, account credits, gift cards, and autopays. Autopays will be notated in the response, and the product description will specify gift card and account credit purchases.
Get cash sales within date range
Emits sales data over a given date range. Will return all sales, including products, account credits, gift cards, and autopays. Autopays will be notated in the response, and the product description will specify gift card and account credit purchases.
Get client
Returns details for the specified client. If the client is not found no error will occur, so a conditional must be used for error checking.
Get contract
Returns details for the specified contract by ID. An array of multiple ID's can be supplied.
Get product
Returns the details of a product for the specified product id.
Get sale
Returns the details of a sale for the specified sale id.
Get scheduled autopays within date range
Emits autopay data over a given schedule start and schedule end date. Includes autopay status (scheduled, declined, successful, deleted, suspended, etc.), payment method details, and autopay item details.
Get service
Returns details for the specified service by ID. An array of multiple ID's can be supplied.
Get service category name
Returns the service category name for the given ID. Returns an empty value if not found.
Get visits for date range
Emits all visits that occur in the specified date range
Two-way sync add or update a client
Creates or updates a client. For use only with two-way sync triggers.