sales-thrivecart
Installation
SKILL.md
ThriveCart 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) Grant product/course access (or revoke) from purchase events via webhook/API
- B) Route purchases into a CRM/ESP (Zapier or native integration)
- C) Understand pricing — Standard vs Pro+ vs Ultimate, the $295/yr renewal, what's gated
- D) Deal with ThriveCart Learn deprecation (move courses to ThriveAcademy or an external LMS)
- E) Configure a module — bumps, upsells/downsells, A/B test, dunning, affiliate center
- F) Fix a problem — webhook auth, duplicate orders, missing features, no download protection
-
Webhook or REST? Reacting to a purchase → webhooks (standard = all events; Event Subscription API = targeted). Pulling/reconciling history → REST API (token, 60 req/min).
Skip-ahead rule: if the user's prompt already provides enough context, skip to Step 2.