← All integration guides

Create a RecordJoy Webhook with Zapier

This guide creates a webhook — a URL that RecordJoy sends video events to — using Zapier, and verifies it end-to-end. When you finish, Zapier will receive an event every time your videos are created, watched, completed, or received.

flowchart LR A[RecordJoy] -->|"POST event JSON"| B["Zapier Catch Hook URL"] B --> C["Your Zap's next steps<br/>(CRM actions)"]

Prerequisites

Estimated time

10 minutes

Steps

Part A — create the webhook in Zapier

  1. Log in at zapier.com.
  2. Click + CreateZaps.
  3. Click the Trigger step.
  4. In the app search box, type webhooks.
  5. Select Webhooks by Zapier.

🖥️ What you should see: a configuration panel titled Webhooks by Zapier with a Trigger event dropdown.

<!-- SCREENSHOT: zapier-webhooks-app-select.png -->
  1. In Trigger event, choose Catch Hook.
  2. Click Continue.
  3. Skip the Pick off a Child Key field (leave it empty) and click Continue.

🖥️ What you should see: a box labeled Your webhook URL containing a URL like https://hooks.zapier.com/hooks/catch/1234567/abcdef/.

<!-- SCREENSHOT: zapier-catch-hook-url.png -->
  1. Click Copy next to the webhook URL.

Part B — connect it to RecordJoy

  1. In a new browser tab, log in at recordjoy.ai.
  2. In the dashboard's left sidebar, click CRM Integration.

🖥️ What you should see: the CRM Integration page with a Your webhook URL field, event checkboxes, and a Save button.

<!-- SCREENSHOT: recordjoy-crm-integration-page.png -->
  1. Paste the Zapier URL into Your webhook URL.
  2. Tick the events you want (start with all four).
  3. Click Save.
  4. Click Send test event.

Verification

sequenceDiagram participant You participant RecordJoy participant Zapier You->>RecordJoy: Click "Send test event" RecordJoy->>Zapier: POST { "event": "recording.test", ... } Zapier-->>You: Request appears in "Find new records"
  1. Back in Zapier, click Test trigger (or Find new records).

🖥️ What you should see: a record labeled request A expanding to show event: recording.test and a recording object with id: test-recording.

<!-- SCREENSHOT: zapier-test-request-received.png -->

If the test record appears, your webhook works. Continue with a CRM guide (docs/integrations/crm/zapier/) to route events into your CRM.

Troubleshooting

ProblemFix
"We couldn't find a request" in ZapierClick Save in RecordJoy before Send test event — the test goes to the saved URL, not the one in the input box. Then click Test trigger again.
Test event says "Sent, but your endpoint returned HTTP 4xx"The URL was pasted incompletely. Re-copy the full URL from Zapier (it ends with a trailing /) and save again.
Zapier says webhooks require an upgradeWebhooks by Zapier is a premium app — upgrade the Zapier plan, or use the free Make or n8n route instead.

Ready to connect?

Your webhook settings live in Dashboard → CRM Integration.