Add the ability to use Nebula Logger in OmniScript
Orgs using OmniScript should have a way to leverage Nebula Logger.
I've never worked with OmniScript before, so I'm not sure what all is involved with this - potentially, this might make sense to build as an optional plugin, instead of adding it directly to the core package.
@jongpie Did you have any luck with this? We plan to use a Custom Apex class that accepts the JSON from the IP and logs it in objects as needed. Also, we are exploring the Data Mappers that can be used within the OmniScripts flow to add logs.
@gpauriyal-github-unimelb I have not looked into this anymore yet - since I don't have any experience with OmniScript or a personal use case for this functionality, it's a lower-priority item for me. If you're able to figure out any options for implementing this, let me know!
Based on this page that @jamessimone found, it looks like there would need to be a call that implements the interface System.Callable to make it work in Omnistudio. I don't particularly like the Callable interface, so for now, I think the Omnistudio-related functionality should go into a new plugin package.