AppSheet Notification Extension

mgokblappfbanaeelifjofdplfnephea

Displays toast notifications filtered by user email and app ID. AppSheet Notification Extension After years of waiting, I finally built it myself—a simple, no-nonsense Chrome extension that brings real-time toast notifications for AppSheet. No more missing updates or waiting for email alerts. Now, you get instant notifications, just like they should be. How It Works Install the extension, and whenever your AppSheet app needs to notify you, it sends a message to the notification server. The extension then pops up a clean, modern toast notification right in your browser. Setup Guide 1. AppSheet Configuration Go to AppSheet → Automation → Bots Add a new Webhook action Set the URL to: https://chrome-appsheet-toast-extension-production.up.railway.app/notification Use the POST method and send a JSON body like this: { "title": "Task Completed", "description": "Your task has been successfully processed.", "targetEmail": "your.email@example.com", "targetAppId": "your-app-id" } That’s It! No clutter, no unnecessary alerts—just real-time notifications when you need them. It’s simple, smooth, and finally the way AppSheet notifications should work.

Related extensions