Skip to main content
The Make Call web hook instructs RingQ to place a call from one extension to another number. RingQ calls the source extension first, and once answered, connects it to the destination.

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 have extension 101 call the external number +447911123456:
RingQ will ring extension 101. When the agent answers, it will automatically dial +447911123456 and connect the two parties.

Response

A successful request returns HTTP 200 with a JSON body:
If the request fails (invalid API key, unreachable extension, etc.), the response will include an error message.
Use URL encoding for destination numbers containing +. Replace + with %2B — e.g. %2B447911123456.