Skip to main content

Incoming webhooks

The telecmi platform will notify your web server POST method URL with JSON call detail record(CDR) when incoming calls are completed.

How to setup incoming webhooks ?

To set up an incoming webhooks follow the below steps.

  1. Login into the CHUB dashboard.

  2. Your business number will be displayed in the panel, click on the business number.

  3. Go to call flow, drag and drop the webhook section into the plus(+) icon displayed in the call flow.

Incoming Webhooks

Where to place your web server URL ?

  1. Enter your HTTP POST method URL in the webhook section, added to the call flow.

  2. Finally, save the call flow with the webhook section.

Inbound Webhooks

Note
  • Your web server URL is the POST method.
  • Make sure your web server URL is accessible from the internet(public).

If you need to test locally use our simple web servers (Node.JS, Python, Java, PHP ) and Ngrok for development purpose.

Now your incoming webhook setup is ready to receive call detail record(CDR) from the TeleCMI platform.