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

  1. In Make.com, create a new scenario.
  2. Add a Webhooks > Custom Webhook module as the trigger.
  3. Copy the webhook URL provided by Make.
  4. In Zidi, go to Settings > Integrations > Make.com.
  5. Paste your Make.com webhook URL and click Save.
  6. Click Send Test Event to verify the connection.

Events Sent to Make.com

EventDescription
video.viewedA video was viewed
cta.clickedA CTA button was clicked
campaign.launchedA campaign was launched
engagement.thresholdA viewer crossed a watch time milestone
video.createdA 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.