Related Articles
API Routers
What is an API Router? An API (Application Programming Interface) is a set of rules and tools that allows software applications to communicate with each other. An API Router is a tool that lets you route calls based on real-time information from ...
Webhooks (Real-Time Events)
Overview Webhooks allow you to receive real-time event notifications from the phone system by sending POST requests directly to your own API endpoint. This enables seamless integration with external systems—such as CRMs, databases, or custom ...
Webhooks
What is a Webhook? A webhook allows your phone system to send real-time data or notifications to an external application (usually your own server or a third-party platform). It acts as a trigger: when a specific event occurs—such as an incoming call, ...
Click-to-Call (V2)
The Click-to-Call (V2) Command GET http://pbx.primevox.net/api/c2c_v2.php?auth=api_key&containerID=CCCCCC&tenantID=TTT&extension=ZZZZ&phoneNumber=XXXXXXXXXX Auth (api_key) is your API Key, generated on your account screen. We recommend using a ...
Real-Time Data (V2)
Real-Time Queues (API Access) This API endpoint allows you to retrieve real-time data from queues within a phone system container. It is useful for monitoring active queue performance, agent activity, and call volume in real time. Endpoint Request ...