Ripcord Admin Setup Guide
This guide walks you through setting up Ripcord so you can:
- Capture leads
- Route them correctly
- Drive them into a gated demo → sales room → close flow
Setup Order (Do Not Skip)
- Add Users
- Create Teams
- Create Product (includes demo + gating)
- Configure Routing
- Deploy (links + embed)
1. Add Users
- Go to Dashboard → Users
- Click + New User
- Enter:
- Name
- Phone
- Click Invite

Use real closers. This is who meetings go to.
2. Create Teams
- Go to Dashboard → Teams
- Click + New Team
- Name it (ex: “Sales”)
- Add users
- Set Rotation Type → Round Robin

This automatically distributes inbound meetings.
3. Create Product (Demo + Sales Flow)
This is the core of Ripcord.
3A. Create Demo Video (LM Notebook)
Before uploading anything, generate your demo.
Use LM Notebook with this prompt:
Create a 3–5 minute sales demo script for [product]. Structure: 1. Hook (first 10 seconds) 2. Problem 3. Demo walkthrough 4. Results 5. Soft close IMPORTANT: - First 30 seconds must be extremely strong - Designed for cold traffic - No fluff
Key Strategy
Your demo must:
- Deliver value fast
- Build curiosity
- Get cut off at the right moment
Because Ripcord will gate the video.
3B. Create Product
Fill in:
- Price Type → Paid
- Price Visibility → Public
- Commission → internal
- Sale Method → Live Demo
3C. Upload Demo
- Upload video
- Upload thumbnail
3D. Set Demo Gate (CRITICAL)
Set Demo Time Limit:
- Recommended: 30 seconds
What happens:
- User watches demo
- Gets cut off
- Must take action (book / proceed)
This is where conversion happens.
3E. Promotion
Enable promotion:
-
Description:
“Sign Up Today and Get Your First Month Half OFF”
- Code:
HALFOFF - Expiration: 1 day
3F. Product Steps
Create:
- Meeting
- Payment
- (Optional) Onboard
Final flow:
Started → Meeting → Payment → Won

4. Routing (Critical)
Routing connects:
Lead → Team → Product → Demo Flow
4A. Create Routing Rule
Click New Outcome
4B. If These Match
Define conditions.
Simple:
- Email exists
Advanced:
- Source = facebook
- Campaign = X
4C. When to Route
Select:
- ALL (recommended)
4D. Then Route To
Select:
- Team
- Product
This step is what actually triggers everything.

4E. Webhook
Copy your Routing Webhook URL and send leads from:
- Facebook Lead Ads
- Forms
- APIs
4F. Field Mapping
Map:
- Email → Email
- Name → Name
- Phone → Phone
Scheduling fields:
- Day → day
- Time → time
4G. Test
Send a test lead and confirm:
- Assigned to team
- Product flow starts
- Demo triggers
5. Deploy (How You Actually Use This)
This is what most people miss. You now need to drive traffic into Ripcord.
There are 3 ways to do it:
A. Landing Page Link (For Ads)
Each product has a direct link you can use in ads.
Use this for:
- Facebook ads
- Google ads
- Email campaigns
What happens:
User clicks link → looks a quick UGC video + offer → books demo
B. Sales Room Link (Gated Demo)
This is the core Ripcord experience.
This link:
- Opens the demo
- Plays video
- Triggers the time gate
- Pushes user into:
- Meeting booking OR
- Payment
Use this when:
- Sending direct traffic
- Following up with leads
- Embedding in emails
Important:
This is NOT just a video link
This is a conversion environment
C. JavaScript Embed (On Your Website)
If you want Ripcord on your site, use the embed.
How to Install
Add this to your site:
<script src="https://cdn.jsdelivr.net/npm/@ripcord.io/meeting@2"></script> <script> const instance = new ripcord.Widget({ el: "#open-widget-button", routingId: "YOUR_ROUTING_ID" }) </script>
What This Does
- Attaches Ripcord to a button
- When clicked → opens widget → starts routing + demo flow
Button Example
<button id="open-widget-button"> Book a Demo </button>
Alternative (Direct Element)
const button = document.getElementById("open-widget-button") const instance = new ripcord.Widget({ el: button, routingId: "YOUR_ROUTING_ID" })
Programmatic Open
You can trigger it manually:
instance.open()
When to Use Embed
Use this if:
- You already have traffic on your site
- You want a “Book Demo” button
- You want seamless integration
D. Facebook Lead Ads (High Volume + Built for Ripcord)
This is one of the most effective ways to feed Ripcord at scale.
Instead of sending users to a page, you:
- Capture the lead directly inside Facebook
- Collect scheduling intent (day + time)
- Send the lead into Ripcord via webhook
- Automatically route and trigger the flow
Why This Works
- Lower friction than landing pages
- Higher conversion rates on cold traffic
- Pairs perfectly with Ripcord’s routing + scheduling
What You Should Do
Your lead form should:
- Ask if they want a demo
- Collect:
- Day of week (Mon–Fri)
- Time of day (AM/PM)
- Include SMS verification (recommended)
This allows Ripcord to:
- Pre-qualify leads
- Route them properly
- Schedule faster
What Happens
- User submits FB form
- Lead hits your Ripcord webhook
- Routing rules evaluate
- Lead is assigned to team
- Product flow starts
- Demo + booking process begins
Full Setup Guide
Follow the complete step-by-step here:
How to Setup Facebook Lead Ads
Best Practices
- Keep form simple but intentional
- Use day + time fields (this matters a lot)
- Use strong, clear ad creative
- Set expectation: they are booking a demo
Final Thought on Deployment
If you’re serious about volume:
- Use Facebook Lead Ads (D) for scale
- Use Landing Page (A) for intent traffic
- Use Sales Room (B) for follow-up + closing
- Use Embed (C) for your existing site
Each channel feeds the same system.
Ripcord handles the rest.
What Completed Looks Like
You are fully set up when all of the following are live:
1. JavaScript Widget Installed on Your Website
- Ripcord script is added to your site
- Button is connected (ex: “Book Demo”)
- Clicking the button opens the Ripcord widget
- Routing fires and starts the demo flow
Result:
Your existing website traffic can enter the Ripcord sales process instantly.
2. Facebook Lead Ads Feeding Into Routing
- Facebook Lead Ads are live
- Lead form includes:
- Name
- Phone
- Day + Time selection
- Leads are sent to your Routing Webhook
Result:
New leads automatically:
- Enter Ripcord
- Get routed
- Assigned to your team
- Enter the demo / booking flow
3. Click Traffic Going to Product Landing Page
- You are running traffic (Facebook, Google, email, etc)
- Traffic is directed to your Ripcord product landing page link
Result:
- User lands on page
- Starts demo video
- Gets gated at 30–60 seconds
- Takes action (book or proceed)
What This Means Operationally
When all three are active:
- Website traffic → widget → demo flow
- Paid leads → webhook → routing → team
- Cold traffic → landing page → gated demo
Everything feeds into the same system.
The End State
- Leads are coming in from multiple sources
- Every lead is routed instantly
- Every lead enters a structured demo flow
- Your team only talks to qualified, engaged prospects
No dead leads. No manual sorting. No wasted demos.