| App Name | Category | Status | Platform | Stage | Priority | Next Milestone | Version |
|---|
Default PIN: 1234 โ change in Settings
Paste your Apps Script Web App URL here. All devices that open this file with this URL set will share the same live data.
Change the admin password. Default is admin1234 โ change this before sharing the app with your team.
When set up, the Apps Script will automatically scan your Voodoo Gmail inbox every hour and convert emails from testers and developers into notifications in the database โ no manual entry needed.
2. Subject line must contain the app name (e.g. "VoodooBeat โ build failing on iOS 17")
3. Apps Script scans for these emails every hour automatically
4. It creates a notification in the database linked to that app
5. You see it instantly next time you load the app or click ๐ Reload
Only emails from these addresses will be parsed. Leave blank to accept from anyone.
When a keyword is found in an email subject, it triggers the selected action. Custom rules are checked first โ built-in defaults apply as fallback.
Status actions: live / testing / development / paused / archived โ also updates app status
1. Open Triggers (clock icon โฑ in left sidebar)
2. Click + Add Trigger
3. Function: parseInboundEmails
4. Event source: Time-driven
5. Type: Hour timer โ Every hour
6. Click Save