Sends a postcard to customers who are about to pay off equipment financed with JDF.
- Add the environment variables to a
.env
file in the root directory using the template in.env.template
. - Enter information in a spreadsheet under
data/data.xlsx
with sheet namedata
and columns forname
,street
,city
,state
, andzip
. - Run
npm run start
to send postcards ornpm run test
to do a test run.
Errors will be logged to data/results.csv
.
MIT © Hutson Inc