Hello. I’m seeing mixed information about whether or not the Core version of App Sheet will work with Zapier. Google’s info suggest I need Enterprise Plus but I read a few posts somewhere where it could be done with the Core plan.
Appreciate any info. Thank you.
1 Like
Interesting. Yes, I’m trying to sync up a few data points between the app and our accounting software (Wave). Thats why Im unsure but thanking the higher package is going to be necessary.
Thank you.
1 Like
You can probly get a script from a LLM that would accomplish the back-and-forth.
- If Wave has a Zapier integration, that means Wave has an API
- It’s literally just a matter of asking the LLM to find the documentation online, and build you a script that does XYZ.
Then in your app you can call this script directly through automation (on a schedule, from a data change, etc.).
- With the new Gmail triggers, you could use the act of adding a label to a gmail thread to trigger the script to do whatever.
I’m just pointing out that we live in the Age of Ai, so getting this complicated stuff to work is actually not that far away anymore. (As long as the documentation is available, the API is public, etc. etc. )