Hi team,
We’re adding support for Assets fields to Structure PPM, a Connect app, and we’re interested in tracking changes to asset objects themselves and their types. Can we get a webhook when an asset object or asset type is renamed, or any of its attributes change?
I was unable to find any documentation on this matter. Can you point me in the right direction?
Hey @PavelZvyagin,
I’ve also had the same challenge last week in a hackathon project I was working on. For that Hackathon project, it was good enough to simulate a webhook by using an Automation rule which gets triggered whenever an asset object is created/updated/deleted and then send a web request to my Forge backend.
However, I’d also love to have actual events/webhooks about Asset changes.