I’ve built a middleware API to manage device management workflows when devices are checked in and out with more control/flexibility than webhooks currently provide.
Looking for a way to meaningfully report information back to users from my API, I have two ideas:
- Asset Custom Field: does the API provide a way to set the value of a custom field for a particular asset? If so, then I could update this custom field with response/error information when a webhook triggers my “bridge” API.
- Asset Timeline: is there a way to add items to an asset’s timeline via the API? If so, then I could add things like “device successfully configured in the MDM” to an asset record.
If neither of the above is an option, has anyone else done this sort of thing and have other suggestions?
Thanks!