What do you automate using no-code?

Don’t mind me, looking for ideas on how to make my workflow more efficient… πŸ˜‚

Jokes aside though, how do you use automation and no code to make your workflow more efficient? I’ve used Huginn (OSS Zapier clone) in the past and that was really useful, but i never knew what to do with it.

Carl Poppa πŸ›Έ

i remember you asking about how to get your startup / IDE automated. did you figure that one out?

0 Likes

Hi @sergio, I am the founder of Flowoid, a no-code workflow automation platform. The platform is still on beta, but you can try it right now.

I use our platform for automating almost everything I can think of:

  • I use a public GitHub repository for bug reports and feature requests, but I don't want to discuss internal implementations on those tickets. So, I use Flowoid to copy new tickets into a private repository.

  • I also use a GitHub repository to keep track of support tickets, so every time I get contacted, I use Flowoid to open a ticket. I even reply directly from the GitHub issue and Flowoid sends the reply by email.

  • Every time I receive a support ticket I run sentiment analysis (with Amazon Comprehend integration), if the sentiment is negative I send a message to Slack to take action faster. Also I send the sentiment metric to Amazon CloudWatch, so I can track how sentiment evolves over time. I will add the same for social network comments soon.

  • Once a day I run Google PageInsights and I check if something degraded.

  • I also automated Medium cross-posting.

I plan to use the platform for automating growth channels, marketing, customer support as much as possible. Soon we will have a feature for sharing workflows, so it will be easier to get started with these.

0 Likes
Santosh S

I run a lot of workflow automations using n8n.io.

Examples include:

  • I have a scraper that automatically runs using a cron job to gather posts of my interest.

  • I also have n8n work with a Google spreadsheet that gets updated with data on a periodic basis. And when there is a new data upload it, emails the details of the upload directly to my users.

  • Apart from that, I also do regularly ping various sites or various services to gather information on either their availability, or alerts.

0 Likes

Please sign in to leave a comment.