ScotterC / asana_dog

Reads in underdog.io candidates json and forwards to an email address

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

asana_dog

Reads in underdog.io candidates json and forwards to an email address. We use to forward to our asana candidates project but this could be used to forward the candidates to any project management tool or inbox.

##Usage

Clone the project locally and run a script that points to your json dump. You'll need to set some SMTP related environment variables.

SMTP_ADDRESS=smtp.yourmail.com \
SMTP_USERNAME=someusername@yourcompany.com \
SMTP_PASSWORD=supersecretpassword \
FROM_ADDRESS=thefromaddress@yourcompany.com \
TO_ADDRESS="x+12345678@mail.asana.com" \
./bin/forward ./tmp/candidates.json

You may have to edit the application.rb to configure your smtp server.

About

Reads in underdog.io candidates json and forwards to an email address


Languages

Language:Ruby 74.7%Language:HTML 20.3%Language:CSS 2.5%Language:JavaScript 2.4%