| name | sales-groupapp |
| description | GroupApp platform help — learning-focused community platform for creators and coaches (group.app): communities/channels plus a deep LMS (drag-and-drop curriculum builder, enforced completion, branded certificates, progress tracking), events, B2B group subscriptions, and 0% transaction fees via Stripe. Integration surface: an API token + webhooks + OAuth (login/SSO) plus Zapier (11 triggers incl. New Payment, Course completed, Membership Questionnaire; 10 actions incl. Enroll a member in a course); native Stripe/Zoom/email. Use when wiring a GroupApp Zapier or webhook integration to enroll buyers from an external cart, syncing course-completion or payment events to a CRM, running dunning on Payment Failed, generating an API token, or choosing GroupApp vs Circle/Skool/Mighty Networks. Do NOT use for community/course-platform strategy or comparison across tools (use /sales-membership), checkout-conversion optimization (use /sales-checkout), or email-marketing strategy (use /sales-email-marketing). |
| argument-hint | [describe what you need help with in GroupApp] |
| license | MIT |
| version | 1.0.0 |
| tags | ["sales","membership","community","platform"] |
GroupApp 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) Enroll/create members from an external cart or app (Zapier action / webhook / API token)
- B) React to events — New Payment, Course completed, Payment Failed, Subscription canceled — into a CRM/ESP
- C) Configure a module — communities/channels, the LMS/curriculum builder, certificates, events, group (B2B) subscriptions
- D) Set up auth/SSO via OAuth, or generate an API token
- E) Pick a plan / compare GroupApp vs Circle/Skool/Mighty Networks
- F) Fix a problem — webhook payloads, dunning, segments, membership questionnaire
-
Into or out of GroupApp? Grant access/enroll (in) vs sync events to other tools (out) — this decides Zapier action vs webhook/trigger.
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... |
|---|
| Choosing/comparing community or course platforms, retention strategy | /sales-membership {question} |
| Email sequences and broadcasts (the ESP you connect) | /sales-email-marketing {question} |
| Email deliverability / inbox placement | /sales-deliverability {question} |
| Checkout / order-bump / upsell optimization across tools | /sales-checkout {question} |
| Wiring GroupApp into a CRM/warehouse or other tools | /sales-integration {question} |
When routing, give the exact command, e.g. "Platform comparison — run: /sales-membership GroupApp vs Circle vs Skool".
Step 3 — GroupApp platform reference
Read references/platform-guide.md for the full reference — the module map (Zapier/webhook/API vs UI-only), the plan gates and 0%-fee model, the member/enrollment/payment data model with JSON shapes, and quick-start recipes (enroll a buyer from an external cart; route Course completed to a CRM/credential system; run dunning on Payment Failed).
Read references/groupapp-api-reference.md for the integration surface — the API token (Admin → Settings & Data → Integrations), webhooks, OAuth, and the full verbatim Zapier trigger (11) + action (10) lists, plus the note that a full public REST endpoint reference wasn't found.