Note: This plugin requires a working Shofy – Laravel eCommerce & Multivendor Marketplace installation (1.4.0 or later) and an existing n8n instance (self-hosted or cloud-based). n8n installation and server setup are not included.
Webhooks & n8n Automation Plugin for Shofy – eCommerce & Multivendor Marketplace enables real-time, event-driven automation by instantly sending webhook events from your Shofy marketplace to n8n workflows or any custom endpoint.
This plugin transforms Shofy into an automation-ready platform — allowing you to build unlimited workflows, integrate with hundreds of services, and automate marketplace operations without recurring subscription fees.
No polling. No delays. Full data ownership.
| Resource | Events |
|---|---|
| Orders | Created, Updated, Status Changed |
| Products | Created, Updated, Deleted |
| Categories | Created, Updated, Deleted |
| Customers | Created, Updated, Deleted, Verified, Suspended, Email Verified |
| Users | Created, Updated, Deleted |
| Vendors | Registered, Withdrawal Request |
| Reviews | Created, Updated, Deleted |
| Invoices | Created, Deleted |
| Shipping | Status Changed |
| Cart | Cart Abandoned |
*Additional events will be added based on platform updates.
Each webhook includes a standardized JSON payload containing full event metadata and resource data, making it easy to consume in n8n workflows or custom applications.
{ "event": "order.completed", "triggered_at": "2026-02-12T04:57:53+00:00", "resource": "order", "data": { "id": 28, "code": "#SF-10000028", "user_id": 2, "amount": "561.63", "tax_amount": "73.26", "shipping_amount": "0.00", "discount_amount": "0.00", "sub_total": "488.37", "status": "completed", "currency": null, "shipping_method": "default", "shipping_option": null, "created_at": "2026-02-12T04:50:25+00:00", "updated_at": "2026-02-12T04:57:51+00:00" }, "relationships": { "payment": { "id": 25, "method": "cod", "status": "completed" }, "customer": { "id": 2, "name": "Emma Wilson", "email": "vendor@botble.com", "phone": "+1-555-0102" }, "shipping_address": { "name": "Emma Wilson", "phone": "+1-555-0109", "email": "vendor@company.com", "country": "GB", "state": "Michigan", "city": "Miami", "address": "321 Maple Drive", "zip_code": "85001" }, "items": [ { "product_id": 4, "product_name": "Knit Turtleneck Sweater (Digital)", "quantity": 1, "price": 488.37, "tax_amount": 73.26, "total": 488.37, "product_type": "digital", "product": { "id": 4, "slug": "knit-turtleneck-sweater-digital", "sku": "PP-106" } } ], "store": { "id": 8, "name": "Old El Paso", "email": "xstoltenberg@example.org", "status": "published" }, "shipment": { "id": null, "status": null, "tracking_id": null, "tracking_link": null } } } Order Created → n8n → Send to Warehouse API → Update Inventory → Notify Shipping Partner → Create Tracking Number
Customer Registered → n8n → Add to Mailchimp → Send Welcome Email → Create CRM Contact → Notify Sales Team
Vendor Registered → n8n → Slack Notification → Create Approval Task → Send Onboarding Guide → Update Dashboard
Order Status Changed → n8n → Update ERP → Sync QuickBooks → Email Customer → Trigger SMS → Log Analytics
Cart Abandoned → n8n → Wait 1 Hour → Send Recovery Email → Wait 24 Hours → Send Discount Code → Track Conversion
Review Created → n8n → Sentiment Analysis → Positive: Post to Social → Negative: Alert Support → Sync to Trustpilot
Product Updated (Low Stock) → n8n → Email Procurement → Create Purchase Order → Notify Supplier → Update Forecast
This plugin replaces Zapier, Make (Integromat), Pabbly, and similar paid automation tools with self-hosted n8n.
Watch this video to see how to install the plugin, send data in real-time from Shofy to n8n using webhooks, and send a WhatsApp message as an example:
▶️ https://youtu.be/wTBrbAwfnZE
Support is provided through direct support channel as per Envato policy. Please include your purchase code when requesting support. We aim to respond to all support requests promptly. https://support.corbitaltech.dev/login
Version 1.0.0 – February 2026
0 average based on 0 ratings.