Webhooks
Webooks are available to customers on the Mappedin Enterprise tier. Please contact us to enable this feature on your workspace.
Webhooks are a way to notify an app when certain events happen in Mappedin. Webhooks are initiated over an HTTPS POST request and have a JSON payload that is unique to each event as described below.
Map Change events
Webhooks are available to notify an app when a map has changed. This can be useful for a third party system that is required to stay in sync with map changes.
mvf.published
- Triggered after a map is edited and a new Mappedin Venue Format (MVF) file is available.
MVF published
The HTTPS POST payload for the mvf.published
event is a JSON object containing the event_type
, map_id
, and published_at
properties.
Example:
{"event_type":"mvf.published","map_id":"your_map_id","published_at":"2025-01-01T00:00:00.000Z"}