

Dashboard with workflow stats and recent activity
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.
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.
Start workflows when key events happen on your site:
Automate your store with triggers for order events:
Perform tasks on your site automatically:
Manage your store without manual work:
Connect workflows to external services you already use:
{{Trigger.field}} and {{action_id.field}} syntaxSequensy 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
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.
The uncompiled JavaScript/TypeScript source code is included in the admin/src/ directory within this plugin.
The admin interface is built with React and TypeScript using Vite. To rebuild from source:
admin/ directorynpm install to install dependenciesnpm run build to compile assets