So I'm using Power Automate with a dataverse trigger on Case resolution to automatically send customer voice surveys when a case is resolved. Now that soon Microsoft will start being quite stingy with flow runs. I'm reviewing all my flows and trying to convert certain things to either plugins or client side JavaScript.
I know Power Automate has connectors for customer voice where you can send a survey. It does everything quite nicely and creates the survey send activity and the survey response activity when a survey is responded to.
My question is whether there's a Action or Function that I can use in a client side JavaScript web resource that basically resolves the case and then triggers a survey send without having to go through Power Automate?