Connect your account, then chat with AI to run tools.
Wire Hotmart webhooks to MCPBundles and query purchase payloads in chat.
Try this workflow
Last Hotmart event
Read the latest Hotmart v2 envelope — event type, buyer email, product name, purchase status, and price from export.json.
Opens MCPBundles Studio with this server selected. After sign-in, chat and run tools from the same thread.
Browse all toolsBuilt for
Infoproduct Creators, Affiliate Marketers, LATAM Sellers
Last Hotmart event
Interprets nested purchase and subscription event JSON.
Read the latest Hotmart v2 envelope — event type, buyer email, product name, purchase status, and price from export.json.
Subscription changes
Filters stored events by Hotmart event family.
List recent deliveries and summarize any subscription cancellation or switch_plan events with subscriber code and plan names.
How do I connect Hotmart deliveries to MCPBundles?
Save a connection on MCPBundles, copy the hosted ingest URL from the credential panel, and paste it into Hotmart where webhook URLs are configured in Hotmart. 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 the upstream system sends it; agents query what already landed.
Domain knowledge for Hotmart Webhook — workflow patterns, data models, and gotchas for your AI agent.
Each stored delivery is one JSON POST from Hotmart when a product event fires — purchase lifecycle, subscription change, cart abandonment, or Club activity. Read what already landed; you cannot trigger refunds, replays, or subscription changes from here.
Top-level fields repeat on every event:
Common event values on one-time and subscription sales:
| event | Meaning |
|---|---|
| PURCHASE_APPROVED | Payment approved |
| PURCHASE_COMPLETE | Purchase completed |
| PURCHASE_CANCELED | Purchase canceled |
| PURCHASE_BILLET_PRINTED | Bank slip or PIX generated, awaiting payment |
| PURCHASE_DELAYED | Payment delayed |
| PURCHASE_EXPIRED | Unpaid purchase expired |
| PURCHASE_REFUNDED | Refund processed |
| PURCHASE_CHARGEBACK | Chargeback |
| PURCHASE_PROTEST | Dispute opened |
Also watch for PURCHASE_OUT_OF_SHOPPING_CART (cart abandonment) — lead data, not a completed sale.
Subscription-specific event values (often include data.subscription):
| event | Meaning |
|---|---|
| SUBSCRIPTION_CANCELLATION | Subscriber canceled |
| SWITCH_PLAN | Subscriber changed plan |
| UPDATE_SUBSCRIPTION_CHARGE_DATE | Next billing date changed |
On recurring products, purchase events may still carry data.subscription with plan and subscriber context.
Members-area activity (may omit full purchase objects):
Product — data.product.id, data.product.ucode, data.product.name; bundle sales add data.product.content.products[].
Buyer — data.buyer.email, data.buyer.name, data.buyer.document, data.buyer.checkout_phone; address fields appear only when collected at checkout.
Purchase — data.purchase.transaction (stable id, e.g. HP…), data.purchase.status, data.purchase.price, data.purchase.full_price, data.purchase.approved_date, data.purchase.payment.type (e.g. PIX, CREDIT_CARD, BILLET), data.purchase.recurrence_number (which subscription cycle), data.purchase.date_next_charge, data.purchase.offer.code / offer.name.
Subscription — data.subscription.status (ACTIVE, OVERDUE, CANCELLED_BY_CUSTOMER, CANCELLED_BY_SELLER, etc.), data.subscription.subscriber.code (unique per product subscription), data.subscription.plan.id / plan.name.
Affiliate — data.affiliates[] with affiliate_code and name when an affiliate drove the sale.
Commissions — data.commissions[] with value, currency_value, source (PRODUCER, AFFILIATE, COPRODUCER, ADDON, MARKETPLACE).
Order bump — data.purchase.order_bump.is_order_bump and parent_purchase_transaction link add-on checkouts to the main transaction.
Physical / shipping — data.product.is_physical_product, data.shipping.cost, carrier, and fulfillment when present.
High-ticket plans — data.purchase.flexPayPlan with enrollmentStatus and planCharges[] for staged payment schedules.
Return the most recently stored report — tabular rows, raw text, or JSON depending on format. Default starting point for current report questions.
List recent stored reports — ids, capture time, filename, and format. Follow with latest report or get report for full content.
Return one stored report by report_id — full content with the same source/export envelope as latest report.
Connection status — whether any reports have landed, when the last file arrived, filename, and stored report count. Includes the ingest URL only when ...
Save a connection on MCPBundles, copy the hosted ingest URL from the credential panel, and paste it into Hotmart where webhook URLs are configured in Hotmart. Your agent reads stored deliveries — latest, history, and content — in chat.
No. Ingest is read-only. Data arrives when the upstream system 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/hotmart-webhook. Authentication is handled automatically.
Hotmart 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.
Hotmart Webhook uses API Key. Hotmart Webhook requires credentials. Connect via MCPBundles and authentication is handled automatically.
Connect Hotmart Webhook to any MCP client in minutes
https://mcp.mcpbundles.com/bundle/hotmart-webhookThe link prefills the Add custom connector dialog — you still review the values and click Add, then Connect to complete OAuth.
Hotmart Webhook and paste the MCP URL into Remote MCP server URL.Custom connectors at claude.ai require a paid Claude plan (Pro, Max, Team, or Enterprise).
More ecommerce integrations you might like
All Picqer tools
Inflowinventory is an inventory management software designed to help businesses track stock levels, ...
Judge.me Reviews is a review management platform that allows e-commerce businesses to manage and dis...
Complete Shopify store management. Products, orders, customers, inventory, locations, and shop confi...
GunBroker.com marketplace: search listings, manage seller inventory, update sold-order status, and r...
Read Gumroad Ping urlencoded sale notification POST bodies in chat.