Make.com Integration
Connect Zidi to Make.com (formerly Integromat) to build visual automation workflows triggered by video events.
Prerequisites
- A Make.com account.
- A Zidi account on the Starter or Pro plan.
Setting Up the Webhook
- In Make.com, create a new scenario.
- Add a Webhooks > Custom Webhook module as the trigger.
- Copy the webhook URL provided by Make.
- In Zidi, go to Settings > Integrations > Make.com.
- Paste your Make.com webhook URL and click Save.
- Click Send Test Event to verify the connection.
Events Sent to Make.com
| Event | Description |
|---|---|
video.viewed | A video was viewed |
cta.clicked | A CTA button was clicked |
campaign.launched | A campaign was launched |
engagement.threshold | A viewer crossed a watch time milestone |
video.created | A new video was uploaded or recorded |
Webhook Payload Format
{
"event": "video.viewed",
"data": {
"id": "view-abc123",
"videoId": "vid_xyz",
"videoTitle": "Product Demo",
"viewerEmail": "jane@example.com",
"percentWatched": 92,
"timestamp": "2026-03-07T10:30:00Z"
}
}Example Scenarios
- Video viewed → Update Google Sheet — Track all video views in a spreadsheet.
- Engagement threshold → Send email via Gmail — Follow up with engaged viewers.
- CTA clicked → Create Trello card — Track interested leads as tasks.
- Campaign launched → Post to Slack — Notify your team about new campaigns.
Disconnecting
Go to Settings > Integrations > Make.com and delete the webhook URL. Events will stop being sent.