Activity
Mon
Wed
Fri
Sun
Sep
Oct
Nov
Dec
Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
What is this?
Less
More
AI Automation Society Plus

3.7k members • $129/month

AI Automation Agency Hub

333.2k members • Free

Agency Owners

20.7k members • Free

AI Agent Developer Academy

2.9k members • Free

GoHighLevel w/ Robb Bailey

13.5k members • Free

Automatable Free

22.6k members • Free

AI Automation Society

446.3k members • Free

Agentic AI Content

315 members • $58/month

25 contributions to GoHighLevel w/ Robb Bailey
What's your Biggest Roadblock?
Curious what's actually holding y'all up right now. Not the textbook answer, the real one. Is it: - Knowing WHO to reach out to in your niche - Actually getting on the phone/DMs and saying the thing - Tech setup (workflows, automations, GHL) - Just plain confidence, imposter stuff Drop it below. No wrong answer, and I promise somebody else in here has the exact same one and just hasn't said it yet. Bonus points if you tell us what niche you're in when you comment, let's see who else is playing in your space.
What's your Biggest Roadblock?
0 likes • 2d
Honest one: the gap between building and selling. I am on the dev side, so when a week gets uncomfortable I will happily go refactor something instead of talking to a person, and it feels like progress because there is a commit at the end of it. Nothing gets built by accident. Conversations do. The thing that actually broke it for me was making the day's scoreboard a conversation count instead of a to do list. Not calls booked, not leads, just did I say something to a real human today. Below three and the day did not happen, no matter what got shipped. I mostly work with agencies and service businesses on the automation and backend side. @Remy Thevenot on the procrastinating one, home services is a good spot for this because your list is public and finite. Pick one trade in one city and just write down twenty names by hand tonight. Procrastination for me was almost never fear of the call, it was not knowing exactly who was next when I sat down. A named list of twenty kills that entirely.
Past Clients Review Requests
Hi guys, i want to ask about review automation, i just can't wrap my head around it for some reason, lets say i got a client, do i send review requests to his old happy clients via email or sms? and most importantly, how? what access do i need? what kind of info do i need from him? do i need his google account details so i can send messages from his email? The main thing which is the automation itself i think is easy, but these things inside i can't understand and i already did research and watched some video. Thanks
1 like • 2d
The access answers above are right, but the thing that will actually stop you is not access, it is A2P. Before a single review SMS leaves that sub account you need 10DLC registration approved: brand and campaign, filled in with the client's legal business name, EIN, business address, website and sample messages. That takes anywhere from a day to a couple of weeks and it gets rejected for small stuff, like a sample message with no opt out line. A lot of people build the entire workflow, hit send, and then watch every message silently fail with nothing in the UI telling them why. So the actual ask list from your client is shorter than you think: Legal business name, EIN and business address, for A2P. Their Google review short link, which they pull from their Google Business Profile under Ask for reviews. It looks like g.page/r/something. That is the entire Google piece, zero account access. The past customer list, names plus phone and email, and their word that they have permission to contact those people. If you want email coming from their domain, DNS access or a person who has it, so you can add the sending records. That is the only credential shaped item on the list, and it is DNS, not his Gmail password. Second thing that bites people here. Do not import 500 contacts and fire them all on day one. A brand new number pushing a few hundred SMS in an afternoon looks exactly like spam to the carriers, so it gets filtered and the number gets flagged, and you will never see a bounce that explains it. Drip 20 to 30 a day. Slower, and it is the difference between a number that works in month two and one that is dead. One more on old customers specifically: put the time gap in the message instead of pretending it is not there. Something that acknowledges it has been a while reads like a human. A cold review ask about a job from two years ago reads like a bot.
The operational stack that keeps our GHL fulfillment from bottlenecking
When you are scaling a GoHighLevel business, closing clients or bringing in sub-account users is only the first step. The real challenge is managing day-to-day fulfillment, keeping track of custom snapshots, and ensuring client projects actually cross the finish line without operational chaos. Once you have multiple sub-accounts spinning up, bouncing between fragmented spreadsheets, task trackers, and chat channels can completely stall delivery speed. The lean tool stack that keeps the back end running cleanly while GHL handles the front end: - GoHighLevel – Managing the core engine: high-converting funnels, automated follow-up sequences, snapshots, and client CRM management. - Floment – A unified workspace and community setup that tracks daily to-dos, project cards, and build progress so team execution stays on pace without getting lost. - Loom – Fast async walkthroughs for snapshot handoffs, sub-account setup reviews, and training clients without booking endless alignment calls. - Notion – Centralizing agency SOPs, onboarding frameworks, and snapshot documentation vaults so the fulfillment team always has quick access to reference assets. - Make / Zapier – Connecting custom webhook logic and passing external data into GHL workflows cleanly. - Keeping client pipeline management separated from a dedicated, distraction-free execution workspace makes scaling up sub-accounts significantly easier. For those managing multiple sub-accounts and client builds, what does your back-end fulfillment stack look like right now?
0 likes • 6d
Snapshot drift is the one that cost me the most hours, and what finally fixed it was giving up on the idea of a single master snapshot. Now the base snapshot only holds the stuff no client ever touches. Pipeline stages, custom field names, the calendar shell. Everything client specific gets pushed as separate workflows. Because the base barely changes, a push stops nuking work somebody did last Tuesday. One thing I would bolt onto that stack: a plain changelog per sub account, one line every time anyone pushes anything. Reads like busywork right up until a client says the automation stopped working and you can tell in ten seconds whether that is real or somebody on their team toggled a workflow off. Before that I was reconstructing it from memory and usually guessing wrong.
Anyone found a native way to see daily task activity for a whole team in GHL?
Hey Skool fam 👋 Curious if anyone in this group has run into this: we manage a CRM for a client with multiple setters/SDRs working the same pipeline. Every new lead kicks off 2 daily tasks (morning call / afternoon call), each one logged with a note once the setter completes it. The client's ask is simple on paper — "show me how many tasks each person on the team knocked out today" — but turns out there's no single native screen for that. Contacts → Tasks lets you filter by Assignee + Due Date + Status, which works great, just one person at a time. Agent Reporting would give a per-user breakdown too, but only if you're routing calls through GHL's native telephony (Twilio/LC Phone) — which this client isn't using, so that route's off the table. Has anyone in the Technical Implementation crowd cracked this without bolting on Sheets/Zapier/etc.? Or is "filter one setter at a time" just the accepted workaround for now? Appreciate any pointers 🙏
0 likes • 8d
You already hit the real wall, which is that everything in the workflow builder is contact scoped, so there is nowhere inside GHL for a per setter counter to actually live. I stopped fighting that one a while ago. What I run for a client with six setters: Task Completed fires a webhook out to n8n, which appends a row with the assigned user id, contact id and completion timestamp. A scheduled run at 6pm groups by user and drops the totals in their Slack, and writes the same summary string into a custom value on the location so it shows on a dashboard tile for the client who refuses to leave the platform. Two things that bit me. The webhook hands you the user id and not the name, so pull /users once and keep a map or the report is a wall of uuids. And a fast double click can fire the completion twice, so dedupe on task id before counting. If you would rather skip webhooks, the v2 tasks search endpoint takes a completed date range, so you can poll it once a day and group by assignedTo. Fewer moving parts and you get backfill for free.
Being honest: my outreach worked better than my fulfillment skills (looking for a partner)
Hey everyone — being fully transparent here because that's the whole point of this community. I've been running an aggressive outbound message across a few groups (basically offering to build appointment-setting systems for people, guaranteeing volume). It's worked better than I expected — I've got 10 leads in my pipeline right now who are genuinely interested and want this set up for their business. Here's the honest part: I know the outreach/positioning side well, but the actual appointment-setting fulfillment — running this at scale, consistently, the way you guys clearly know how to do — I'm still learning. I don't want to overpromise something I haven't fully proven out yet. So I'm looking for someone with real, proven experience in appointment setting who might be open to partnering on this — happy to figure out a fair structure (rev share, whatever makes sense) rather than me trying to fake my way through fulfillment on 10 live leads. If that's you, or you know someone who'd be a fit, drop a comment or DM me. Appreciate any pointers even if partnering isn't the right fit for you.
0 likes • 10d
The part that usually bites people at this exact stage is not the build, it is that ten clients at once means ten different definitions of a qualified appointment. You sold volume and you will get volume, then a chiropractor tells you half the bookings were tire kickers and your guarantee quietly turns into a refund conversation. So before you hand fulfillment to anyone, I would write the qualification criteria into the offer itself, per niche, so appointment has a definition you can point at when someone disputes it. Then build it once and clone it. One pipeline, one set of follow up automations, one booking flow, per niche instead of a bespoke thing for every client. That is the difference between fulfilling ten at once and drowning in ten. This is the side I build, conversational booking and follow up layers on GHL and WhatsApp, running in production right now. If you want to run one of the ten through as a proof case first like Mouldi said, happy to hop on a call and map what it would actually take.
1-10 of 25
Vedant Heda
2
5 points to level up
@vedant-heda-7202
22 y/o entrepreneur from Dubai | more than five figures in developed systems | Software developer building AI-driven products & automation tools

Active 2d ago
Joined Jun 23, 2026
Dubai
Powered by