Skip to main content
The Recording Link web hook returns a direct URL to download a specific call recording from RingQ. Use this to attach call recordings to CRM records, helpdesk tickets, or reporting dashboards automatically.

Prerequisites

Before you begin, you need your API Key from the RingQ admin dashboard.
  1. Log in to the RingQ admin dashboard.
  2. Go to SettingsAPI.
  3. Copy the API Key shown on this page. You will use it in every web hook URL.

API URL Format

Example

To retrieve the recording link for call ID cdr_20240315_101_abc123:

Response

A successful request returns HTTP 200 with a JSON body containing the recording URL:
You can use the returned url to stream or download the recording directly.

Finding the Call ID

The call ID is available in two places:
  • Call Logs: In the RingQ admin dashboard under ReportsCall Logs, click on any call to view its details including the Call ID.
  • Event Webhooks: If you have RingQ event webhooks configured, the call ID is included in the call start and call end event payloads.
Combine the Recording Link web hook with a call event webhook to automatically attach recordings to CRM records the moment a call ends.