For the complete documentation index, see llms.txt. This page is also available as Markdown.

How do I set up CI Webhooks?

Set up webhooks to automatically send Conversation Intelligence call data to a CRM or other systems.

CI Webhooks are part of Conversation Intelligence. With CI Webhooks, call data from sipgate calls can be automatically transferred to external systems such as a CRM. This lets you integrate call logs, summaries, and classifications directly into your existing processes.

CI Webhooks are configured in the App Web and are different from the separate AI Assist Webhook, which is set up directly in the sipgate Desktop App (see Can I retrieve my AI-generated channel data via API interface?).

Requirements

  • You have a target URL to which the data should be sent.

  • Your system can process HTTP POST requests with a JSON payload using Transfer-Encoding: chunked.

  • Webhooks only work for shared channels. Calls conducted over a private channel do not trigger CI Webhooks.

Typical use cases

  • CRM integration: automatically pass call notes to customer records.

  • Support systems: create tickets after inbound calls.

  • Analytics: forward classifications to a reporting tool.

Setting up webhook targets

  1. Log in as an admin in the App Web.

  2. Open the Conversation Intelligence section in the settings.

  3. Open the CI Webhooks configuration.

  4. Enter the desired webhook URL.

How it works

  • Once a call ends, sipgate sends the call data via HTTP POST to the stored webhook URL.

  • The data is transmitted as a JSON payload.

  • Your system can then store or further process this payload (e.g. in a CRM, ticketing system, or internal databases).

Example: A call ends ➔ a call log is created ➔ the data is automatically forwarded to your database ➔ your team has the information available immediately.

Example payload:

Security

To ensure that only requests from sipgate are forwarded to your webhook integration, check the source IP address of incoming requests. Add the following IP address to your allow list: 217.116.118.254

Last updated