APIs and Integrations
Click-to-Call (V2)
The Click-to-Call (V2) command is as follows: 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 ...
Call History / CDR (V2)
Getting a List of Calls (Call Summary): REQUEST: GET http://pbx.primevox.net/api/call_list.php?auth=YYYAUTHYYY&containerID=CCCCCC&tenantID=TTT&{extra filter parameters, see below} NOTE: All parameters are Case Sensitive. auth (YYYAUTHYYY) is the ...
eFax (V2)
Sending a Fax: REQUEST: POST https://pbx.primevox.net/api/fax_send.php NOTE: All parameters are Case Sensitive and must be in the BODY of the POST, URLENCODED. auth is the string of text in the phone system's Advanced menu. It looks like a lot of ...
Reports & Analytics (V2)
eFax Analysis (Raw Data) REQUEST: GET https://pbx.primevox.net/api/reports/raw/efax NOTE: All parameters are Case Sensitive. auth (string) is the string of text in the phone system's Advanced menu. It looks like a lot of nonsense. containerID ...
SMS/MMS Messaging (V2)
Fetching SMS/MMS Conversation List: REQUEST: GET https://pbx.primevox.net/api/messaging/v1/conversations URL PARAMS: All parameters are Case Sensitive. auth is the string of text in the phone system's Advanced menu. It looks like a lot of nonsense. ...
Real-Time Data (V2)
Real-Time Queues REQUEST: GET https://pbx.primevox.net/api/reports/raw/queue/realtime?auth=&containerID=&tenantID= NOTE: All parameters are Case Sensitive. auth (string) is the string of text in the phone system's Advanced menu. It looks like a lot ...
Webhooks (Real-Time Events)
Webhooks are useful for receiving events from the phone system, in real-time, in the form of a POSTed data to your own API. Please note, some webhooks are JSON and some are URLENCODED. --- SMS / MMS Messages (JSON) Setup: Call Routing > Inbound > ...
CallerID Get (3rd Party CID Fetch)
Instead of using the national callerID database, we can fetch a caller's callerID information from a 3rd party system or CRM software, as long as they implement the proper API on their side. Configuration Settings You can configure CallerID Fetch on ...