Zapier Integration
Connect Scribe Sight to 6,000+ apps using Zapier.
Setup
-
Create Webhook in Scribe Sight
- Go to Settings → Webhooks
- Click "Create Webhook"
- Select events you want to trigger on
-
Create Zap in Zapier
- Use "Webhooks by Zapier" as trigger
- Select "Catch Hook"
- Copy the webhook URL
-
Connect Webhook URL
- Paste the Zapier webhook URL in Scribe Sight
- Save and test
Example Zaps
Sales Call → Salesforce
When analysis completes:
- Extract deal probability from webhook data
- Update Salesforce opportunity stage
- Log call summary in activity
New Recording → Slack
When transcription completes:
- Post to #sales-calls channel
- Include key highlights
- Link to full transcript
Low Confidence → Email
When content_analysis.needs_review fires:
- Send email to manager
- Include recording link
- 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.