What is SureTriggers plugin?
SureTriggers (by Brainstorm Force, the makers of Astra and Schema Pro) is a WordPress automation plugin that connects WordPress plugins and external applications through a visual workflow builder. It positions itself as a more design-forward alternative to Uncanny Automator, with a cleaner interface that is particularly approachable for non-developers. SureTriggers supports 300+ integrations across WordPress plugins and external services including Slack, Google Sheets, HubSpot, Mailchimp, Stripe, and many others.
SureTriggers uses a “trigger → action” workflow model with conditions and delays similar to Uncanny Automator. Its key differentiator is its hybrid architecture: some automation runs directly on WordPress (for plugin-to-plugin), while external app integrations are processed through SureTriggers’ cloud infrastructure, which means external integrations do not require server resources but do introduce a cloud service dependency.
The free plan supports up to 1,000 tasks/month — sufficient for small sites. The Pro plan ($149/year) removes task limits, adds team collaboration, API integrations (custom REST API connections), advanced conditions, and additional triggers. SureTriggers is a natural choice for teams already using Brainstorm Force products (Astra, CartFlows, Spectra) who want integrated automation without adopting a separate vendor’s ecosystem.
Need Help With SureTriggers Setup, Troubleshooting, or Customization?
Need help with SureTriggers? Whether you are dealing with errors, broken functionality, styling problems, plugin conflicts, or advanced customization, we can help you fix the issue and get the plugin working properly on your WordPress site.
Get SureTriggers Expert HelpKey Features
- 300+ integrations: WordPress plugins + external apps (Slack, Google Sheets, HubSpot, Mailchimp, etc.)
- Visual workflow builder with drag-and-drop interface
- Trigger → condition → action workflow structure
- Delayed actions with scheduling
- Free plan: 1,000 tasks/month
Pros & Cons
Pros
- Cleaner, more modern interface than Uncanny Automator — easier onboarding for non-developers
- 300+ integrations including many external apps without requiring Pro
- Brainstorm Force backing ensures long-term development and support
Cons
- Free plan limited to 1,000 tasks/month — restrictive for active sites
- Cloud dependency for external integrations introduces privacy and reliability considerations
Free vs Premium
Free: 1,000 tasks/month, core integrations. Pro ($149/year): unlimited tasks, team collaboration, API integrations, advanced conditions.
Common Problems & Fixes
SureTriggers automation is not executing actions even though the trigger event occurs. How do I diagnose this?
Check SureTriggers → Logs for the specific automation. The log shows trigger events and whether actions succeeded or failed, with error messages. Common issues: (1) the workflow is paused or inactive — check the workflow status; (2) a condition is blocking action execution — review any condition blocks in the workflow; (3) for external app actions, the connected app authorization may have expired — disconnect and reconnect the app in SureTriggers → Connections; (4) the 1,000 task/month limit (free plan) may be reached — check usage in SureTriggers dashboard.
SureTriggers external app (Google Sheets) action is executing but data is not appearing in the spreadsheet. How do I fix this?
Go to SureTriggers → Logs and find the specific workflow run. Check if the Google Sheets action shows as “Success” or with an error. If success but no data: (1) verify the Google Sheets spreadsheet ID and sheet tab name are correct in the action configuration; (2) check the column mapping — ensure field values are mapped to the correct spreadsheet columns; (3) verify the Google account connected to SureTriggers has write access to the spreadsheet; (4) test by manually running the workflow with a test trigger to see if the data appears.
SureTriggers is reporting 1,000 task limit reached on the free plan but actual automations are few. How do I audit task usage?
Go to SureTriggers → Dashboard → Usage. The task counter counts each action execution, not each workflow run. A workflow with 3 actions uses 3 tasks per run. High usage often results from: (1) frequent triggers (every WooCommerce page view as a trigger in a high-traffic store); (2) workflows with many action steps; (3) test runs during setup that count toward the limit. Review each workflow’s trigger frequency and action count. Reduce trigger specificity if possible (e.g., only trigger on completed orders, not all order status changes).
Customization & Developer Notes
How do I create a SureTriggers automation that notifies a Slack channel when a new WooCommerce order is placed?
Create a new workflow in SureTriggers. Set the trigger: WooCommerce → “New Order Placed” (or “Order Status Changed to Processing”). Add an action: Slack → “Send Message to Channel.” Configure the Slack channel (e.g., #orders) and message body with dynamic tokens from the order data: order number, customer name, order total, and products. Connect your Slack workspace in SureTriggers → Connections → Slack via OAuth. Activate the workflow. New orders now instantly notify your Slack channel.
How do I add a delay between SureTriggers actions in a multi-step workflow?
In the SureTriggers workflow editor, between two action blocks, click the “+” button to add a step. Select “Delay” from the step options. Configure the delay duration (minutes, hours, or days) and whether it should delay only during business hours. The delay step pauses workflow execution and resumes at the scheduled time. Use delays for sequences like: “send welcome email immediately → wait 3 days → send onboarding tips email → wait 7 days → send check-in email.”
Frequently Asked Questions
How does SureTriggers compare to Uncanny Automator?
Both cover similar use cases with comparable pricing (~$149/year Pro). Key differences: Uncanny Automator has a longer track record, more WordPress-specific integrations, and is generally better for WordPress-internal automation where all actions stay on your server. SureTriggers has a cleaner interface, processes external integrations through its cloud (removing server load), and is more visually polished for non-developer users. Brainstorm Force backing gives SureTriggers strong development momentum. For Astra/CartFlows users, SureTriggers’ Brainstorm Force ecosystem integration is a natural fit.
Does SureTriggers work with LearnDash and other LMS plugins?
Yes — SureTriggers supports LearnDash triggers (course completion, quiz completion, enrollment) and actions (enroll user in course, send notification). LifterLMS and other LMS plugins are also supported. Create automation workflows like “When a user completes LearnDash Course → send completion certificate email via Fluent SMTP → add user to Mailchimp audience → post celebration message to Slack.”
Can SureTriggers break after updates?
Yes, that can happen, especially on older sites with many plugins. This usually happens when the plugin, theme, and add-ons are updated out of sequence. In most cases, testing on staging catches the issue before it reaches the live site. From experience, backups and changelog reviews save a lot of cleanup time.
What should I check before installing SureTriggers?
Start by checking whether another plugin already does the same job. In most cases, overlap is what creates avoidable conflicts and performance issues. A common issue is installing a plugin because it looks convenient without checking the stack first. From experience, a short compatibility review avoids most of the pain later.