How to add in-call webhook in the panel?
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
Related Articles
How to add after-call webhook in the panel?
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
How a webhook works?
The following image can explain how a webhook work. Now lets see what are the steps to be followed: 1. Login to your MyOperator panel and click on “Manage” at the top. 2. In the funtionality section click on “API integration”. 3. From the left list, ...
What are the integration steps for MyOperator Panel with Zoho Phonebridge?
Before integrating the phone bridge, Go to Zoho CRM → Telphony→ Download MyOperator App and enable it for all users Integration Steps 1. Go to Zoho Phonebridge Integration ( https://connect.myoperator.com/zoho_phonebridge ) Enter Company ID (You can ...
What are the integration steps for MyOperator Panel with Zoho CRM?
For Incoming Calls - 1. Use this link https://connect.myoperator.com/ - Select Zoho option - Enter Company ID ( You can get the company ID from myoperator→ Manage→ API Integration and on this page, you will find the company ID) - Click on CRM ...
How do MyOperator Call Disposition Webhooks work?
⚡Quick answer – A Call Disposition Webhook fires automatically when an agent adds a disposition to a call log in MyOperator. As part of the 2025 security update, all webhooks must now use HTTPS + POST + JSON and static parameters. GET, dynamic query ...