內容簡介
Xcodesol Commerce Workflows 提供 WooCommerce 自動化的管理工作流程介面,讓使用者能夠輕鬆定義工作流程、整合設定及查看執行紀錄。所有功能完全免費,無需訂閱或授權金鑰。
【主要功能】
• 定義自訂工作流程
• 整合 Google Sheets、Mailchimp、Twilio
• 查看工作流程執行紀錄
• 支援 Slack 和自訂 webhook
• 無需付費或授權金鑰
外掛標籤
開發者團隊
② 後台搜尋「Xcodesol Commerce Workflows」→ 直接安裝(推薦)
原文外掛簡介
Xcodesol Commerce Workflows provides an admin workflow interface for WooCommerce automation.
Workflow definitions, integration settings, and workflow run logs are stored in custom tables in your local WordPress database. All features are 100% free with no subscription or license keys required.
External services
This plugin can connect to third-party services only after the site owner enables external services or configures the relevant integration credentials. No payment credentials or license keys are required.
Google Sheets and Google APIs
Google Sheets is used only when an administrator configures a Google Sheets workflow action. Rows can include workflow name, event ID, order ID, product ID, customer email, status, order total, and event payload.
Service provider: Google LLC. Terms: https://policies.google.com/terms Privacy: https://policies.google.com/privacy
Mailchimp
Mailchimp is used only when an administrator configures a Mailchimp workflow action. The plugin can send subscriber email address, first name, last name, audience ID, and subscription status to the configured Mailchimp audience.
Service provider: The Rocket Science Group LLC d/b/a Mailchimp. Terms: https://mailchimp.com/legal/terms/ Privacy: https://mailchimp.com/legal/privacy/
Twilio
Twilio is used only when an administrator configures an SMS workflow action. The plugin can send the configured sender number, recipient phone number, and message body to Twilio to send SMS messages.
Service provider: Twilio Inc. Terms: https://www.twilio.com/en-us/legal/tos Privacy: https://www.twilio.com/en-us/legal/privacy
Slack and custom webhooks
Slack incoming webhooks and custom webhooks are used only when an administrator configures those workflow actions. The destination service depends on the URL configured by the site owner.
Slack terms: https://slack.com/terms-of-service Privacy: https://slack.com/trust/privacy/privacy-policy
Source code and build tools
The human-readable React, TypeScript, Tailwind CSS, and Vite source used to build the compiled files in assets/app/assets/ is included in this plugin package under the source/ directory.
To rebuild the admin app assets:
cd source/
Install Node.js 18+ and pnpm (npm install -g pnpm).
Install dependencies: pnpm install (or npm install).
Build: pnpm run build (or npm run build).
Copy the generated files from dist/ into the plugin’s assets/app/ directory.
Third-party JavaScript libraries bundled in assets/app/assets/:
– React (https://github.com/facebook/react) — MIT licence
– React Router (https://github.com/remix-run/react-router) — MIT licence
– Radix UI primitives (https://github.com/radix-ui/primitives) — MIT licence
– Lucide React icons (https://github.com/lucide-icons/lucide) — ISC licence
– TailwindCSS (https://github.com/tailwindlabs/tailwindcss) — MIT licence
