MeasureSquare Cloud webhooks allow your organization to receive automatic HTTP notifications whenever a project is created or updated. By registering a Notification URL in your Group Settings, MeasureSquare Cloud will POST a JSON payload to that endpoint each time a qualifying project event occurs.
This is useful for integrating MeasureSquare Cloud with external tools such as CRM systems, ERP platforms, automation workflows (e.g., Zapier), or custom business dashboards — enabling real-time synchronization without manual data entry or polling
Prerequisites
Before configuring webhooks, confirm the following:
- You have Group Administrator access in MeasureSquare Cloud.
- You have a publicly accessible URL (your server or webhook receiver endpoint) ready to receive POST requests.
- You are able to log in to MeasureSquare Cloud at cloud.measuresquare.com.
Steps
1. Log In as Group Administrator at
cloud.measuresquare.com. Sign in using the credentials for the account that has Group Administrator privileges.
2. Navigate to Group Management > Group Settings
3. Locate the Notification URL, and click "Change" to open a text box
Webhook Payload Reference
Each time a project event occurs, MeasureSquare Cloud sends an HTTP POST request to your Notification URL containing a JSON payload. Below is a sample payload followed by a description of each field.
- {
- "Id": "12ec3ed251604ba6af1c4e4174817da0",
- "Action": "Update",
- "Group": "ABC Flooring Group",
- "UpdaterM2Id": "test@email.com",
- "UpdatedOn": "1773084305"
- }