Discussions
window. postmessage on the dialpad mini dialer
over 2 years ago by Anubhav Jha
Hello Team, can I get an example of how to use the postMessage, a working one.
I tried using
postMessage(
{
"api": "opencti_dialpad",
"version": "1.0",
"method": "initiate_call",
"payload": {
"phone_number": "+15555555555",
"custom_data": "1234"
}
}
)