skills/sales-builderall/SKILL.md
Builderall platform help — budget all-in-one suite for non-technical solopreneurs (builderall.com): website + funnel builders, MailingBoss email, SuperCheckout, CRM, courses/membership, webinars, chatbot, and booking. The only first-party API is MailingBoss (base member.mailingboss.com, token-in-URL auth, subscriber create/search/update/unsubscribe, per-list inbound webhooks); funnels/checkout/courses are UI-built and integrated via the API + webhooks + Zapier/Make/Pabbly. Use when wiring a MailingBoss API or webhook integration to sync contacts/tags into a CRM, a native connector is missing, emails landing in spam, deciding whether the funnel builder is on your plan tier, the platform feels overwhelming or has an outage, migrating in/out of an all-in-one, or choosing Free vs paid tiers. Do NOT use for funnel strategy across tools or Builderall-vs-alternatives comparison (use /sales-funnel), email-marketing strategy (use /sales-email-marketing), or inbox-placement deliverability (use /sales-deliverability).
npx skillsauth add sales-skills/sales sales-builderallInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
If references/learnings.md exists, read it first for accumulated platform knowledge.
What are you trying to do?
Where does data need to flow? Stay inside Builderall / sync to a CRM or warehouse / drive an external app — this decides API vs webhook vs iPaaS.
Skip-ahead rule: if the user's prompt already provides enough context, skip to Step 2.
| If the question is about... | Route to... |
|---|---|
| Multi-step funnel strategy/structure across tools, or Builderall vs alternatives | /sales-funnel {question} |
| Email-marketing strategy and sequences | /sales-email-marketing {question} |
| Email deliverability / inbox placement | /sales-deliverability {question} |
| Course / membership / community structure and retention | /sales-membership {question} |
| Checkout / order-bump / upsell optimization across tools | /sales-checkout {question} |
| Webinar funnel strategy | /sales-webinar {question} |
When routing, give the exact command, e.g. "This is a deliverability question — run: /sales-deliverability {your question}".
Read references/platform-guide.md for the full reference — the module map (what's API-accessible vs UI-only), the plan gates (the funnel builder usually sits on a higher tier), the MailingBoss list/subscriber data model with JSON shapes, and quick-start recipes (upsert a contact by email + tag it; push a lead from a form/app; tag-on-purchase follow-up).
Read references/builderall-api-reference.md for the MailingBoss API — base https://member.mailingboss.com/integration/index.php/, token-in-URL auth, the verified subscriber endpoints (create / search-by-email / update / unsubscribe), the documented-but-confirm list/campaign routes, and the inbound webhook pattern.
Answer the user's question using only the relevant section. Don't dump the full reference.
Focus on the user's specific situation:
subscriber_uid. Subscribers are scoped per-list, so search-by-email first, then create-or-update (Recipe 1).taginternals drives MailingBoss automations and segmentation — tag on opt-in/purchase, then trigger sequences off the tag./sales-deliverability.If you discover a gotcha, workaround, or tip not covered in references/learnings.md, append it there.
Best-effort from research (2026-06) — review these, especially plan-gated features and pricing, which change frequently.
subscriber_uids — dedupe on email or you'll double-count./sales-funnel — Funnel strategy across tools (Builderall is one of the budget all-in-one funnel builders covered) and Builderall-vs-alternatives comparisons/sales-email-marketing — Email sequence and broadcast strategy (MailingBoss campaigns)/sales-checkout — Checkout, order-bump, and upsell optimization (SuperCheckout)/sales-membership — Course, community, and membership structure, pricing, and retention/sales-deliverability — Inbox placement, domain authentication, and spam avoidance/sales-webinar — Live and automated/evergreen webinar funnel strategy/sales-do — Not sure which skill to use? The router matches any sales objective to the right skill. Install: npx skills add sales-skills/sales --skill sales-do -a claude-codeUser says: "When someone signs up in my app I want to add them to a MailingBoss list and tag them 'app-trial'. What calls?"
Skill does: Shows the upsert-by-email pattern (Recipe 1 in references/platform-guide.md): POST .../lists/subscribers/search-by-email/<TOKEN> to find an existing subscriber_uid, then create or update with email, list_uid, and taginternals=app-trial. Notes the token sits in the URL path, params go in the body, and to dedupe on email since subscribers are per-list.
Result: User has a create-or-tag flow and understands token-in-URL auth + per-list dedupe.
User says: "Builderall doesn't have a connector for my tool. How do I get leads into MailingBoss?" Skill does: Explains MailingBoss is the integration surface and gives two no-/low-code paths — the per-list inbound webhook URL (point your form/app webhook at it) or an iPaaS "Create MailingBoss contact" action (Zapier/Make/Pabbly/Integrately), plus the direct create endpoint for code (Recipe 2/3). Sets expectation that funnels/checkout themselves have no API. Result: User wires the missing integration via webhook or iPaaS.
User says: "Half my MailingBoss broadcasts land in spam or promotions. Fix?"
Skill does: Explains MailingBoss inbox placement depends on the user's domain authentication and list hygiene, gives Builderall-specific first steps (authenticate the sending domain, warm up, suppress unengaged contacts, consider a specialist ESP for critical sends), then routes: "This is a deliverability problem — run: /sales-deliverability my Builderall emails are going to spam."
Result: User gets platform context plus the right strategy skill.
Symptom: A create/update call fails or silently doesn't add the contact.
Cause: The token isn't the last URL path segment, params were put in the URL instead of the body, list_uid is wrong/missing, or a custom field tag (FNAME, etc.) doesn't exist on the list yet.
Solution: Put the token as the final path segment and send email + list_uid (+ field tags) in the request body. Create custom fields in the list settings before passing them. Log the raw response once to confirm the envelope, then map subscriber_uid from it.
Symptom: The same person appears multiple times.
Cause: Subscribers are scoped per-list, so blind create calls (or pushing the same lead to several lists) create separate records.
Solution: Search-by-email first and update if found (Recipe 1). Dedupe on email across lists in your own system; don't rely on subscriber_uid as a global id.
Symptom: The funnel builder or a marquee tool is locked. Cause: That feature is gated to a higher tier (the funnel builder has historically required ~$79.90/mo, not the entry/free plan). Solution: Check builderall.com/pricing for the current tier that includes the funnel builder and the specific tools you need before committing — the entry price doesn't include everything.
Symptom: Emails not going out, or SuperCheckout/page won't load. Cause: Reviews report periodic platform outages. Solution: Check Builderall status/community, retry, and open a ticket (expect multi-day turnaround). For launches, build/test ahead and keep an email/checkout fallback so an outage doesn't sink a time-sensitive event.
tools
Wizlogo (wizlogo.com) platform help — a budget online logo maker (template/style-variation, marketed as "AI") plus a hub of FREE branding tools (business-name, blog-name and slogan generators, business-card maker, invoice generator, color converter, domain search). The pricing traps: the FREE logo is PERSONAL-USE-ONLY; the two cheap paid tiers are RASTER PNG/JPG only — Single (~€39.99 one-time) and Unlimited (~€3.99 per WEEK, recurring) — and VECTOR (SVG/PDF/EPS) is gated to the ~€299.99 Enterprise tier, which also bundles human designer edits and a social kit. Transparent PNG is on all paid plans. Use when making a Wizlogo logo, understanding free-vs-paid or personal-vs-commercial use, which tier unlocks vector/SVG for print, the weekly-subscription billing trap, its free name/slogan generators, or whether it has an API (UI-only — no public API, webhooks, Zapier or MCP). Do NOT use to just generate the business name (use /sales-namelix) or to compare/validate branding tools (use /sales-idea-validation).
tools
VistaPrint platform help (vistaprint.com, a Cimpress company) — the small-business design + print + digital-marketing platform: a free AI Logomaker (4 generations, 60 more after free sign-up) exporting SVG/PNG/PDF at 4000x4000 with no watermark, a free Brand Kit, business cards/flyers/signage/apparel/promo print, and a website builder. THE RIGHTS TRAP: VistaPrint states NO intellectual-property rights transfer on an AI-generated logo — you get usage rights but CANNOT register it for trademark or copyright; only its human designer service transfers full IP. Use when making a VistaPrint logo, asking if you own or can trademark it, running out of AI logo credits, printed colors not matching the screen, bleed/DPI/font file-prep rejections, or asking whether VistaPrint has an API (the consumer site does not — automation runs through the parent Cimpress Open partner-fulfilment API). Do NOT use for Vista Social scheduling (use /sales-vistasocial) or comparing logo tools market-wide (use /sales-idea-validation).
tools
Turbologo (turbologo.com) platform help — a budget AI/DIY logo maker: enter a business name + industry, pick icons and colors, and it proposes logo concepts you refine in an in-browser editor, then pay a one-time fee to download (designing is free, previews are watermarked, downloading is the paywall). Vector SVG/PDF is gated to the mid tier and up; the top tier adds a brand kit (business cards, letterheads, email signatures, social assets). Use when generating a logo in Turbologo, choosing which download tier to buy, vector SVG vs raster PNG, removing the free watermark, the time-limited edit-after-purchase window, pay-to-download pricing questions, whether an AI logo is yours to trademark, or whether Turbologo has an API to bulk-generate logos (it is UI-only — no public API, webhooks, Zapier, or MCP). Do NOT use to generate the business name (use /sales-namelix), compare or validate branding tools across the market (use /sales-idea-validation), or build wider marketing creative (use /sales-canva).
tools
Online Logo Maker (onlinelogomaker.com) platform help — a long-standing free/freemium DIY logo maker: build the mark yourself from icons, shapes, text, and fonts — MANUAL/template-based, NOT enter-a-name-get-AI-concepts. The free pack downloads a LOW-RES 300px PNG with a background; vector SVG, transparent PNG, and 2000px high-res are gated to a one-time lifetime Premium pack (not a subscription). The free tier's commercial-use rights are disputed by reviewers — clean ownership effectively needs Premium, and a shared-icon mark can be non-distinctive. Use for building/editing a logo here, free download vs Premium, vector SVG or transparent PNG, one-time pricing, commercial-use/trademark terms, near-namesake confusion (NOT LogoMaker.com / LogoMakr / Logomakerr.ai), or whether it has an API (UI-only — no API, webhooks, Zapier, MCP). Do NOT use to generate the business name (use /sales-namelix), compare branding tools across the market (use /sales-idea-validation), or build wider creative (use /sales-canva).