Skip to main content
Connect 40+ platforms to ClosedLoop AI via webhooks: surveys, reviews, meetings, and more. Data is verified, transformed, and routed into the AI pipeline automatically. Within minutes, your webhook data becomes scored product intelligence alongside all your other sources.

Endpoint Format

All webhook endpoints follow the same URL pattern:
For example:

Supported Platforms

Surveys

Collect structured data from survey and form platforms.

Feedback

Capture data from dedicated product feedback management tools.

Reviews

Monitor customer reviews from major review platforms.

Meetings

Receive transcripts and notes from meeting intelligence platforms.

Authentication

Every webhook request must be authenticated using two mechanisms:

API Key Header

Include your webhook API key in the request header:

HMAC-SHA256 Signature

ClosedLoop AI verifies the integrity of each webhook payload using HMAC-SHA256. The signature is computed over the raw request body using your webhook secret. Supported signature headers (checked in order): The signature can be sent as either hex or base64 encoded: ClosedLoop AI auto-detects the encoding format.
Signatures with a sha256= prefix are automatically stripped before verification.

Getting Your Webhook Secret

  1. Log in to ClosedLoop AI
  2. Navigate to SettingsAPI Keys
  3. Generate a Webhook Key: this is your HMAC signing secret
  4. Copy the secret and configure it in your source platform’s webhook settings

Standard Payload Format

After receiving a webhook, ClosedLoop AI transforms the platform-specific payload into a standard format before inserting it into the processing pipeline:
You don’t need to send data in this exact format. Each platform has its own native webhook payload: ClosedLoop AI automatically transforms it to this standard schema.

Setup Steps

  1. Go to ClosedLoop AISettingsAPI Keys
  2. Click Generate New Key and select Webhook Key
  3. Copy the secret. You’ll need it to configure your source platform
Store your webhook secret securely. You won’t be able to view it again after creation.
In your source platform’s webhook settings:
  1. Set the webhook URL to your ClosedLoop AI endpoint:
  2. Set the signing secret to your ClosedLoop AI webhook secret
  3. Select the events you want to send (e.g., new responses, new reviews)
  4. Save the webhook configuration
Most platforms have a “Send test webhook” button. Use it to verify:
  • The webhook reaches ClosedLoop AI successfully
  • The HMAC signature is verified
  • The payload is transformed correctly
Check the response. A successful webhook returns:

Health & Discovery

Health Check

Verify the webhook system is operational:

Endpoint Discovery

List all available webhook endpoints:

Code Examples

Sending a Webhook with cURL

Verifying HMAC in Node.js

If you’re building a proxy or middleware that forwards webhooks to ClosedLoop AI, here’s how to verify signatures:

Error Handling

Common issues:
  • Missing signature: Ensure your platform is configured to sign webhooks with the correct secret
  • Wrong endpoint: Verify the category and platform in the URL match your source
  • Payload too large: Webhook payloads are limited to 10 MB
  • Secret mismatch: Regenerate your webhook secret if signatures consistently fail

What Happens Next

After a webhook is received and verified:
  1. The payload is transformed to the standard format
  2. Data is inserted into the processing pipeline
  3. AI analysis runs automatically: insights are scored by business impact
  4. Product intelligence appears in your dashboard and is available to MCP-connected AI dev agents

View Your Intelligence

See processed webhook data as scored product intelligence in your ClosedLoop AI dashboard