Webhooks
Webhooks let MapYourTag automatically push data to external systems whenever an event happens — a new scan, a status update, an asset created — instead of you having to poll the API for changes.
How webhooks work
You configure a target URL from your MapYourTag account. Whenever a relevant event occurs (for example a tag is scanned or an asset's status is updated), MapYourTag sends the event data to that URL automatically, in real time.
Common use cases
- Sync asset data automatically to a Google Spreadsheet — see Sync to Google Spreadsheet
- Trigger a notification in your own system when an asset status changes
- Feed scan events into your own reporting, billing or maintenance software
For a full list of API resources you can combine with webhooks, see the Developer Guide and the API documentation.