sales-zenler
Installation
SKILL.md
New Zenler 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 a user from an external purchase or app (API
POST /users+/enroll, or Zapier action) - B) Route events out — New Sale, New User, Course Complete, Live Class/Webinar Registration, Funnel Subscription — into a CRM/ESP/Slack (Zapier trigger; there are no native webhooks)
- C) Pull reports — enrollment, sales, course-progress, affiliate — into a warehouse (Reports API)
- D) Configure a module — courses/drip, memberships, communities, funnels, email, live classes/webinars, coaching, affiliate
- E) Pick a plan — Starter ($47) vs Pro ($97) vs Premium ($277), or understand what's Pro-gated (API, memberships, affiliate, white-label)
- F) Fix a problem — branding on custom domain, data loss/backup, limited course-layout control, rate limits
- A) Enroll/create a user from an external purchase or app (API
-
Where does data need to flow? Into Zenler (create user, enroll, subscribe) → API write / Zapier action. Out of Zenler (sync a sale, route a completion) → Zapier trigger or poll the Reports API.
Skip-ahead rule: if the user's prompt already provides enough context, skip to Step 2.