Overview Webhooks are HTTP callbacks that receive notification messages for events. MyOperator uses webhooks to notify your application any time a call event happens in your account. For example, if a call has been received by your agent, you will ...
Overview Webhooks are HTTP callbacks that receive notification messages for events. MyOperator uses webhooks to notify your application any time a call event happens in your account. For example, if a call has been received by your agent, you will ...
Webhook is HTTP push API, delivers real-time call information to other applications. It is an incredibly useful and a resource-light way to implement event reactions. Web hooks provide a mechanism where by a server-side application can notify a ...
Please add the following after-call webhook in the panel. Login MyOperator→ Manage→ API Integration→ Webhook→ Add new (AfterCall Webhook) Method: POST URL: https://connect.myoperator.com/api/1.1/wf/phonebridge_aftercall/ Content-Type: JSON Save it
Please add the following incall webhook in the panel. Login MyOperator→ Manage→ API Integration→ Webhook→ Add new (InCall Webhook) Method: POST URL: https://connect.myoperator.com/api/1.1/wf/phonebridge_incall/ Content-Type: JSON Save it