skills/sales-convertri/SKILL.md
Convertri platform help — speed-focused sales funnel and landing-page builder (convertri.com): free-form drag-anywhere editor, AMP-fast CDN pages, integrated shopping cart with one-click upsells and bump sells, membership delivery, split testing, interactive video, and dynamic text replacement. Developer surface: a Zapier API key (8 triggers), custom webhooks (Sale, Rebill, Refund, Lead Capture) with cverify SHA-1 signing, and native ESP/payment/webinar integrations — but no public REST API. Use when a Convertri page won't publish or loads slowly, Zapier times out on a funnel with too many pages, you hit impression-overage charges, your cverify webhook signature won't verify, form leads or sales aren't syncing to your CRM, you want to automate without a REST API, or you're choosing between the Convert, Scale, and Maximize plans. Do NOT use for cross-tool funnel/CRO strategy (use /sales-funnel) or checkout conversion across carts (use /sales-checkout).
npx skillsauth add sales-skills/sales sales-convertriInstall 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?
cverify signature, payload fields, secret keyWhich plan are you on? Convert ($99/mo), Scale (~$199/mo), Maximize ($299/mo), 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} |
| Checkout/cart conversion strategy across carts (order bumps, upsells) | /sales-checkout — Run: /sales-checkout {user's original question} |
| Email sequences after lead capture or purchase | /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} |
| Membership/community delivery strategy across platforms | /sales-membership — Run: /sales-membership {user's original question} |
| Generic CRM/ESP iPaaS wiring (Zapier/Make) | /sales-integration — Run: /sales-integration {user's original question} |
If the question is Convertri-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 webhook/auth/trigger detail, read references/convertri-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.
cverify. Drop cverify, sort the remaining keys alphabetically, pipe-join the values, append |<secret>, UTF-8 encode, SHA-1 hash, uppercase the first 8 chars — that must equal cverify. Set the secret in Account settings.ctransamount/ctaxamount/cshippingamount are integers in the smallest currency unit ($10.00 = 1000). Divide before display.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.
cverify is SHA-1, first 8 chars, uppercase. Easy to get wrong — keys must be sorted alphabetically and values pipe-joined with the secret appended last before hashing./sales-funnel — Funnel strategy, page structure, conversion optimization, and A/B testing methodology across tools/sales-checkout — Checkout/cart conversion strategy (order bumps, upsells, dunning) across cart platforms/sales-clickfunnels — ClickFunnels platform help — the all-in-one funnel/checkout/membership alternative/sales-landingi — Landingi platform help (AI landing pages, DTR, programmatic pages) — a lower-cost landing-page alternative/sales-instapage — Instapage platform help (AdMap, AI Experiments, post-click optimization) — the premium PPC alternative/sales-membership — Membership/community delivery strategy across platforms/sales-email-marketing — Email sequences to run after lead capture or purchase/sales-integration — Connect Convertri to a CRM or ESP via Zapier, Make, or webhooks/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 push every Convertri sale into my CRM automatically?"
Approach: Convertri has no REST API, so use a custom webhook (or Zapier). Set a secret key in Account settings, then add your endpoint URL on the product's Advanced settings (unlimited webhooks per product). Convertri POSTs a Sale payload with ccustemail, ccustname, cprodtitle, corderid, ctransamount (pennies), ctranspaymentmethod, ctranstime, plus UTM/fbclid/gclid tracking. Verify cverify before trusting it, divide ctransamount by 100, then upsert into the CRM. For no-code, use the Zapier "New Product Sale" trigger instead. Pull the cURL/Python recipe + payload JSON from references/convertri-api-reference.md.
User: "My Convertri page is supposed to be fast but it's crawling." Approach: Convertri's selling point is sub-3s pages on its CDN — slowness usually traces to heavy custom HTML/CSS, large un-optimized images, third-party scripts/pixels, or self-hosted video exceeding bandwidth. Strip custom embeds to isolate, compress images, and confirm the custom domain's DNS/SSL finished provisioning before assuming a publish bug.
User: "I'm running paid traffic to a funnel with a members area — which plan?" Approach: Membership delivery and self-hosted video are Scale+; if paid traffic will exceed ~500k impressions/mo, the $30/250k overage on Scale can outweigh moving to Maximize (uncapped impressions, unlimited domains, client sub-accounts). Size the plan to expected ad volume, not page count — Scale already gives unlimited pages.
Symptom: Selecting a page in a Zap trigger spins or errors. Cause: The funnel has too many pages; Zapier times out before loading them all. Solution: Keep the funnel to 20 pages or fewer, or split it into multiple funnels. Re-test the Zap after trimming.
cverify never matchesSymptom: Your signature check rejects every webhook.
Cause: Wrong key order, values not pipe-joined, secret not appended last, or hashing/encoding mismatch.
Solution: Remove cverify, sort remaining keys alphabetically, join values with |, append |<secret>, UTF-8 encode, SHA-1 hash, take the first 8 chars uppercased — compare to cverify. Confirm the secret in Account settings matches the one in code.
Symptom: The bill is higher than the plan price. Cause: Monthly impression cap (250k Convert / 500k Scale) or video bandwidth cap (100GB/mo) was exceeded. Solution: Impressions overage is $30/250k, video bandwidth $10/100GB. Move high-traffic pages to Maximize (uncapped impressions) or offload video to YouTube/Vimeo to avoid bandwidth overage.
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).