Overview
Add Google AppSheet to any ModuleX agent or workflow. Manage rows in Google AppSheet tables (add, read, update, delete) via the AppSheet REST API (api.appsheet.com).
Categories: Productivity & Collaboration · No Code · Databases · Auth: AppSheet API Key · Actions: 4
Authentication
AppSheet API Key
Authenticate using your AppSheet Application Access Key and App ID1
Step 1
Open your app in AppSheet at https://www.appsheet.com
2
Step 2
Go to Settings > Integrations > IN: from cloud services to your app
3
Step 3
Enable the API and copy the Application Access Key
4
Step 4
Copy the App ID from the URL or Settings > App Info
Required Credentials
Available Actions
add_row — Add a new row to a specific table in the AppSheet app
add_row — Add a new row to a specific table in the AppSheet app
delete_row — Delete a specific row from a table in the AppSheet app
delete_row — Delete a specific row from a table in the AppSheet app
get_rows — Read existing records from a table in the AppSheet app
get_rows — Read existing records from a table in the AppSheet app
Limits & Quotas
- AppSheet API has no publicly documented per-minute rate limits, but Google recommends keeping request volume moderate for shared-tenant apps.
- Each app must have the API enabled in Settings > Integrations.
- Error model: non-2xx responses and timeouts are caught and returned as
success=False+errorrather than raising.