Skip to content

Instantly share code, notes, and snippets.

@nemo
Created March 1, 2017 21:40
Show Gist options
  • Save nemo/f81f9bc10a680bb5ac87300b75de44f4 to your computer and use it in GitHub Desktop.
Save nemo/f81f9bc10a680bb5ac87300b75de44f4 to your computer and use it in GitHub Desktop.
Email Service: Subscribe
const lib = require('lib');
lib['./subscribe']({
email_address: 'email-address@domain.com',
first_name: 'Nima',
last_name: 'Gardideh'
}, (err) => {
// Handle error
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment