New Asap Widget How to update my code

New Asap Widget How to update my code

I know you're still working on updating the documentation for calling the Asap Widget, the existing documentation is no longer valid.

In the old 1.0 version I was able to do many things programmatically in javascript.
I could open an article directly like this
ZohoHCAsap.Actions.Kb.Articles.Open( { articleId: "5409xxxxxxxxx43" })
what is the new way to accomplish this with the new ZohoDeskAsap ??

Also, I could subscribe to Asap Widget events like this
ZohoHCAsap.Events.Subscribe('onAppOpen', function () {console.log('called')})
how can I do this with the new ZohoDeskAsap ??