Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Custom OpenFrame Communications from UI Builder

mojosdev
Tera Contributor

I have a UI Page that whenever I click on a button / phone number, I'd be able to make an outbound call. It doesn't work on Service Operation Workspace, and I'm trying to make it work:

The client script that works, sends an event on the openframe_request to perform outbound calls:

 

var context = {'payload': payload, 'method': "openframe_communication"};
CustomEvent.fireAll("openframe_request", context);

 

How can I do it on api.emit?

0 REPLIES 0