skills/sales-keap/SKILL.md
Keap platform help — small-business CRM + marketing automation (formerly Infusionsoft): Campaign Builder / When-Then automations, email + SMS marketing, sales pipeline, invoicing/payments, appointments, and a REST v2 API (OAuth 2.0, Personal Access Tokens, REST Hooks webhooks). Use when Keap automations or campaigns aren't triggering reliably, the Campaign Builder feels too complex to set up, per-contact pricing keeps climbing, Keap blocked or throttled your account over spam complaints, you're deciding between Max Classic and the new Keap/Ultimate interface, building a Keap API or webhook integration, syncing Keap contacts to another CRM or data warehouse, or pulling campaign/tag/order data through the API. Do NOT use for comparing Keap against other CRMs (use /sales-crm-selection) or multi-step funnel strategy across tools (use /sales-funnel).
npx skillsauth add sales-skills/sales sales-keapInstall 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.
Keap (formerly Infusionsoft) is an all-in-one small-business CRM + marketing automation platform — contacts, the drag-and-drop Campaign Builder, email/SMS, sales pipeline, invoicing, and a REST v2 API.
If references/learnings.md exists, read it first for accumulated platform knowledge.
Figure out which of these the user needs (ask only if their prompt doesn't already say):
What kind of problem is this?
Which interface are they on? Max Classic (legacy Infusionsoft) vs the newer Keap (Pro/Max/Ultimate). Features and API behavior differ.
Skip-ahead rule: if the user's prompt already has enough context, skip to Step 2 or Step 3.
| Problem domain | Route to |
|---|---|
| Comparing Keap vs HubSpot/GoHighLevel/Attio or picking a CRM | /sales-crm-selection {user's question} |
| Multi-step funnel / landing-page strategy across tools | /sales-funnel {user's question} |
| Email-marketing strategy (segmentation, deliverability) across platforms | /sales-email-marketing {user's question} |
| SMS-marketing strategy / compliance (TCPA, opt-in) | /sales-sms-marketing {user's question} |
| General inbox-placement / sender-reputation strategy | /sales-deliverability {user's question} |
| Connecting Keap to other tools (Zapier/Make/native) | /sales-integration {user's question} |
When routing, give the exact command, e.g. "This is a CRM-comparison question — run: /sales-crm-selection should I move from Keap to HubSpot".
Read references/platform-guide.md for the full reference — capabilities & automation surface, pricing/plan gates, data model (JSON shapes), integration recipes (cURL + Python), and integration patterns. For raw API detail (endpoints, OAuth, REST Hooks), read references/keap-api-reference.md.
Answer using only the relevant section. Don't dump the whole reference.
You no longer need the guide — focus on the user's situation.
If you discover a gotcha or workaround not in references/learnings.md, append it there.
Best-effort from research (2026-06) — review these, especially plan-gated features and pricing which change frequently.
object_keys (ID + apiUrl + timestamp), not the full record. You must call the apiUrl to get data.429./sales-crm-selection — CRM comparison & selection — is Keap right vs HubSpot, GoHighLevel, Attio, Pipedrive?/sales-gohighlevel — GoHighLevel platform help — the agency-first all-in-one most often compared to Keap/sales-hubspot — HubSpot platform help — the inbound marketing+sales alternative Keap positions against/sales-funnel — Multi-step funnel strategy across tools (Keap has no native funnel builder)/sales-email-marketing — Email-marketing strategy across platforms/sales-sms-marketing — SMS-marketing strategy and compliance/sales-deliverability — Inbox placement and sender-reputation strategy/sales-integration — Connecting Keap to other tools — webhooks, Zapier, Make, custom API/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: "I built a Keap campaign to email new leads but nobody's getting the email." Skill does: Asks whether the contact actually met the campaign's goal (form submit, tag applied), checks the sequence is published and the goal is connected, and whether they're on Max Classic or new Keap (Campaign Builder differs). Walks through verifying the contact entered the sequence and the email step isn't paused. Result: User finds the goal was never met (tag misspelled), fixes it, emails send.
User says: "How do I pull all my Keap contacts and tags into BigQuery on a schedule?"
Skill does: Points to REST v2 GET /crm/rest/v2/contacts with pageToken cursor pagination and OAuth 2.0 (or a Personal Access Token for a single account), shows the contacts JSON shape, notes the 1,500/min OAuth rate limit and 25 req/sec spike cap, and recommends REST Hooks (contact.add/edit) for incremental sync instead of full re-pulls. References the Python recipe in the platform guide.
Result: User has a paginated export plus an incremental webhook strategy.
User says: "Keap suspended my sending after one broadcast — I barely got any complaints."
Skill does: Explains Keap's low complaint threshold and that unsubscribe-with-feedback counts as a complaint, recommends suppressing unengaged/cold contacts, re-permissioning the list, and sending warmer segments first. Routes deeper sender-reputation work to /sales-deliverability.
Result: User cleans the list and resumes sending without re-tripping enforcement.
Symptom: Contacts sit in a campaign and never get the email/sequence. Cause: The goal condition was never met, the sequence isn't published, or the contact never entered. Bugs after the Ultimate UI rollout have also hidden/mislabeled action options. Solution: Confirm the goal fires (test with a known contact), republish the sequence, verify entry. If actions look wrong/missing in the Ultimate builder, toggle back to Max Classic as a workaround and check Keap's Known Issues page.
Symptom: Campaign sequence steps aren't returned or aren't editable via REST. Cause: Campaign/sequence read support is limited and differs between v1, v2, and Max Classic; some campaign internals are UI-only. Solution: Use the Campaign endpoints that are exposed to list campaigns and add/remove contacts to sequences; manage sequence content in the UI. Confirm you're calling the version that matches the account, and check the Keap Integration Q&A community for the current campaign-endpoint coverage.
Symptom: Monthly cost rose without adding users. Cause: Pricing scales with contact count; imported/duplicate/cold contacts inflate it. Solution: Audit and archive/delete dead contacts, dedupe, and avoid storing marketing-only or list-rented contacts you won't sell to. Re-check the per-contact tier after cleanup.
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).