Does anyone know how to go about tying in a custom tag import function for a ManagedTagProvider?
The plan is to make an RPC client function get a json file and root folder from the user and then pass it to the gateway which then interprets the json and creates tags with ManagedTagProvider configure(). This functionality would ideally work for both the tag browser Import Tags
dropdown option in the Designer and also for the system.tag.importTags function. How do I go about making this happen?
This looks like what I want, but I’m not sure how to use it:
ImportTagAction SDK Docs
The ManagedTagProvider does not seem to have an import function to override.
ManagedTagProvider SDK Docs
Thanks