Linux 软件免费装
Banner图

Sequensy

开发者 summix
更新时间 2026年2月25日 17:31
PHP版本: 8.0 及以上
WordPress版本: 6.9
版权: GPLv2 or later
版权网址: 版权信息

标签

actions automation workflow integrations triggers

下载

2.0.0 1.0.0

详情介绍:

Sequensy lets you automate repetitive tasks on your WordPress site by building visual workflows. When something happens (a trigger), Sequensy runs a series of actions — creating posts, updating orders, syncing subscribers to your email platform, and more. Build Workflows Visually Design automation workflows on a visual canvas. Connect a trigger to one or more actions, configure each step with a simple form, and publish. No code, no cron jobs to manage, no third-party automation platform required — everything runs inside WordPress. WordPress Triggers Start workflows when key events happen on your site: WooCommerce Triggers Automate your store with triggers for order events: WordPress Actions Perform tasks on your site automatically: WooCommerce Actions Manage your store without manual work: Third-Party Integrations Connect workflows to external services you already use: Features External Services Sequensy can connect to third-party services to extend your workflow automation capabilities. Data is only sent to these services when you explicitly connect your account AND create a workflow that uses the service. You have complete control over what data is sent and when. No data is sent to Sequensy or Summix servers. All workflow data is stored locally in your WordPress database. Kit (ConvertKit) Email marketing platform for creators. Sequensy uses the Kit API to create subscribers and manage tags on your Kit account. What Data Is Sent: Email address, first name, and any custom fields you configure in your workflow actions. When Data Is Sent: Only when a workflow executes a Kit action (create subscriber, add tag, remove tag). Terms of Service Privacy Policy Campaign Monitor Email marketing platform for subscriber management. Sequensy uses the Campaign Monitor API to add, update, and remove subscribers on your lists. What Data Is Sent: Email address, name, mobile number, custom fields, and consent to track preferences you configure in your workflow actions. When Data Is Sent: Only when a workflow executes a Campaign Monitor action (add subscriber, update subscriber, remove subscriber). Terms of Service Privacy Policy Notion Collaborative workspace and documentation platform. Sequensy uses the Notion API to create entries in your Notion databases. What Data Is Sent: User-configured properties and content as defined in your workflow actions (can include text, numbers, dates, etc.). When Data Is Sent: Only when a workflow executes a Notion action (create database entry). Terms of Service Privacy Policy Privacy Sequensy can connect to third-party services when you configure integrations. For complete details about what data is sent to each service and when, see the "External Services" section above. No data is sent to Sequensy or Summix servers. All workflow data is stored locally in your WordPress database.

安装:

  1. Upload the plugin files to /wp-content/plugins/sequensy/ or install directly through the WordPress plugin installer.
  2. Activate the plugin through the Plugins screen in WordPress.
  3. Go to Sequensy in the admin sidebar to open the workflow builder and start automating.

屏幕截图:

  • Workflows list with search, filters, and status badges
  • Visual workflow builder
  • Configure triggers with conditional filters
  • Integrations page showing connected services
  • Activity log for monitoring workflow executions

常见问题:

What PHP version is required?

PHP 8.0 or higher. Sequensy uses modern PHP features like named arguments and match expressions.

Does this work with WooCommerce?

Yes. Sequensy includes a WooCommerce package with triggers for new orders and completed orders, plus actions for updating order status, adding order notes, and creating coupons. WooCommerce 8.0 or higher is recommended.

How do I connect third-party services?

Go to Sequensy > Integrations in the admin sidebar. Click Connect on the service you want to use and enter your API credentials. Once connected, the service's actions become available in the workflow builder.

Are workflows executed immediately?

Workflows run asynchronously in the background using Action Scheduler. When a trigger fires, the workflow is queued and processed within seconds. This keeps your site responsive — visitors and admins won't experience slowdowns from long-running actions.

Can I use data from one action in another?

Yes. Sequensy supports variable substitution across workflow steps. Use {{Trigger.field_name}} to reference trigger data or {{action_id.field_name}} to reference the output of a previous action. For example, {{Trigger.user_email}} inserts the email of the user who triggered the workflow.

What is the difference between Sequensy and Sequensy Pro?

The free plugin includes the visual builder, 6 triggers, 10 actions, conditional filters, variable substitution, and an activity log. Sequensy Pro adds advanced features like nested AND/OR filter groups, workflow version history, unlimited activity logging, and access to the integrations marketplace with additional packages.

Can I extend Sequensy with custom packages?

Yes. Sequensy's package system is extensible. Developers can build custom packages that register their own triggers and actions. Each package is a self-contained directory with a manifest, action definitions, and optional trigger definitions. See the developer documentation for details.

Where is my workflow data stored?

All workflow configurations, execution history, and activity logs are stored in your WordPress database in dedicated wp_sequensy_* tables. No data is sent to external servers unless you explicitly configure a third-party integration and create a workflow that uses it.

How does async execution work?

When a trigger fires, Sequensy evaluates the workflow's filters. If the conditions pass, it schedules the workflow's actions via Action Scheduler — a battle-tested WordPress library used by WooCommerce. Actions are then processed in a background queue, typically within a few seconds.

更新日志:

2.0.0 1.0.0