App Sheet Version For Use With Zapier

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

Yeah they kinda painted themselves into a corner with this one…

  • They want everyone to be able to seamlessly integrate the app into with services (Zapier, Make, etc.)
  • But they wanted to keep the “Fancy” stuff under a higher paid option

The two desires directly conflict with each other, and that’s why it’s so confusing and weird.


Everyone I’ve talked to (at least so far) that has a Core license, has told me they’re able to use the API no problem.

  • They can integrate Zapier, Make, use the API with Google Apps Scripts, etc.

Honestly though… anything you would want to do in Zapier you could do with Automation - and it might be MUCH easier to accomplish in AS (because all the data is there, ref connected, etc. etc.)

  • You might try and accomplish whatever you’re trying with Zapier with Automation
    • I bet it’s possible to do…

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. )