skills/sales-instapage/SKILL.md
Instapage platform help — AI landing page + post-click conversion platform (instapage.com): drag-and-drop builder, AI Content Generator, AdMap ad-to-page mapping, A/B testing and AI Experiments, Personalization / Dynamic Text Replacement (DTR), heatmaps, AMP, Global Blocks, Collections, and form lead capture. Developer surface: REST API (api.instapage.com/v1, Bearer personal token) for pages / collections / form submissions / analytics, a per-form submit webhook for piping leads to a CRM, and 120+ native + Zapier integrations. Use when an Instapage page won't publish or a custom domain is stuck, A/B testing or heatmaps are gated to a higher plan, leads aren't reaching your CRM, setting up a form-submit webhook or the API to pull submissions, wiring DTR so the page matches your ad keyword, hitting the 200-req/min or daily API quota, or choosing Create vs Optimize vs Convert. Do NOT use for cross-tool funnel/CRO strategy (use /sales-funnel) or checkout-conversion across platforms (use /sales-checkout).
npx skillsauth add sales-skills/sales sales-instapageInstall 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?
Which plan are you on? Create ($99/mo), Optimize ($199/mo), Convert (custom/enterprise), or free trial. Several features below are plan-gated.
Skip-ahead rule: if the user's prompt already contains enough context, skip to Step 2.
| Problem domain | Route to |
|---|---|
| Funnel strategy, page structure, conversion benchmarks across tools | /sales-funnel — Run: /sales-funnel {user's original question} |
| A/B testing methodology, heatmap interpretation, statistical rigor | /sales-vwo — Run: /sales-vwo {user's original question} |
| Email sequences after lead capture | /sales-email-marketing — Run: /sales-email-marketing {user's original question} |
| Growing the list, lead-magnet strategy | /sales-audience-growth — Run: /sales-audience-growth {user's original question} |
| Generic CRM/ESP iPaaS wiring (Zapier/Make) | /sales-integration — Run: /sales-integration {user's original question} |
| Checkout/cart beyond Instapage forms | /sales-checkout — Run: /sales-checkout {user's original question} |
If the question is Instapage-specific, continue to Step 3.
Read references/platform-guide.md for the full platform reference — modules, pricing/plan gates, data model, integration recipes, code examples. For raw endpoint/auth/webhook detail, read references/instapage-api-reference.md.
Answer the user's question using only the relevant section. Don't dump the full reference.
Focus on the user's specific situation.
GET /submissions poll (backfill/reconcile). The webhook sends internal field IDs (field_1…), not labels — map them carefully.Retry-After.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 integration details that may be outdated.
field_1 — map to your CRM properties or leads land in the wrong fields.Retry-After. Check the Subscription section for your daily cap./sales-funnel — Funnel strategy, page structure, conversion optimization, A/B testing methodology across tools/sales-vwo — A/B testing, heatmaps, and experimentation methodology beyond Instapage's built-in tools/sales-unbounce — Unbounce platform help (Smart Traffic AI, freeform builder, DTR) — the closest direct competitor/sales-landingi — Landingi platform help (Lunar AI, programmatic pages) — a lower-cost alternative/sales-leadpages — Leadpages platform help — a budget landing-page alternative/sales-audience-growth — Growing an email list (lead magnets, cross-promotion, referral programs)/sales-email-marketing — Email sequences to run after lead capture/sales-integration — Connect Instapage to a CRM or ESP via Zapier, Make, or the 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: "How do I automatically get new Instapage form submissions into my CRM?"
Approach: Two options — (1) per-form Form Submit webhook (page editor → form → integrations → Webhook, POST to your endpoint, real-time, but it sends field_1-style IDs so map fields and reply within 20s); (2) REST API poll of GET /v1/workspaces/{workspaceId}/submissions with the Authorization: Bearer header, best for backfill/reconcile. Show the cURL, note pagination via page, and handle 429 with Retry-After. Pull the recipe + JSON from references/platform-guide.md / references/instapage-api-reference.md.
User: "I connected my domain but the page still isn't live." Approach: Confirm the subdomain is added in account settings and DNS (A/CNAME) points to Instapage, then wait for propagation + SSL. Note root-domain publishing is Convert-only — on Create/Optimize you publish to a subdomain. Rule out propagation before assuming a bug.
User: "I want A/B testing and heatmaps — which plan?" Approach: A/B testing + AI Experiments require Optimize ($199/mo); heatmaps require Convert (custom/enterprise) — they are not on Optimize. If heatmaps are essential, budget for Convert or use a separate tool (e.g. Microsoft Clarity) on Optimize. Explain visitor caps and daily API quota so they size it correctly.
Symptom: The form submits and shows thank-you, but leads never arrive downstream.
Cause: Webhook field mapping wrong (payload uses internal field_1 IDs, not labels), the receiving endpoint timed out (>20s), or the integration disconnected.
Solution: Re-map each field_N to the correct CRM property, make the endpoint return 200 within ~20s (queue the work), and confirm HTTPS. As a backstop, reconcile with GET /v1/workspaces/{workspaceId}/submissions.
Symptom: Requests start failing with HTTP 429.
Cause: You hit the 200 requests/minute limit (per token + IP) or exhausted the plan's daily API quota (resets 00:00 UTC).
Solution: Honor the Retry-After header with exponential backoff; spread bulk jobs across the day; check the daily cap in the app's Subscription section and upgrade if the integration needs more headroom.
Symptom: A/B testing, Personalization/DTR, or heatmaps aren't available. Cause: Plan gating — A/B testing/AI Experiments/Personalization need Optimize; heatmaps + ad-to-page personalization + root-domain publishing need Convert. Solution: Verify the current plan in billing before troubleshooting. Upgrade to the tier that unlocks the feature, or substitute a separate tool (e.g. Clarity for heatmaps) where cost-prohibitive.
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).