How to place a call from a Script during a digital interaction?

Hello all!

I'm trying to escalate an interaction from a digital channel (such as a webchat) to a phone call using a button in the script.

Can anyone help me with that, please?

Thanks

You need to write a custom web app that uses a user-based OAuth flow to get a token and iframe it into the script. It can then offer a button and make user-based API requests. You can't use data actions as those only support client credentials.

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.