Skip to content
APIANT
API ReferenceAPI Appsv1

08 - New location (instant) In Mindbody → _zapier

Mindbody location creation trigger that instantly sends location data including address, contact details, geolocation coordinates, and tax rates to Zapier when a new location is created.

#mindbody#zapier#triggers#appconnect

This event triggers when a new location is created in Mindbody. The payload provides details about the location, including its name, address, contact information, and tax settings.

Payload Structure

Location Details

  • siteId (integer) – ID of the Mindbody site where the location was created.
  • locationId (integer) – Unique identifier for the location.
  • name (string) – Name of the location.
  • description (string) – Description of the location.
  • hasClasses (boolean) – Indicates whether the location offers classes (true/false).

Contact Information

  • phone (string) – Primary phone number of the location.
  • phoneExtension (string or null) – Phone extension (if applicable).

Address Details

  • addressLine1 (string) – Primary street address.
  • addressLine2 (string or null) – Secondary street address.
  • city (string) – City where the location is based.
  • state (string) – State where the location is based.
  • postalCode (string) – Zip or postal code.

Geolocation

  • latitude (float) – Latitude coordinates of the location.
  • longitude (float) – Longitude coordinates of the location.

Tax Information

  • tax1 (float) – First tax rate applied at this location.
  • tax2 (float) – Second tax rate applied at this location.
  • tax3 (float) – Third tax rate applied at this location.
  • tax4 (float) – Fourth tax rate applied at this location.
  • tax5 (float) – Fifth tax rate applied at this location.

Appearance

  • webColor5 (string) – Web color code associated with the location.

Summary

This event ensures that newly created locations in Mindbody are instantly updated in Zapier-powered workflows, allowing businesses to automate location management, scheduling, and client communication efficiently.


v1.4 Field Reference

Version: 1.4 | Status: No Change | Total fields: 20

What's New in v1.4

  • No changes. Raw Mindbody webhook XML converted to JSON
  • All location fields from Mindbody's webhook schema remain identical
  • Metadata: eventId, eventInstanceOriginationDateTime, eventSchemaVersion, messageId (no eventInstanceOrigin)

Complete Field List

FieldStatusDescription
addressLine1Unchanged
addressLine2Unchanged
cityUnchanged
descriptionUnchanged
hasClassesUnchanged
latitudeUnchanged
locationIdUnchanged
longitudeUnchanged
nameUnchanged
phoneUnchanged
phoneExtensionUnchanged
postalCodeUnchanged
siteIdUnchanged
stateUnchanged
tax1Unchanged
tax2Unchanged
tax3Unchanged
tax4Unchanged
tax5Unchanged
webColor5Unchanged

Related docs

Last updated April 23, 2026