Skip to content

keypom/fastauth-worker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Automate Sending Emails for Redacted

This script pulls data from the attendee Airtable using Airtable-JS, then sends emails according to values in the airtable.

Each run is logged in src/data/result-MM-DD-YYY.json, with the most recent Airtable state pulled into src/data/airtable-export.json. After running the script, approved attendees will have emails sent and the statuses will either be

  1. delivered, requiring no followup
  2. failed, which means the email bounced. Usually this means the address was wrong.
  3. FLAGGED, which means that they were queued to be sent, but after a set number of checks, the status was neither delivered nor failed. It can also indicate an error in the script.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 89.5%
  • Shell 10.5%