Skip to main content

Zapier Integration

Connect Scribe Sight to 6,000+ apps using Zapier.

Setup

  1. Create Webhook in Scribe Sight

    • Go to Settings → Webhooks
    • Click "Create Webhook"
    • Select events you want to trigger on
  2. Create Zap in Zapier

    • Use "Webhooks by Zapier" as trigger
    • Select "Catch Hook"
    • Copy the webhook URL
  3. Connect Webhook URL

    • Paste the Zapier webhook URL in Scribe Sight
    • Save and test

Example Zaps

Sales Call → Salesforce

When analysis completes:

  1. Extract deal probability from webhook data
  2. Update Salesforce opportunity stage
  3. Log call summary in activity

New Recording → Slack

When transcription completes:

  1. Post to #sales-calls channel
  2. Include key highlights
  3. Link to full transcript

Low Confidence → Email

When content_analysis.needs_review fires:

  1. Send email to manager
  2. Include recording link
  3. Add analysis summary

Webhook Data

Zapier receives the full event payload:

{
"event": "content_analysis.completed",
"data": {
"content_id": "cont_xxx",
"confidence_score": 87,
"key_insights": { ... }
}
}

Use Zapier's data mapping to extract fields.