https://github.com/luandro/spreadsheet-to-email
https://github.com/luandro/spreadsheet-to-email
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/luandro/spreadsheet-to-email
- Owner: luandro
- Created: 2025-01-13T01:13:11.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-13T13:08:07.000Z (over 1 year ago)
- Last Synced: 2025-01-22T10:18:36.943Z (over 1 year ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Expiry Date Notification System
A Google Apps Script application that automatically sends email notifications when items are due to expire.
## Features
- Monitors a Google Spreadsheet for expiration dates
- Sends automated email notifications on the day items expire
- Configurable column names and email templates
- Runs hourly checks automatically
- Detailed logging for monitoring and debugging
## Setup
1. Create a Google Spreadsheet with the following columns:
- "Data de Expiração" (Expiry Date)
- "Email" (Recipient Email)
- "Nome do Item" (Item Name)
2. Open Script Editor in Google Sheets (Extensions > Apps Script)
3. Copy the code from `index.js` into the script editor
4. Run the `setup()` function to initialize the automatic triggers
## Configuration
The system can be configured through the `CONFIG` object: