Launching today
Flowripple
Easily Trigger workflows from your SaaS
89 followers
Easily Trigger workflows from your SaaS
89 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
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?
Flowripple
@emad_ibrahim Actually a great question , i absolutely hated the webhook approach , because it introduced another problem to basically manage webhooks in your application.
Flowripple solves this using SDK (http requests if you don't want to add dependencies) where you create your own trigger identifiers which will automatically show up on the dashboard and you can create flow(s) as you wish starting from these triggers
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 is actually great solution - I plan on trying this soon with my team soon. Quick question on the visual trace feature: if a user hits a multi-split branch, can you filter the logs to just see the users who went down path B?
rooting for you today.
Flowripple
@llstewart Thank you soo much really appreciate it , Actually right now you can individually identify which execution took which path , but the log filter you asked for is something which can easily be accommodated in the product.
Really looking forward for your feedback on the product