Make.com Integration
Build advanced automations with Make.com's visual workflow builder.
Setup
- Create a webhook in Scribe Sight (Settings → Webhooks)
- In Make.com, create a new scenario
- Add "Webhooks" module → "Custom webhook"
- Copy the Make.com webhook URL to Scribe Sight
Advanced Features
Make.com excels at:
- Branching logic — Route based on confidence scores
- Data transformation — Reshape webhook data
- Multiple actions — Update CRM AND Slack from one event
- Error handling — Retry failed operations
Example Scenario
[Webhook] → [Router]
├─▶ confidence > 80 → [Salesforce: Update]
├─▶ confidence < 50 → [Slack: Alert]
└─▶ always → [Google Sheets: Log]
See the Make.com documentation for detailed guides.