I am using the Core version of AppSheet and would like to know if there is a way to respond to a received email directly from the platform. Specifically, I am looking for a solution where AppSheet can detect an incoming email and send a reply within the same email thread.
Has anyone implemented something similar, perhaps using Google Apps Script or another integration? Any guidance or best practices would be greatly appreciated.
No, AppSheet does not have a way to access to external email services.
I believe it is doable from Google App Scripts.
I have used a third-party tool named Make (previously known as Integromat) to detect emails and scrape content from them. Make also integrates with AppSheet so you could trigger automation or insert/update data. It is also more of a no-code platform.
Thanks! This seems to be exactly the solution I’m looking for. However, for some reason, I don’t have access to the script. Could you provide more details on how to access it?
Also, I have a question regarding scripts. Ever since I upgraded to the paid version, certain bots that relied on scripts stopped working in my app due to security restrictions I couldn’t resolve. This forced me to look for alternative solutions. Do you know if there’s a workaround for this issue?