| name | sales-rafflepress |
| description | RafflePress (rafflepress.com) platform help — WordPress giveaway & contest plugin for viral list growth: drag-and-drop builder, 30+ bonus-entry actions (email signup, social follows, refer-a-friend, shares), hosted giveaway landing pages, fraud protection, and 15+ native ESP/CRM integrations. Self-hosted WordPress only — no REST API; the developer surface is outbound webhooks (JSON/FORM, fields fullname/email/giveaway_id/sign_up_date, no HMAC), a Zapier 'New Contestant Created' trigger (API key from the Join-an-Email-Newsletter action), Uncanny Automator, and WordPress hooks + URL-parameter prefill. Use when wiring entrants to an endpoint via webhooks, syncing contestants to an ESP/CRM or Zapier, attributing refer-a-friend entries, handling giveaway fraud, picking entry actions, or choosing the Lite vs Pro license. Do NOT use for giveaway/audience-growth strategy across tools (use /sales-audience-growth), generic iPaaS wiring (use /sales-integration), or email deliverability (use /sales-deliverability). |
| argument-hint | [describe what you need help with in RafflePress] |
| license | MIT |
| version | 1.0.0 |
| tags | ["sales","audience-growth","giveaway","platform"] |
RafflePress Platform Help
Step 1 — Gather context
If references/learnings.md exists, read it first for accumulated platform knowledge.
-
What are you trying to do?
- A) Send entrants out to your own endpoint (outbound webhook) as they sign up
- B) Sync contestants to an ESP/CRM (native integration) or to Zapier (500+ apps)
- C) Set up entry actions / refer-a-friend viral mechanics and a giveaway landing page
- D) Pre-fill the entry form or gate access via WordPress hooks / URL parameters
- E) Handle giveaway fraud / fake entries, or pick a winner fairly
- F) Decide Lite (free) vs Pro license, or which entry actions to enable
-
Code or no-code? Hosting your own endpoint → outbound webhooks. No endpoint → native ESP integration, Zapier, or Uncanny Automator.
Skip-ahead rule: if the user's prompt already provides enough context, skip to Step 2.
Step 2 — Route or answer directly
| If the question is about... | Route to... |
|---|
| Giveaway / audience-growth strategy across tools (which tool, viral mechanics) | /sales-audience-growth {question} |
| Connecting RafflePress to a CRM/ESP generically (iPaaS) | /sales-integration {question} |
| Email sequences for the list you collect | /sales-email-marketing {question} |
| Deliverability of giveaway/notification emails | /sales-deliverability {question} |
When routing, give the exact command, e.g. "This is a strategy question — run: /sales-audience-growth maximize referrals on a viral giveaway".
Step 3 — RafflePress platform reference
Read references/platform-guide.md for the full reference — the giveaway/entry-action model (what's webhook vs native-integration vs UI-only), the one-time/lifetime pricing and Lite-vs-Pro gates, the entrant data model with JSON shapes, and quick-start recipes (receive a webhook; sync to an ESP; prefill the form via URL params).
Read references/rafflepress-api-reference.md for the integration surface — RafflePress is WordPress-only (no REST API): outbound webhooks (Settings → Webhooks; JSON/FORM; fields fullname//////; ), the Zapier trigger (API key from the Join-an-Email-Newsletter action), the 15+ native ESPs, Uncanny Automator, and WordPress hooks + URL-parameter prefill.