Derek Myers / MaxOne Properties • Real Estate

Landing Page, Webinar Integration, and Automated Follow-Up System for a Real Estate Recruiter

Landing Page Design, Webinar Integration, CRM Automation, Email Sequences, SMTP Configuration

What Derek Had and What He Was Missing

Derek Myers runs agent recruitment for MaxOne Properties, a Remax affiliate. His pitch to real estate agents is a 20-minute pre-recorded webinar called the “Agent Clarity Class” - positioned around helping agents grow without burning out. He’d put real thought into the content.

What he didn’t have was anything after the webinar. No automated follow-up. No way to know who attended versus who registered and disappeared. No booking mechanism that activated based on what a lead actually did. He had seven email templates drafted in ChatGPT, but they weren’t wired to anything.

The gap wasn’t the webinar. The gap was everything that should happen after someone watches it.

Session 1: The Infrastructure, All in One Day

The first session ran three to four hours and got the foundation to roughly 70% complete.

The landing page collected name, email, and phone. The form redirect used URL parameters to pre-fill EverWebinar registration so agents didn’t have to enter their information twice:

https://event.webinarjam.com/v19ww/register/5l766sn?first_name={{contact.first_name}}&last_name={{contact.last_name}}&email={{contact.email}}

This was a deliberate call. I could have used a Zapier step to handle registration handoff, but a direct URL redirect is faster, uses zero Zapier tasks, and removes a potential failure point.

One thing I discovered during this session: Derek was running EverWebinar in “Just In Time” mode, not on-demand. A registrant picks a timeslot and the webinar starts within 15 minutes of when they register. That distinction matters for how the behavioral triggers fire, which I had to factor into the Zapier setup.

I built five Zapier zaps, all following the same pattern: EverWebinar fires an event, find the contact in GHL by email, update with a tag and a custom field. The tags were:

  • Webinar: Registered
  • Webinar: Attended
  • Webinar: No Show
  • Webinar: Watched Replay

Each one feeds a different downstream sequence. That behavioral fork is what makes the follow-up feel relevant instead of generic.

For the GHL pipeline automation, I built a single workflow with multiple triggers and IF/ELSE routing that moves contacts through stages (New Lead, Engaged, Qualified, Cold Lead) based on which tag was applied. Single workflow, all logic in one place, easier to maintain.

At the end of Session 1: infrastructure done, but three things were still outstanding. Derek hadn’t yet sent his Calendly link, hadn’t provided an agent testimonial, and didn’t have the EverWebinar replay URL. Sessions 2 and 3 would fill those gaps.

Session 2: Email Sequences in an Hour

Session 2 ran about an hour, the next day. I built the two core behavioral sequences.

I started with the no-show nurture because statistically it was going to be the most common scenario. Someone registers, doesn’t show up, and now needs a reason to come back. The sequence runs:

  • Day 2: replay offer
  • Day 7: testimonial/agent story (IF/ELSE exit if they’ve booked)
  • Day 14: value email - three strategies
  • Day 21: last call

Then I duplicated that workflow and changed the trigger and first email to build the attended-but-didn’t-book sequence. Saved 15-plus minutes by not rebuilding the logic from scratch.

One deliberate decision: EverWebinar already sends its own confirmation and reminder emails with unique webinar links. I didn’t replicate those in GHL. Sending duplicate confirmation emails would confuse registrants and undermine trust in Derek’s brand. GHL sequences only activate after webinar behavior is known.

Derek got his Calendly link to me during this session. It went into every email and SMS.

Two issues surfaced. The Zapier no-show trigger wasn’t firing during testing. Root cause: because these are JIT webinars, the no-show trigger fires 15-30 minutes after the assigned slot, not 24-48 hours later like I’d assumed. Once I understood the timing, the data was there. I just had to wait for it.

The other issue was email authentication. Derek runs Microsoft 365. The original plan was Mailgun, which would have required DNS changes on his domain during an active project. I flagged this as an unnecessary disruption and identified AppRiver SMTP as an alternative.

I also made the call to skip Sequences 3 and 4, the post-meeting flows. Derek didn’t have any agent meetings booked yet. Building speculative post-meeting content before there’s any meeting data to inform it is a waste of time. Those get built when the first meetings happen.

Session 3: Email Auth and the Long Game

Session 3 ran about two hours, six days later.

I configured AppRiver SMTP directly in GHL under Settings > Email Services. DKIM authentication verified against maxoneproperties.com. All replies route back into GHL Conversations so Derek has one place to track everything. The DNS change avoided, no IT ticket needed.

Then I built the long-term nurture sequence from scratch. Derek’s original seven emails didn’t cover this territory at all. This is the sequence for leads who weren’t ready at week one, aren’t ready at week three, and might be ready in three months. Nine emails spread across 105 days, from Day 35 to Day 140:

  • Day 35: soft re-engagement
  • Day 42: agent success story
  • Day 56: three things top-producing agents do differently
  • Day 70: local market insight (placeholder for Derek’s data)
  • Day 84: personal check-in
  • Day 98: free resource (flagged as optional, pending Derek’s lead magnet decision)
  • Day 112: before/after transformation story (placeholder for Derek’s agent story)
  • Day 126: industry trend
  • Day 140: objection handling - “What if I’m happy where I am?”

After Day 140, the sequence loops back to the Day 42 email for the first six months, then switches to quarterly check-ins. The goal is to stay in Derek’s leads’ periphery without wearing out the welcome.

Every email in every sequence uses the same logic: IF/ELSE check before sending, not just at the start. If a lead books at any point, the next email in the queue never fires. This is more resilient than relying solely on a Goal Event exit, because Goal Events can miss contacts who entered the workflow before the tag was applied.

Derek still hadn’t provided a real agent testimonial. I wrote four draft options covering different pain points: burnout, systems, chaos, and production versus peace of mind. Placeholders stayed in the workflows pending his approval.

What Got Handed Off

By project completion on December 5:

  • Landing page with EverWebinar pre-fill redirect
  • 5 Zapier zaps tracking all webinar behavior into GHL
  • 8 behavioral tags (5 webinar, 3 meeting status)
  • 2 custom fields
  • 1 pipeline routing workflow
  • 2 active follow-up sequences (attended/no-show) with email + SMS
  • 1 long-term nurture sequence (9 emails, 140 days)
  • AppRiver SMTP configured and authenticated
  • Loom walkthrough videos for client training
  • Complete written documentation for every piece

Total build time: about six to seven hours across three sessions over eight days.

What Was Left Open

Being honest about what wasn’t done:

Sequences 3 and 4 (post-meeting flows) weren’t built. That was intentional. A2P 10DLC registration was pending carrier approval, which is outside anyone’s control. EverWebinar DKIM records still needed to be added to the DNS by Derek’s IT team. Three pieces of content - an agent transformation story, local market data, and the lead magnet decision - were outstanding from Derek’s side.

The system was fully functional at handoff. The open items were either carrier-dependent (10DLC), IT-dependent (EverWebinar DKIM), or content Derek needed to supply himself.

The Thing Worth Noting

This project was essentially an integration problem with a follow-up problem stacked on top. The webinar platform, the CRM, the email provider, and the meeting tool all needed to talk to each other without creating confusion for the leads moving through the funnel.

The architectural decisions that mattered most: skip Zapier for the registration redirect (simpler and faster), skip duplicate EverWebinar emails from GHL (one source of confirmation), pick AppRiver over Mailgun (fewer DNS changes, same deliverability outcome), and build the long-term sequence from scratch instead of padding Derek’s ChatGPT templates into something they weren’t.

None of those decisions are dramatic. But each one is the kind of thing that breaks systems quietly when it goes the wrong way.

Building something similar? Tell me what you need.

Start a conversation