Help Docs
  • Start Guide
    • šŸ§‘ā€šŸ¤ā€šŸ§‘Workspace setup
      • Step 0: Learn the foundations
      • Step 1: Connect your CRM
      • Step 2: Set your properties
      • Step 3: Add content to library
      • Step 4: Invite your team
    • šŸ‘Øā€šŸ”§User setup
      • Step 1: Set up your assistant
      • Step 2: Set up mobile device for audio recording
      • Step 3: Configure Slack
      • Working in CustomerIQ
    • Email Assistant FAQs
    • Meeting Recording FAQs
    • Calendar Integration FAQs
  • Product Guides
    • šŸ¤–Meeting Recording
      • Zoom Admin Settings to Avoid Common Zoom Recording Errors
      • Zoom OAuth Integration
      • Creating and sharing clips
    • šŸ—ƒļøFinding Insights with Views
      • Charts
      • Discover top pain points
      • Discover top feature requests
      • Classify by custom tags
      • Tracking topics
      • Drilldown views
      • Hide group
    • šŸ“‘Projects
    • šŸ“ƒBuilding Docs
    • šŸ“Folders
      • Private meeting routing
  • Data Guides
    • Understanding AI Credits
    • Webhooks
    • CSV Import
    • Integrations
      • Redtail
      • Zoom
      • Microsoft Teams
      • Salesforce
      • Gong
      • HubSpot
      • Zendesk
      • Slack
      • Zapier
    • What languages does CustomerIQ support?
  • Contact support
  • Go to CustomerIQ app
Powered by GitBook
On this page
  • Setup Instructions
  • Webhook Event & Payload
  • Working with Webhooks (Zapier / Make)
  • Learn More
  1. Data Guides

Webhooks

Use webhook events from CustomerIQ to power any workflow

Webhooks in CustomerIQ let you automatically send data to external tools — like Slack, Zapier, or Make — whenever a specific event occurs. Currently, webhooks can be triggered when a meeting transcript is completed.

Setup Instructions

To create a webhook in CustomerIQ, follow these steps:

  1. Log into your CustomerIQ workspace

  2. Navigate to Settings > Apps & Integrations > Webhooks

  3. Go to "Add a New Webhook"

  4. In the form:

    • Enter your Webhook Name

    • Enter your Webhook URL (this is the endpoint where you want CustomerIQ to send data)

    • Choose the Event you want to trigger the webhook (meeting.transcript.completed)

  5. Click Save

āš ļø You must be a workspace admin to configure webhooks.


Webhook Event & Payload

Supported Event

  • meeting.transcript.completed

This event fires when a meeting transcript is finished processing and includes all associated metadata.

Sample Payload

After creating a webhook, you can click "View Sample Payload" to see the exact JSON structure that will be sent.

Example:

{
  "id": "evt_12345",
  "event_type": "meeting.transcript.completed",
  "timestamp": "2025-05-02T12:26:41.688Z",
  "data": {
    "account_name": "Acme",
    "contact_email": "email@acme.com",
    "folder_name": "Sales Meetings",
    "submission_url": "https://app.getcustomeriq.com/folders/2049d088/submissions/cbfdd995",
    "title": "Sales Call",
    "transcript": "[00:00:02] Sarah (Acme):\n Hi Mike, thanks for jumping on today..."
  }
}

Working with Webhooks (Zapier / Make)

While the payload cannot be customized inside CustomerIQ, you can filter, transform, and route webhook data using tools like:

Simply connect your webhook trigger in those platforms and map the fields as needed.


Learn More

PreviousUnderstanding AI CreditsNextCSV Import

Last updated 13 days ago

Visit our full guides library at: šŸ‘‰

Need help building workflows? .

Zapier
Make (formerly Integromat)
https://www.getcustomeriq.com/guides
Reach out to support