Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想将捕获的一些数据传递Salesforce到我的Open CTI软件电话中,并且可能必须调用一些事件,Salesforce例如挂断、转移等。知道如何实现吗?我可以jQuery这样做。有没有更好的方法或任何内置功能?
Salesforce
Open CTI
jQuery
我使用 HTML5 postMessage 以 JSON 字符串将消息从 Salesforce 传递到 softPhone。