Launching today
Flowripple
Easily Trigger workflows from your SaaS
71 followers
Easily Trigger workflows from your SaaS
71 followers
Automate your SaaS workflows with minimal code. Visual workflow builder that lets your whole team manage triggers, integrations, and automations without code deploys.






Flowripple
Copus
The non-eng autonomy angle is what stands out here. Every SaaS team I have seen has this exact pain where marketing or success wants to tweak a delay or change an email subject line and it turns into a full engineering ticket. Making that a visual workflow change instead of a PR is a huge unlock. Curious how you handle versioning when a flow gets updated mid execution. Does a user who started on v1 finish on v1, or get switched to v2?
Flowripple
@handuo Right now , the execution will be switched to v2 (except for delay steps), but a proper ability to drafts and versioning will be added soon.
This resonates hard. I've dealt with the exact same pain -- hardcoding onboarding sequences and payment retry logic that should never live in the core app. The 400 lines of boilerplate you deleted is such a relatable number. The visual trace for debugging user paths is a killer feature too. When something breaks in a background job at 2am, having a clear visual of where the flow diverged saves hours. How does integration work on the SaaS side -- is it a webhook-based trigger system, or do you provide an SDK that fires events directly?