Discussions

Ask a Question
Back to All

window. postmessage on the dialpad mini dialer

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"

}
}
)