Not that I know, sorry; but Appsumo sees these comments, so that should be enough.⭐
Q: How Much Can I Do With 8 or 24 Cloud Execution Hours?
I'm not really sure how much "Cloud execution hours" actually means. Can you give me an idea of what that looks like? I'm curious how much I could actually use if I had 8 or 24 Cloud execution hours.
"Cloud execution hours" refer to the total amount of time your robots are allowed to run in the cloud in a month.
How much you can accomplish within those hours depends on the nature of your automation. Some tasks are short and complete in 10–15 minutes, such as reading emails, classifying them, extracting data, and entering it into a CRM, or filling out and submitting a simple form.
Other tasks can take 1–2 hours or more, especially if you're processing hundreds or thousands of Excel files or generating complex reports. Some automations require gathering data from multiple systems, querying each one, waiting for responses, and collecting the results.
So this all depends on how long your automation process or processes takes to complete.
Thank you for your interest in Robomotion. Unfortunately, participation in the deal is managed by AppSumo, is available by invitation only and so it is not up to us. If you haven't already we would appreciate if you join our Discord at https://community.robomotion.io
I missed the deal but decided to ask so I can regret it :) I have TM Tier 5 and it works okay, but it looks cumbersome sometimes, so how does Robomotion compare?
These are different products. TM is a web automation tool designed to make automation as simple as clicking. Its main focus is the web. If it meets your needs, it’s a good choice. Its narrow focus allows it to improve steadily over time. If all you need is web automation and TM works for you, that’s great.
RM, on the other hand, is a more general-purpose tool. It lets you manage both web and desktop applications, access the operating system's file system, run robots locally, call APIs, create webhooks, design forms similar to Google Forms, build chatbots, and set up triggers. RPA tools are built as a collection of automation features. Covering more ground naturally takes more time, especially for a small team. Some areas improve faster based on usage, while others take longer. But overall, RM offers a broader toolkit and more possibilities. It’s meant to be a complete platform for all your automation needs.
RM is also a low-code tool. We firmly believe that no-code tools alone will eventually fall short when faced with complex automations. At some point, scripting becomes necessary. You might call it a blueprint or a magic script, but in the end, it’s still code. It’s not full-blown programming, which we avoid, but just a few lines of code can solve most issues. And now, with AI, writing 3 to 5 lines of code has become easier even if you have no programming experience.
No-code tools are great when they work for you, but they can be frustrating when they don't because they are too limited to handle complex problems. Coding tools are also difficult, as they require a lot of knowledge, and writing, deploying, and maintaining code can be cumbersome. Low-code sits between these two extremes. It’s easier than full coding and more capable than no-code when it comes to solving complex problems. No-code tools often have to make strong assumptions or decisions for you, while low-code tools aim to be as flexible as possible. No-code has a very small learning curve and is easy to start with, while low-code requires more time and effort to learn.
RM becomes a superpower once you spend time with it and turns into your go-to tool for any automation. RM is a long-term investment that grows more valuable the more you learn and use it.
We are currently renewing everything to become a much more AI-integrated tool, and making it easier to use. Our new Admin Console and new Desktop Launcher are coming soon. The final part of this update is a complete redesign of our 5-year-old Designer, now rebuilt with fully integrated generative AI capabilities.
Q: How robomotion is better than Chatgpt / Anthropic operators
I recently saw demos of the ChatGPT Operator and Anthropic's Claude Operator, both of which can automate tasks with simple text commands. I'm curious, what are the unique benefits that Robomotion offers that these operators can't match?
What you see with ChatGPT Operator and Anthropic Claude Computer Use are just happy-path demonstrations, technology demos and wishful thinking for future AGI capabilities. They are nowhere near being able to complete a reasonable long tasks deterministically. These systems are probabilistic by nature, not reliable, and can fail at any time you run them.
In contrast, programmed behaviors like RPA are deterministic, if a run works once, you can be confident it will work 100% the same way next time, assuming nothing changes (which is relatively rare but still more controllable).
Another very important point: when an RPA automation fails, you have full control to fix it. It’s usually due to a site change or an added element, you fix the issue, reset everything, and it’s ready to run again. With AI-based automations like Operator and Computer Use, you have no such control. You just write a prompt and hope it works.
Hi - If I try to run the example coinmarketcap is comes back with element not found on the GetPrice stage. If I then try to inspect the element it says I have to download the chrome extension. If I then try to do that it says it doesn't exist?? Thoughts??
The element wasn’t found because that example is over a year old and page layouts change. Consequently, the hardcoded selector no longer works, thats why, you get an element not found error. The Chrome Extension page has been updated, here’s the latest inspector view: https://chromewebstore.google.com/detail/robomotion-rpa/oolomhkjhpdfgpfhnhhjkcjbfjendhcf
It should get sorted soon (if it hasn't already), mine was sorted promptly having sent a support ticket and now have the cloud hours promised for Tier 6.
Our robot software is downloaded, installed, and logged into on your desktop. You open the Designer in your browser to develop your automation, and when you press Run, the connected robot executes the automation on that machine.
With our Cloud Run feature, you can run automations without installing a robot locally. We spin up a robot instance in the cloud, your Designer uses that instance to execute the flow, and when the flow finishes, the robot stops and shuts down.
Cloud Run is billed per minute, with a multiplier based on your container’s CPU and memoryso one real-time minute may count as 2× or 3× Cloud Run minutes; by default, it counts as one minute.
Ok so how do I upgrade my account on Robomotion? Because I purchased it via a different AppSumo account and I would love to upgrade it with this one, I'm commenting...
Faik, please I know the process of how AppSumo works, but as I stated, I want to upgrade my Robomotion with this AppSumo account "A" while the initial purchase was made by AppSumo account "B". So basically I can't upgrade my Robomotion account with my previous AppSumo account and I have to process that upgrade with this AppSumo account somehow....Or directly with you..
If you have access to your workspaces, we can handle this after the deal; however, we’ll need to wait until the 60-day refund period has ended before we can enable custom upgrades. We don’t sell LTDs outside of AppSumo, but we do offer upgrades. We aren’t entirely sure about Tiers 5 and 6, though we could consider a limited-time offer for them. Rest assured, we can definitely resolve your upgrade
Where can we find the information about the upgrade later ?
Q: Generate personal replies to LinkedIn messages
Dear Robomotion team,
Is Robomotion RPA able to generate replies to personal LinkedIn messages (as described below)? If so, how (roughly) would you implement this using Robomotion RPA?
The desired requirement: Using Robomotion RPA, received personal LinkedIn messages are checked - either by manual triggering or automatically at least daily. The LinkedIn messages received are then processed automatically as far as possible. To do this, the tool reads each personal message received and the associated past LinkedIn messages with the same LinkedIn contact. For each message received, the tool either suggests a meaningful reply based on the current and past LinkedIn messages (using ChatGPT connection or similar) or even replies to the last LinkedIn message itself.
Thank you very much for your quick help - maybe I'll manage to order it today.
Technically, it’s possible to automate LinkedIn replies, some community members have already done so. However, social-media automation is challenging: major platforms continually tighten restrictions and employ advanced bot-detection mechanisms to block this and it is not fun to deal with these all the time something has changed. In short, you can build your own solution, but I recommend using a dedicated tool for this. That way, any changes to the platform are handled by the tool provider, not you.
Sorry to hear that :( and thanks for your interest🙏
Q: Automate Onboarding Processes
Hi team, thanks for creating such a wonderful product.
1) May I know how does this compare to Mazaal AI which is also at AppSumo, besides their touted AI-copilot to create workflow on a prompt?
2) Can Robomotion able to do the following:
a) Login to a backend system with login details, and scrap specific data and copy to google sheet accordingly?
b) Map data from google sheet to fillable fields in a PDF > generate PDF to download? (not sure what integrations required if you have come across such utility case
Robomotion was founded five years ago, before the AI era. Over the past several months, we’ve been updating our backend and project format to make everything AI-ready. Previously, our projects were stored as large JSON blobs whihc is hard for AI to processs , we redesigned the format for better compatibility. This took time, because we had to maintain backward compatibility with every workflow our users had created.
Now we’re renewing all our products:
Apps → Agents Dashboard: Completely converted and redesigned.
Assistant: Fully rewritten from the ground up, converted from Flutter to React.
Admin Console: Currently under renewal.
Designer (core product): Redesigned with a modern React Flow canvas which is now the de facto standard for node-based tools.
Next, we’ll add AI generation capabilities for both low-code Function and Run Script nodes and the main flow creation. We aim to become the “Cursor of RPA” enabling users to create automations guided with prompts. While RPA flows can be highly complex (think accounting or ERP automations with dozens of screens, hundreds of comboboxes and labels), AI will guide you through the final flow, just like coding assistants such as Cursor and Windsurf.
a) Yes, you can achieve this with Robomotion. Our scraping capabilities are extremely robust, and because we’re built on Go, we can run tens, hundreds, even thousands, of automation sequences in parallel within a single flow. Which helps you to scrape things also in parallel, I haven't seen an RPA product like, at least non of the popular ones.
b) Our PDF generation is limited: we can handle simple PDFs, but more complex layouts aren’t supported yet, maybe in the future.
I’m pretty sure you can do this with Robomotion. Your paywall idea is intriguing, we could create public chats like OpenAI’s GPTs and integrate Stripe (or another payment provider). Although we don’t offer that payment integration yet, we can certainly add it. That would let you share a link as a product for your service. Thanks for the suggestion; we’ll definitely include this in our examples.
Here you can start: https://www.youtube.com/playlist?list=PLie2idTJ_1wvlEgLuDUDt_bbAs-29xtmL
We have recently released a new Chat interface, haven't started to create examples on it, we are working on our AI Agent package to start
But here is the old Assistant link => https://bots.robomotion.io/MYziqCKJuAETLj5ksaUtPL not active due to active AppSumo deal, but this asks your email, license etc..
We’ve added an Auth node this week, so you can now share a public link of your assistant, including username and password, with anyone you choose. We’re exploring Stripe integration, since we like the idea of offering a service via chat with built-in payment processing. We will prepare a webinar about the new features soon. If you havent already please join our Discord to follow.
Hi, I purchased the Tier 2 plan. You mentioned that "we like the idea of offering a service via chat with built-in payment processing." Will this feature be available with Tier 2? Also, if I run it on my local computer, can I build a web app that people from around the world can access, as long as my computer is open 24/7?
Q: Cloud execution hours for tier 4
I have Tier 4, which was previously the highest tier. Keeping that in mind, and as an early supporter, it would be a nice gesture to offer some cloud execution hours as a token of appreciation. I request that you consider adding cloud execution hours for those who invested in Tier 4.
Thanks for being an early adopter. Cloud hours only bundle with Tiers 5 and 6, but if you DM me from Discord your account details, I’ll manually credit you a one-time of execution minutes.
Hi, cant login to the desktop Windows app. Even after entering the details, the sign-in button is not getting enabled. Have checked the community and documentation and couldnt find anything.
Id like to use this for local runs in the following scenario: - Scan S3 folder for new files - Download it locally - Upload the file to my website - Also do the same in reverse (scan a separate website folder for new files and upload them to S3 folder).
I can also adapt the above to only run when we receive a webbook (i.e new file published for transfer). If not, I would like to run a scan every +/- every 5 minutes. Which tier would work best for the above use case?
We have S3 integration package. You can List Files, Download files, and upload to a website with web automation or with API if exists.You can do reverse too. We don't have an S3 trigger, but you can poll as you suggest. 5 minute intervals starts with Tier 4, 10 minute Tier 3, 15 minute Tier 2, 30 minute Tier 1. All would work for your case. You can do this with Production Robots.
When Plus access ends, does the deal end too? Or does the price go up? Or does only Plus access end and the product keeps being sold at the same price?
I just upgraded my Tier 4 to Tier 6. The new tier is shown instantly after logging into my RM account. 1. But "Cloud run minutes" are still shown as 0. Did I miss something? 2. I would like to have the reset day at the 1st of any given month. Is this possible?
1. We have an initialization bug and today we’ll add all Tier 5 and Tier 6 minutes. 2. That’s what we are going to do, otherwise it’ll be hard for us manage too.👍
Q: Any idea when you might be back Appsumo?
Share Robomotion RPA - Plus Exclusive
Q: Please Advise
Will you be coming back?
Faik_Robomotion
May 16, 2025A: Hello,
Thank you for your interest in Robomotion. Unfortunately, we can't confirm if we’ll return to AppSumo, as the deals are by invitation only.
Best,
Share Robomotion RPA - Plus Exclusive
Is there a Link on AppSumo to help encourage the invitation?
Not that I know, sorry; but Appsumo sees these comments, so that should be enough.⭐
Q: How Much Can I Do With 8 or 24 Cloud Execution Hours?
I'm not really sure how much "Cloud execution hours" actually means. Can you give me an idea of what that looks like? I'm curious how much I could actually use if I had 8 or 24 Cloud execution hours.
Faik_Robomotion
May 5, 2025A: Hello,
"Cloud execution hours" refer to the total amount of time your robots are allowed to run in the cloud in a month.
How much you can accomplish within those hours depends on the nature of your automation. Some tasks are short and complete in 10–15 minutes, such as reading emails, classifying them, extracting data, and entering it into a CRM, or filling out and submitting a simple form.
Other tasks can take 1–2 hours or more, especially if you're processing hundreds or thousands of Excel files or generating complex reports. Some automations require gathering data from multiple systems, querying each one, waiting for responses, and collecting the results.
So this all depends on how long your automation process or processes takes to complete.
Best,
Share Robomotion RPA - Plus Exclusive
Q: When will you be back?
I just realized tier 4 doesn't have any cloud hours
Faik_Robomotion
May 1, 2025A: Hello Bob,
Thank you for your interest in Robomotion. Unfortunately, participation in the deal is managed by AppSumo, is available by invitation only and so it is not up to us. If you haven't already we would appreciate if you join our Discord at https://community.robomotion.io
Best,
Share Robomotion RPA - Plus Exclusive
Q: Is this better than Task Magic?
I missed the deal but decided to ask so I can regret it :) I have TM Tier 5 and it works okay, but it looks cumbersome sometimes, so how does Robomotion compare?
Faik_Robomotion
May 1, 2025A: Hi,
These are different products. TM is a web automation tool designed to make automation as simple as clicking. Its main focus is the web. If it meets your needs, it’s a good choice. Its narrow focus allows it to improve steadily over time. If all you need is web automation and TM works for you, that’s great.
RM, on the other hand, is a more general-purpose tool. It lets you manage both web and desktop applications, access the operating system's file system, run robots locally, call APIs, create webhooks, design forms similar to Google Forms, build chatbots, and set up triggers. RPA tools are built as a collection of automation features. Covering more ground naturally takes more time, especially for a small team. Some areas improve faster based on usage, while others take longer. But overall, RM offers a broader toolkit and more possibilities. It’s meant to be a complete platform for all your automation needs.
RM is also a low-code tool. We firmly believe that no-code tools alone will eventually fall short when faced with complex automations. At some point, scripting becomes necessary. You might call it a blueprint or a magic script, but in the end, it’s still code. It’s not full-blown programming, which we avoid, but just a few lines of code can solve most issues. And now, with AI, writing 3 to 5 lines of code has become easier even if you have no programming experience.
No-code tools are great when they work for you, but they can be frustrating when they don't because they are too limited to handle complex problems. Coding tools are also difficult, as they require a lot of knowledge, and writing, deploying, and maintaining code can be cumbersome. Low-code sits between these two extremes. It’s easier than full coding and more capable than no-code when it comes to solving complex problems. No-code tools often have to make strong assumptions or decisions for you, while low-code tools aim to be as flexible as possible. No-code has a very small learning curve and is easy to start with, while low-code requires more time and effort to learn.
RM becomes a superpower once you spend time with it and turns into your go-to tool for any automation. RM is a long-term investment that grows more valuable the more you learn and use it.
We are currently renewing everything to become a much more AI-integrated tool, and making it easier to use. Our new Admin Console and new Desktop Launcher are coming soon. The final part of this update is a complete redesign of our 5-year-old Designer, now rebuilt with fully integrated generative AI capabilities.
Best,
Share Robomotion RPA - Plus Exclusive
Q: How robomotion is better than Chatgpt / Anthropic operators
I recently saw demos of the ChatGPT Operator and Anthropic's Claude Operator, both of which can automate tasks with simple text commands. I'm curious, what are the unique benefits that Robomotion offers that these operators can't match?
Faik_Robomotion
May 1, 2025A: Hi,
What you see with ChatGPT Operator and Anthropic Claude Computer Use are just happy-path demonstrations, technology demos and wishful thinking for future AGI capabilities. They are nowhere near being able to complete a reasonable long tasks deterministically. These systems are probabilistic by nature, not reliable, and can fail at any time you run them.
In contrast, programmed behaviors like RPA are deterministic, if a run works once, you can be confident it will work 100% the same way next time, assuming nothing changes (which is relatively rare but still more controllable).
Another very important point: when an RPA automation fails, you have full control to fix it. It’s usually due to a site change or an added element, you fix the issue, reset everything, and it’s ready to run again. With AI-based automations like Operator and Computer Use, you have no such control. You just write a prompt and hope it works.
Best,
Share Robomotion RPA - Plus Exclusive
Q: Running the example template
Hi - If I try to run the example coinmarketcap is comes back with element not found on the GetPrice stage. If I then try to inspect the element it says I have to download the chrome extension. If I then try to do that it says it doesn't exist??
Thoughts??
Faik_Robomotion
Apr 28, 2025A: Hi,
The element wasn’t found because that example is over a year old and page layouts change. Consequently, the hardcoded selector no longer works, thats why, you get an element not found error. The Chrome Extension page has been updated, here’s the latest inspector view:
https://chromewebstore.google.com/detail/robomotion-rpa/oolomhkjhpdfgpfhnhhjkcjbfjendhcf
Best,
Share Robomotion RPA - Plus Exclusive
OK - might be best to not have it as the first thing to do in the Getting Started guide! Is there an example template I could use that does work??
You can follow these videos and try to replicate them:
https://www.youtube.com/playlist?list=PLie2idTJ_1wvlEgLuDUDt_bbAs-29xtmL
https://www.youtube.com/playlist?list=PLie2idTJ_1wv-7Sajf09Tf2QInwgCbNoZ
Also you can join our Discord at https://community.robomotion.io to get faster responses more interactively.
Q: Full stacked Tier 6...
...but not recieved any cloud hours etc. That's why I upgraded from Tier 4.
Faik_Robomotion
Apr 25, 2025A: Hi,
It was an initialization bug, should be fixed now.
Best,
Share Robomotion RPA - Plus Exclusive
Verified purchaser
Thanks for the prompt response Faik, can confirm it's fixed.
I also have zero hour on a tier 5 purchase. I just sent support a ticket.
Hello,
Could you please check this again? We’re currently filling this manually but will automate it to work at the beginning of each month.
Best,
Verified purchaser
It should get sorted soon (if it hasn't already), mine was sorted promptly having sent a support ticket and now have the cloud hours promised for Tier 6.
I have purchased Tier 2 plan and even I do not see any cloud run minutes.
Q: Are "Forms" included in any tier here on Appsumo?
Are "Forms" included in any tier here on Appsumo? Because I see "Forms" are included in official Team's plan on your website.
Faik_Robomotion
Apr 27, 2025A: Hello,
Forms requires Queues to work. So they are included in Tier 4 and higher tiers.
Best,
Share Robomotion RPA - Plus Exclusive
Q: Cloud execution
What is cloud execution? Specifically? Like a bot runs on your cloud or how should I understand that?
Faik_Robomotion
Apr 23, 2025A: Hi,
Our robot software is downloaded, installed, and logged into on your desktop. You open the Designer in your browser to develop your automation, and when you press Run, the connected robot executes the automation on that machine.
With our Cloud Run feature, you can run automations without installing a robot locally. We spin up a robot instance in the cloud, your Designer uses that instance to execute the flow, and when the flow finishes, the robot stops and shuts down.
Cloud Run is billed per minute, with a multiplier based on your container’s CPU and memoryso one real-time minute may count as 2× or 3× Cloud Run minutes; by default, it counts as one minute.
Best
Share Robomotion RPA - Plus Exclusive
Ok so how do I upgrade my account on Robomotion? Because I purchased it via a different AppSumo account and I would love to upgrade it with this one, I'm commenting...
Hello Veselic, you can go to your AppSumo products page, find Robomotion and at the end of that page you should see a Change Plan button.
Thanks,
Faik, please I know the process of how AppSumo works, but as I stated, I want to upgrade my Robomotion with this AppSumo account "A" while the initial purchase was made by AppSumo account "B". So basically I can't upgrade my Robomotion account with my previous AppSumo account and I have to process that upgrade with this AppSumo account somehow....Or directly with you..
If you have access to your workspaces, we can handle this after the deal; however, we’ll need to wait until the 60-day refund period has ended before we can enable custom upgrades. We don’t sell LTDs outside of AppSumo, but we do offer upgrades. We aren’t entirely sure about Tiers 5 and 6, though we could consider a limited-time offer for them. Rest assured, we can definitely resolve your upgrade
Verified purchaser
Where can we find the information about the upgrade later ?
Q: Generate personal replies to LinkedIn messages
Dear Robomotion team,
Is Robomotion RPA able to generate replies to personal LinkedIn messages (as described below)? If so, how (roughly) would you implement this using Robomotion RPA?
The desired requirement: Using Robomotion RPA, received personal LinkedIn messages are checked - either by manual triggering or automatically at least daily. The LinkedIn messages received are then processed automatically as far as possible. To do this, the tool reads each personal message received and the associated past LinkedIn messages with the same LinkedIn contact. For each message received, the tool either suggests a meaningful reply based on the current and past LinkedIn messages (using ChatGPT connection or similar) or even replies to the last LinkedIn message itself.
Thank you very much for your quick help - maybe I'll manage to order it today.
Faik_Robomotion
Apr 25, 2025A: Hello,
Technically, it’s possible to automate LinkedIn replies, some community members have already done so. However, social-media automation is challenging: major platforms continually tighten restrictions and employ advanced bot-detection mechanisms to block this and it is not fun to deal with these all the time something has changed. In short, you can build your own solution, but I recommend using a dedicated tool for this. That way, any changes to the platform are handled by the tool provider, not you.
Best
Share Robomotion RPA - Plus Exclusive
Many thanks for your honest answer, Falk - I really appreciate it!
Sure, thanks.
Q: Come back soon :)
I know its been 7 minutes since the deal ended, but can't wait to see you all back soon.
Faik_Robomotion
Apr 25, 2025A: Thank you 👍
Share Robomotion RPA - Plus Exclusive
I second that! 4 days is too short of a campaign. I missed it by a few minutes : ( Thought it ended Monday like all the others
Sorry to hear that :( and thanks for your interest🙏
Q: Automate Onboarding Processes
Hi team, thanks for creating such a wonderful product.
1) May I know how does this compare to Mazaal AI which is also at AppSumo, besides their touted AI-copilot to create workflow on a prompt?
2) Can Robomotion able to do the following:
a) Login to a backend system with login details, and scrap specific data and copy to google sheet accordingly?
b) Map data from google sheet to fillable fields in a PDF > generate PDF to download? (not sure what integrations required if you have come across such utility case
Faik_Robomotion
Apr 25, 2025A: Hello,
Robomotion was founded five years ago, before the AI era. Over the past several months, we’ve been updating our backend and project format to make everything AI-ready. Previously, our projects were stored as large JSON blobs whihc is hard for AI to processs , we redesigned the format for better compatibility. This took time, because we had to maintain backward compatibility with every workflow our users had created.
Now we’re renewing all our products:
Apps → Agents Dashboard: Completely converted and redesigned.
Assistant: Fully rewritten from the ground up, converted from Flutter to React.
Admin Console: Currently under renewal.
Designer (core product): Redesigned with a modern React Flow canvas which is now the de facto standard for node-based tools.
Next, we’ll add AI generation capabilities for both low-code Function and Run Script nodes and the main flow creation. We aim to become the “Cursor of RPA” enabling users to create automations guided with prompts. While RPA flows can be highly complex (think accounting or ERP automations with dozens of screens, hundreds of comboboxes and labels), AI will guide you through the final flow, just like coding assistants such as Cursor and Windsurf.
a) Yes, you can achieve this with Robomotion. Our scraping capabilities are extremely robust, and because we’re built on Go, we can run tens, hundreds, even thousands, of automation sequences in parallel within a single flow. Which helps you to scrape things also in parallel, I haven't seen an RPA product like, at least non of the popular ones.
b) Our PDF generation is limited: we can handle simple PDFs, but more complex layouts aren’t supported yet, maybe in the future.
Best
Share Robomotion RPA - Plus Exclusive
Great thank you! I just realised I bought tier 2 sometime ago but didn't get to login, and now it's expired for me to redeem, how can I activate this?
Q: Want to create book generator
I want to create a form that collects various inputs from authors and generates books of 60,000 words from that information. Is this possible?
Additionally, can I make this available to the public as an AI tool (book generator) with a paywall or subscription model?
Faik_Robomotion
Apr 24, 2025A: Hello,
I’m pretty sure you can do this with Robomotion. Your paywall idea is intriguing, we could create public chats like OpenAI’s GPTs and integrate Stripe (or another payment provider). Although we don’t offer that payment integration yet, we can certainly add it. That would let you share a link as a product for your service. Thanks for the suggestion; we’ll definitely include this in our examples.
Best
Share Robomotion RPA - Plus Exclusive
can u pls send me the tutorial on how to do this? and any existing example link on public chats?
Here you can start: https://www.youtube.com/playlist?list=PLie2idTJ_1wvlEgLuDUDt_bbAs-29xtmL
We have recently released a new Chat interface, haven't started to create examples on it, we are working on our AI Agent package to start
But here is the old Assistant link => https://bots.robomotion.io/MYziqCKJuAETLj5ksaUtPL
not active due to active AppSumo deal, but this asks your email, license etc..
stripe would be sweet, or letting us have more access to custom packages tutorials so we can vibe code the stripe config what could go wrong ;)
We’ve added an Auth node this week, so you can now share a public link of your assistant, including username and password, with anyone you choose. We’re exploring Stripe integration, since we like the idea of offering a service via chat with built-in payment processing. We will prepare a webinar about the new features soon. If you havent already please join our Discord to follow.
Hi, I purchased the Tier 2 plan. You mentioned that "we like the idea of offering a service via chat with built-in payment processing." Will this feature be available with Tier 2? Also, if I run it on my local computer, can I build a web app that people from around the world can access, as long as my computer is open 24/7?
Q: Cloud execution hours for tier 4
I have Tier 4, which was previously the highest tier. Keeping that in mind, and as an early supporter, it would be a nice gesture to offer some cloud execution hours as a token of appreciation. I request that you consider adding cloud execution hours for those who invested in Tier 4.
Faik_Robomotion
Apr 25, 2025A: Hi,
Thanks for being an early adopter. Cloud hours only bundle with Tiers 5 and 6, but if you DM me from Discord your account details, I’ll manually credit you a one-time of execution minutes.
Best,
Share Robomotion RPA - Plus Exclusive
Q: Can you please fix the login?
I cannot reset password and login
thank you
James
Faik_Robomotion
Apr 25, 2025A: You can use support@robomotion.io or join our Discord which is the fastest way to get help at https://community.robomotion.io
You have to goto your workspace adress like your_workspace.robomotion.io/forgot
Best,
Share Robomotion RPA - Plus Exclusive
Q: Desktop Application
Hi, cant login to the desktop Windows app. Even after entering the details, the sign-in button is not getting enabled. Have checked the community and documentation and couldnt find anything.
Faik_Robomotion
Apr 25, 2025A: Hello,
You have to enter "your_workspace.robomotion.io" and not "your_workspace" alone. Then Signin button will be activated.
If you haven't already, please join our Discord at https://community.robomotion.io to get faster support, from us or from our community.
Best,
Share Robomotion RPA - Plus Exclusive
Q: What are the scheduling Limits for Local Runs?
Id like to use this for local runs in the following scenario:
- Scan S3 folder for new files
- Download it locally
- Upload the file to my website
- Also do the same in reverse (scan a separate website folder for new files and upload them to S3 folder).
I can also adapt the above to only run when we receive a webbook (i.e new file published for transfer). If not, I would like to run a scan every +/- every 5 minutes.
Which tier would work best for the above use case?
Faik_Robomotion
Apr 25, 2025A: Hello,
We have S3 integration package. You can List Files, Download files, and upload to a website with web automation or with API if exists.You can do reverse too. We don't have an S3 trigger, but you can poll as you suggest. 5 minute intervals starts with Tier 4, 10 minute Tier 3, 15 minute Tier 2, 30 minute Tier 1. All would work for your case. You can do this with Production Robots.
Best,
Share Robomotion RPA - Plus Exclusive
Q: What Happens When Plus Access Ends?
When Plus access ends, does the deal end too? Or does the price go up? Or does only Plus access end and the product keeps being sold at the same price?
Faik_Robomotion
Apr 25, 2025A: Hi,
I haven't got this knowledge about the deal structure, AppSumo's decision.
Best,
Share Robomotion RPA - Plus Exclusive
Q: Cloud run minutes in UI
I just upgraded my Tier 4 to Tier 6. The new tier is shown instantly after logging into my RM account.
1. But "Cloud run minutes" are still shown as 0. Did I miss something?
2. I would like to have the reset day at the 1st of any given month. Is this possible?
Faik_Robomotion
Apr 25, 2025A: Hello,
1. We have an initialization bug and today we’ll add all Tier 5 and Tier 6 minutes.
2. That’s what we are going to do, otherwise it’ll be hard for us manage too.👍
Best,
Share Robomotion RPA - Plus Exclusive