Webhooks
How do I set up and manage MyOperator Calling Webhooks?
⚡Quick answer - MyOperator Calling Webhooks are HTTP POST callbacks that push call-event data to your server. Three event types are available—After Call, Incall, and Disposition. Create or edit them in MyOperator → API & Webhooks → Webhooks by ...
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 ...
What is changing in MyOperator’s webhook system and how do I migrate from GET to POST?
⚡Quick answer — MyOperator is deprecating the GET method (plus query-string parameters, non-JSON formats and old log filters). From 28 Nov 2025, all new webhooks must be POST + JSON, and existing GET webhooks will keep firing and will automatically ...
How a Webhook Works?
1. What is a Webhook? A webhook is a method for one application to send real-time data to another application automatically when a specific event occurs. It acts like an alert system, notifying the destination system whenever a defined event ...