/
uPhone
uPhone
Creating the iframe
<iframe
src="https://yourInstance.ucontactcloud.com/uphone/"
scrolling="no"
allow="camera;microphone">
</iframe>
Event notifications
Messages will be sent to the parent page when these events occur:
For subscribing uPhone events, window proxy API will have to be used.
This is an example of how to subscribe to events from the page that has the iframe.
window.addEventListener('message', e =>{
console.log(e.data.action);
console.log(e.data.params.number);
});
Making a call
Receiving a call
Sent dispositions
Agent login
The information will be received in the following format
Make call
{
"action":"makeCall",
"params":{
"number":1234
"campaign":"campaign->"
}
}
Receiving a call
Finished call
Sent dispositions
Agent Login
Execute actions
You can execute actions on uPhone by using the window proxy API.
Here is an example of how to obtain the iframe window and sending to the uPhone.
, multiple selections available,
Related content
Base de Datos
Base de Datos
Read with this
uContact Window Proxy API
uContact Window Proxy API
More like this
Proveedores de Email
Proveedores de Email
Read with this
API Telephony
API Telephony
More like this
Other Actions API
Other Actions API
Read with this
API Telephony
API Telephony
More like this