Connect your account, then chat with AI to run tools.
Paste your MCPBundles URL into Teachable webhook settings and read school events in chat.
Live probe refreshed Sep 14, 2026 · Endpoint host mcp.mcpbundles.com
Built for
Course Creators, Online Educators, Membership Site Owners
Last Teachable event
Interprets sale, enrollment, and transaction event JSON.
Read export.json — event type, user email, course or product name, and final_price or net_charge from the latest webhook payload.
Connect Teachable Webhook to any MCP client in minutes
You’ll sign in to MCPBundles when your client connects.
https://mcp.mcpbundles.com/bundle/teachable-webhookThis server needs a sign-in. MCPBundles handles that setup once — then chat here with saved access and a log of what ran.
Opens MCPBundles Studio with this server selected. After sign-in, chat and run tools from the same thread.
Browse all toolsSubscription activity
Filters stored events by Teachable subscription lifecycle.
List recent deliveries and summarize any Sale.subscription_canceled or Transaction.created events with sale_id, recurring flag, and amounts.
New enrollments
Reads enrollment-specific nested user and course objects.
Find the most recent Enrollment.created delivery and report user email, course name, course_id, and enrolled_at.
How do I connect Teachable deliveries to MCPBundles?
Save a connection on MCPBundles, copy the hosted ingest URL from the credential panel, and paste it into Teachable under Settings → Webhooks. Select the events you want (or All events). Your agent reads stored deliveries — latest, history, and content — in chat.
Can an agent trigger a new delivery?
No. Ingest is read-only. Data arrives when Teachable sends it; agents query what already landed.
Domain knowledge for Teachable Webhook — workflow patterns, data models, and gotchas for your AI agent.
Teachable webhooks POST JSON when school events fire — sales, enrollments, subscription charges, refunds, user signups, and progress milestones. Each POST is one stored report. Inspect export.json on the latest delivery rather than assuming one fixed schema.
Teachable commonly sends a JSON array with one event object (some schools enable “send as JSON array” in webhook settings). When the body is an array, read export.json[0] for the event; a bare object may appear if array mode is off.
Shared envelope fields on every event:
Missing upstream values arrive as JSON null.
| type | Meaning |
|---|---|
| Sale.created | Product purchased or manual enrollment (free and paid; bundles = one sale) |
| Sale.subscription_canceled | Student canceled a subscription |
| Transaction.created | Charge succeeded (one-time or recurring billing cycle); excludes free / 100%-off coupon sales |
| Transaction.refunded | Charge refunded |
| Enrollment.created | Student enrolled in a course (each bundled course fires separately) |
| Enrollment.completed | Student finished 100% of a course |
| Enrollment.disabled | Student unenrolled (manual, failed payment, or access expiry) |
| User.created | New school account |
| User.updated | Profile change (new_name / old_name when name changed) |
| User.subscribe_to_marketing_emails / User.unsubscribe_from_marketing_emails | Marketing opt-in/out |
| UserTag.created / UserTag.removed | Tag added or removed |
| AbandonedOrder.created | Checkout abandoned (lead signal, not revenue) |
| LectureProgress.created | Lecture marked complete |
| Response.created | Graded quiz submitted |
| Comment.created | Course comment posted |
| EmailLead.created | Email lead form confirmed |
| Admission.created / Admission.disabled | Coaching service admission |
Sales (Sale.*) — object.id (sale id), object.user_id, object.school_id, object.price, object.final_price, object.currency, object.is_recurring, object.product (id, name, price, is_recurring), object.course (id, name, friendly_url), object.user (id, email, name, school_id, phone_number), optional object.coupon, object.affiliate, object.transactions[].
Transactions (Transaction.*) — object.id (transaction id), object.sale_id, object.user_id, object.school_id, object.final_price, object.net_charge, object.earnings_usd, object.amount_refunded, object.currency, object.status, object.is_recurring, object.purchased_at, nested object.sale (product/course/user context), optional Stripe charge details under object.data.
Enrollments (Enrollment.*) — object.id (enrollment id), object.user_id, object.course_id, object.sale_id, object.enrolled_at, object.percent_complete, object.is_active, nested object.user and object.course.
Users (User.*) — object.id, object.email, object.name, object.role, object.school_id, object.sign_in_count, object.unsubscribe_from_marketing_emails, object.phone_number.
Abandoned cart — object.user_email, object.main_product_name, object.main_product_price, object.checkout_url, object.order_token, optional object.order_bumps[].
Chain recurring revenue with object.sale_id and transaction object.id, not sale id alone.
Teachable Wh Latest
Return the most recently stored report — tabular rows, raw text, or JSON depending on format. Default starting point for current report questions.
Teachable Wh List
List recent stored reports — ids, capture time, filename, and format. Follow with latest report or get report for full content.
Teachable Wh Report
Return one stored report by report_id — full content with the same source/export envelope as latest report.
Teachable Wh Status
Connection status — whether any reports have landed, when the last file arrived, filename, and stored report count. Includes the ingest URL only when the user needs to configure upstream delivery.
Save a connection on MCPBundles, copy the hosted ingest URL from the credential panel, and paste it into Teachable under Settings → Webhooks. Select the events you want (or All events). Your agent reads stored deliveries — latest, history, and content — in chat.
No. Ingest is read-only. Data arrives when Teachable sends it; agents query what already landed.
Add the MCPBundles server URL to your MCP client configuration (Claude Desktop, Cursor, VS Code, etc.). The URL format is: https://mcp.mcpbundles.com/bundle/teachable-webhook. Authentication is handled automatically.
Teachable Webhook provides 4 tools that can be called by AI agents, along with a SKILL.md that gives your AI agent domain knowledge about when and how to use them.
Teachable Webhook uses API Key. Teachable Webhook requires credentials. Connect via MCPBundles and authentication is handled automatically.
© 2026 ThinkChain Inc. All rights reserved.
MCPBundles is an independent platform built on the open Model Context Protocol standard. Not affiliated with Anthropic PBC or Claude.
Other MCP servers in this category from the directory index
eBay seller platform APIs. Read and manage orders, inventory, offers, fulfillment, Promoted Listings...
18 toolsPretix is an online ticketing and event management platform that allows users to sell and manage tic...
23 toolsRead PayKickstart IPN purchase notification POST bodies in chat.
4 toolsRead Chargebee subscription, billing, and customer webhook JSON events in chat.
4 toolsGunBroker.com marketplace: search listings, manage seller inventory, update sold-order status, and r...
14 toolsRead Gumroad Ping urlencoded sale notification POST bodies in chat.
4 tools