skills/sales-kingsumo/SKILL.md
KingSumo platform help — the cheap, one-time (lifetime-deal) viral giveaway tool for growing an email list, from the AppSumo team, as both a hosted app and a separate KingSumo Giveaways for WordPress plugin: unlimited giveaways, viral bonus entries (refer-a-friend, social shares/follows, YouTube/podcast subscribe), Smart Auto-Emails, and list capture. Use when a KingSumo giveaway attracts fake or freebie-seeker entries you can't verify, syncing contestants into Mailchimp/ConvertKit/Kit/Klaviyo/SendFox or Zapier, the Zapier integration only offers triggers (New Contestant, New Giveaway) and no actions, contestants see a kingsumo.com URL with no custom domain, choosing Free vs the paid one-time plan, or looking for the fully-featured API but finding no public docs. Do NOT use for picking a giveaway tool across platforms or newsletter list-growth strategy (use /sales-audience-growth), or list deliverability after a giveaway (use /sales-deliverability).
npx skillsauth add sales-skills/sales sales-kingsumoInstall 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?
Hosted app or WordPress plugin? They're two different products with different setup and integration paths — confirm which one the user is on before answering.
What's your ESP? Drives whether a native integration (SendFox/Mailchimp/Kit/Klaviyo) is enough or you need Zapier/API glue — and whether you're forced onto the paid plan to unlock advanced integrations.
Skip-ahead rule: if the user's prompt already contains enough context, skip to Step 2.
| If the question is about... | Route to... |
|---|---|
| Which giveaway/contest tool to pick, or list-growth strategy across all platforms | /sales-audience-growth [question] |
| Deliverability / list hygiene of the emails a giveaway collected | /sales-deliverability [question] |
| Removing spam, disposable, or freebie-seeker addresses from the collected list | /sales-clean-email [question] |
| Sweepstakes legal rules (official rules, "no purchase necessary", registration, 1099) | /sales-audience-growth [question] (legal-compliance sub-topic) |
| The ESP the giveaway feeds (Mailchimp, Kit, Klaviyo) | /sales-mailchimp, /sales-kit, /sales-klaviyo |
| A WordPress giveaway plugin alternative | /sales-rafflepress [question] |
If the question is KingSumo-specific, continue to Step 3.
Read references/platform-guide.md for the full reference — the hosted-app vs WordPress-plugin split, plan gating (what the paid one-time plan unlocks), bonus-entry mechanics and the unverifiable-share limitation, ESP/Zapier integration surface, the (undocumented) API, and comparisons with RafflePress / Gleam / SweepWidget / ShortStack / UpViral.
Read references/kingsumo-api-reference.md for the automation surface — the Zapier triggers (New Contestant, New Giveaway) with no actions, the "Webhooks by Zapier" fan-out, native ESP integrations, and what's known (and not documented) about the API.
Answer the user's question using only the relevant section. Don't dump the full reference.
Focus on the user's specific situation:
kingsumo.com URL — there's no CNAME/custom domain. If the user wants their own domain, tell them to embed the giveaway on their own site instead of linking the hosted page./sales-clean-email), and a welcome sequence — route deliverability questions to /sales-deliverability.If you discover a gotcha, workaround, or tip not covered in references/learnings.md, append it there.
Best-effort from research (2026-07) — review these, especially items about plan-gated features and integrations that may shift. Confirm pricing at kingsumo.com/pricing.
/sales-audience-growth — Newsletter/audience & list-growth strategy and giveaway-tool selection across all platforms (RafflePress, Gleam, SweepWidget, ShortStack, UpViral, KickoffLabs, Viral Loops…)/sales-rafflepress — RafflePress (WordPress giveaway/contest plugin; the closest WordPress-native alternative)/sales-sweepwidget — SweepWidget (cheap high-limit giveaway builder with a real read+write REST API + signed webhooks)/sales-shortstack — ShortStack (standalone contest platform with an Entries API + HMAC-signed webhooks)/sales-upviral — UpViral (viral sweepstakes/waitlists with REST API + Callback-URL webhooks; the API-first upgrade path)/sales-clean-email — Clean and validate the email list a giveaway collected (disposable/spam removal)/sales-deliverability — Protect deliverability after a giveaway (double opt-in, warmup, list hygiene)/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 want every new KingSumo contestant to land in HubSpot automatically. Can Zapier do that both ways?" Skill does: Explains KingSumo's Zapier app is trigger-only — use the New Contestant trigger (select the giveaway) → HubSpot "Create/Update Contact" action. Notes there are no KingSumo actions, so Zapier can't write back into KingSumo, and that native ESP integrations (SendFox/Mailchimp/Kit/Klaviyo) may be simpler if HubSpot isn't required. Warns that giveaway entries skew low-quality, so recommends tagging them and running double opt-in before nurturing. Result: User builds a New Contestant → HubSpot Zap, tags the source, and adds a verification step.
User says: "Where are the KingSumo API docs? I want to pull my contestant list programmatically." Skill does: States plainly that KingSumo advertises a "fully-featured API" (OAuth, on the paid plan) but publishes no endpoint documentation, so it won't invent endpoints. Recommends the supported paths — a native ESP integration or the Zapier New Contestant trigger (optionally "Webhooks by Zapier" to POST to your own endpoint) — and to contact KingSumo support for API keys/specs. Notes competitors with documented APIs (SweepWidget, ShortStack, UpViral) if a real API is a hard requirement. Result: User wires the Zapier trigger now and files a support request for API access.
User says: "My giveaway has a ton of entries but the referral shares look fake. How do I trust the winner draw?"
Skill does: Explains KingSumo can't verify that a share was actually posted — clicking the share button awards the bonus entry — so referral/share counts are unreliable. Recommends validating the shortlisted winners manually, using double opt-in to filter disposable addresses, and cleaning the list (/sales-clean-email) before mailing. Points to /sales-deliverability for protecting sender reputation after the influx.
Result: User validates finalists, prunes disposable emails, and draws a verified winner.
Symptom: You can trigger from KingSumo but can't find a KingSumo action in Zapier Cause: KingSumo's Zapier app exposes only triggers (New Contestant, New Giveaway) — there are no actions Solution: Use KingSumo as the trigger and put the write step on the other app (ESP/CRM/Sheets). To send data to a custom endpoint, add a "Webhooks by Zapier" POST action. There is no supported way to write back into KingSumo via Zapier.
Symptom: You want to hit the KingSumo API but there are no public docs or endpoint references
Cause: KingSumo markets a "fully-featured API" (OAuth, paid plan) but does not publish endpoint documentation
Solution: Don't guess endpoints. Use a native ESP integration or the Zapier New Contestant trigger for a supported data path, and contact KingSumo support for API keys and specifications. If a documented API is mandatory, evaluate SweepWidget/ShortStack/UpViral instead (route via /sales-audience-growth).
Symptom: The hosted giveaway URL is on kingsumo.com and you want it on your own domain Cause: Hosted KingSumo has no custom domain / CNAME support Solution: Embed the giveaway on a page of your own site (the embed keeps your domain in the address bar) rather than sharing the hosted kingsumo.com page. Custom branding (logo/colors) is a paid-plan feature; a fully custom domain is not offered — consider a WordPress-plugin or self-hosted alternative if the domain is a hard requirement.
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).