API ReferenceAPI Appsv1
08C - Deactivated location (instant) In Mindbody → _zapier
This event triggers when a **deactivated location** is created in Mindbody
This event triggers when a deactivated 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 deactivated 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
| Field | Status | Description |
|---|---|---|
| addressLine1 | Unchanged | |
| addressLine2 | Unchanged | |
| city | Unchanged | |
| description | Unchanged | |
| hasClasses | Unchanged | |
| latitude | Unchanged | |
| locationId | Unchanged | |
| longitude | Unchanged | |
| name | Unchanged | |
| phone | Unchanged | |
| phoneExtension | Unchanged | |
| postalCode | Unchanged | |
| siteId | Unchanged | |
| state | Unchanged | |
| tax1 | Unchanged | |
| tax2 | Unchanged | |
| tax3 | Unchanged | |
| tax4 | Unchanged | |
| tax5 | Unchanged | |
| webColor5 | Unchanged |
Related docs
Last updated April 8, 2026