/sendgrid-sync

An experiment with SendGrid's API for syncing templates

Primary LanguageJavaScript

sendgrid-sync

An experiment with SendGrid's API for syncing templates

Node.js CI (npm) Fetch Templates

nvm use
yarn
cp env.sample .env

// Edit `.env` to add the `SENDGRID_API_KEY`

export $(cat .env | xargs)
yarn run fetch