Author: David
-

Why You Shouldn’t Use iFrames to Embed Workflows in Your SaaS App
iFrames seem like the obvious way to add workflow automation to a SaaS app quickly. You drop another application into a page, pass authentication through somehow, and technically the workflow builder is now “inside” your product. At first glance, it feels like the fastest possible implementation. The problem is that users can usually tell immediately…
-

Why Simple Workflows Outperform Complex Automation Systems
People don’t evaluate automation systems based on what they could do. They evaluate them based on whether they can get one thing working right now – without thinking too much about it.
-

Why External Automation Tools Weaken Your Product
Think about where your user actually “builds” their process of using your product. Not where they click buttons, but where they decide what should happen next, what connects to what, what runs automatically. If that place isn’t directly inside your product, you’ve got a problem. External automation tools like Zapier are useful for a reason.…
-

Why Workflows Create “Natural” Upgrade Pressure in SaaS
A lot of SaaS products rely on pushing users toward upgrades in ways that feel a bit forced. You hit a limit that doesn’t quite match how you’re using the product, or a feature is locked behind a higher plan even though it’s not something you use often. In those cases, upgrading feels like a…
-

Should SaaS companies build or buy a workflow feature? A complete guide
At some point, growing SaaS products hit the same fork in the road: users start asking for “automations,” “workflows,” or “integrations.” Or, in a similar scenario, managers start looking for ways to enhance the product’s feature set to compete with more complex competitors, and land on “add workflows” as the answer. Watch out – this…
-

Will There Ever Be a 10x Prompt Engineer?
The best experience I’ve had with AI code generation is when I’m “piloting the plane,” so to speak, occasionally putting it on autopilot, but never leaving the cockpit. Always monitoring, ready to take over when needed. Writing code with AI assistance will 10x your productivity. That’s what everyone says. And sure, in many ways they’re…
-

Why AI Made Buying SaaS More Dangerous
Building SaaS used to be hard. Really hard. Building SaaS meant months of work on authentication systems, scalable databases, and APIs with proper documentation, rate limiting, and idempotency. You needed compliance frameworks, security audits, billing systems, payment processing, invoice generation, admin dashboards, and support tools. And that was just some of the infrastructure, before you’d…
-

How to Use Sensitive Placeholders in Embed Workflow
Typically, you use {{ name }} to insert a placeholder. For sensitive data, use {% token %} instead. Dynamic placeholders power our workflows. Sometimes, the workflow creator sets the values for these placeholders, so displaying the values is expected. However, some placeholders are sensitive information like passwords and tokens. These must remain private! Typical placeholder: {{ name }}…
-

How to enable actions in your workflow
Embed Workflow has multiple action types, from Slack notifications to Open AI requests. However, sometimes not all action types make sense to your product users. If that’s the case, you can enable only the ones you need. 1. Navigate to Enabled Actions Log into Embed Workflow and open enabled actions section. By default, each type is…
-

Alternatives to Tray.ai (Tray.io) for embedding workflows
Note: We’ve just updated this article to be accurate as of July 2025. If you’re looking for a simpler, easier-to-use alternative to Tray.ai, give us a try. Embed Workflow lets you drop a visual workflow builder into your SaaS in minutes, allowing your users to automate actions without leaving your platform. Workflows are everywhere: nearly every application…