Awesome. Do you plan on offering a paid hosted version? Would be great, especially if you would host it in Germany (or EU). Grüße von Hamburg!
Show HN: Automatisch – Open source workflow automation, an alternative to Zapier
21–30 of 59 posts
Re: Show HN: Automatisch – Open source workflow automation, an alternative to Zapier
#22This looks great. I really want a way to plug in to (in my case) Xero, and do some automation. I'm perfectly happy writing code but it seems painfully complicated to do all the oauth authentication stuff and hosting an interface and whatnot. All I want to do is trigger an event on something happening. Is adding oauth services relatively easy?
Thank you so much! We have actually put so much effort into developer experience, especially for building new integrations. You can check examples using oauth authentication: https://automatisch.io/docs/build-integrations/examples If you want to check out all documentation for building integrations, you can use this page: https://automatisch.io/docs/build-integrations/folder-struct... My suggestion would be that you…
Re: Show HN: Automatisch – Open source workflow automation, an alternative to Zapier
#23Re: Show HN: Automatisch – Open source workflow automation, an alternative to Zapier
#24Great product ! Personally my main use case is automating social media posts from RSS/webhooks So adding these platforms is needed for me: - LinkedIn - Facebook - mastodon - Telegram - (nice to have) Matrix I know its a lot to ask, but maybe that's possible in your roadmap, because I'm really interested in using it!
We have Telegram integration that sends messages to a channel. For others, we're planning to implement them eventually. We gather all integration requests from GitHub discussions (https://github.com/automatisch/automatisch/discussions/categ...) and prioritize the most requested ones.
Re: Show HN: Automatisch – Open source workflow automation, an alternative to Zapier
#25It's funny that n8n is also in Germany. I moved from Zappier to selft hosted n8n, because the low code possibilities, to create more complex flows, for example connecting to Kafka events
Re: Show HN: Automatisch – Open source workflow automation, an alternative to Zapier
#26It's funny that n8n is also in Germany. I moved from Zappier to selft hosted n8n, because the low code possibilities, to create more complex flows, for example connecting to Kafka events
Re: Show HN: Automatisch – Open source workflow automation, an alternative to Zapier
#27It's funny that n8n is also in Germany. I moved from Zappier to selft hosted n8n, because the low code possibilities, to create more complex flows, for example connecting to Kafka events
- Automatisch is an open-source software where n8n is fair-code licensed. Therefore, it especially differs from the licensing perspective.
- n8n has a canvas-based flow editor, while Automatisch has an editor like Zapier's.
- From the UX perspective, we try our best to keep it so that anyone with and without technical knowledge can easily build workflow automation.
Re: Show HN: Automatisch – Open source workflow automation, an alternative to Zapier
#28Re: Show HN: Automatisch – Open source workflow automation, an alternative to Zapier
#29Well, good news first of all. I feel not really ok with zapper’s closed circle
Re: Show HN: Automatisch – Open source workflow automation, an alternative to Zapier
#30I currently use n8n, but always great to see more alternatives in this space. One thing that has surprised me is that no one has tried to standardize on the Zapier or IFTTT APIs / SDK implementation to allow for faster deployment of integrations. Seems like there could be a movement here that is akin to how many services use S3 compatible APIs.