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
- A Zapier account on a paid plan (Webhooks by Zapier is a premium trigger)
- A RecordJoy account (any plan — CRM integration is free)
Estimated time
10 minutes
Steps
Part A — create the webhook in Zapier
- Log in at
zapier.com. - Click + Create → Zaps.
- Click the Trigger step.
- In the app search box, type
webhooks. - Select Webhooks by Zapier.
<!-- SCREENSHOT: zapier-webhooks-app-select.png -->🖥️ What you should see: a configuration panel titled Webhooks by Zapier with a Trigger event dropdown.
- In Trigger event, choose Catch Hook.
- Click Continue.
- Skip the Pick off a Child Key field (leave it empty) and click Continue.
<!-- SCREENSHOT: zapier-catch-hook-url.png -->🖥️ What you should see: a box labeled Your webhook URL containing a URL like
https://hooks.zapier.com/hooks/catch/1234567/abcdef/.
- Click Copy next to the webhook URL.
Part B — connect it to RecordJoy
- In a new browser tab, log in at
recordjoy.ai. - In the dashboard's left sidebar, click CRM Integration.
<!-- SCREENSHOT: recordjoy-crm-integration-page.png -->🖥️ What you should see: the CRM Integration page with a Your webhook URL field, event checkboxes, and a Save button.
- Paste the Zapier URL into Your webhook URL.
- Tick the events you want (start with all four).
- Click Save.
- 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"
- Back in Zapier, click Test trigger (or Find new records).
<!-- SCREENSHOT: zapier-test-request-received.png -->🖥️ What you should see: a record labeled request A expanding to show
event: recording.testand arecordingobject withid: test-recording.
If the test record appears, your webhook works. Continue with a CRM guide
(docs/integrations/crm/zapier/) to route events into your CRM.
Troubleshooting
| Problem | Fix |
|---|---|
| "We couldn't find a request" in Zapier | Click 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 upgrade | Webhooks 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.