Feature rich, flexible and cost effective business telephone system. Let us manage your phone
Connectivity is the key to success in business. Connecting your business with the right solution is what our services are all about.
You can use a custom webhook to post CDRs to your custom solution using our webhook option.
Note: Only Admin User can access these Integration Settings.
Sample Payload of CDRs posted to webhook:
Note: your webhook must respond with status 200 or 201 to confirm the receipt of the data
{ "type": "cdr", "cdrs": [ { "uniqueid": "pbx01-1756728013.921580", "start_time": "2025-09-01 13:00:12", "call_type": "IN", "caller_number": "442031703746", "dialed_number": "442039702436", "disposition": "ANSWERED", "duration": "348", "recording_url": "https://smsapi.thehubwork.com/api/cdr/call-recording/pbx01-1756728013.921580?token=1234" }, { "uniqueid": "pbx01-1756728615.921580", "start_time": "2025-09-01 15:00:12", "call_type": "OUT", "caller_number": "442039702436", "dialed_number": "442031703746", "disposition": "ANSWERED", "duration": "54", "recording_url": "https://smsapi.thehubwork.com/api/cdr/call-recording/pbx01-1756728615.921580?token=1234" }, { "uniqueid": "pbx01-1756728656.923783", "start_time": "2025-09-01 16:01:17", "call_type": "IN", "caller_number": "442031703746", "dialed_number": "442039702436", "disposition": "ANSWERED", "duration": "348", "recording_url": "https://smsapi.thehubwork.com/api/cdr/call-recording/pbx01-1756728656.923783?token=1234" } ] }
Note: If Call Summary Setting is turned on then summary for the CDR will be posted to your webhook when it is generated.
Sample Payload of CDR Transcription/Summary posted to webhook:
{ "type": "call_summary", "cdrs": [ { "uniqueid": "voip01-1770877300.19943444", "transcription": "No speech", "summary": "The call had no speech." }, { "uniqueid": "voip01-1770877720.19943491", "transcription": "No speech", "summary": "The call transcription contains no speech or content to summarize." }, { "uniqueid": "voip01-1770877892.19943581", "transcription": "Hello. Hello. This is sales call with my internal number.", "summary": "A sales call was initiated, and the caller identified themselves with an internal number." } ] }
Requirements for call summary:
Note: