Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save rickhernandezio/cfad16fdee8bce754ee7f5781d73a8ff to your computer and use it in GitHub Desktop.
Save rickhernandezio/cfad16fdee8bce754ee7f5781d73a8ff to your computer and use it in GitHub Desktop.
Create a subscriber for a selected mailing list
const user = {
address: 'example@example.com',
name: 'Brandy',
vars: {} /* Variables you want to save */
};
const list = 'mailing-list@domain.com';
mailPro.createSubscriber(list, user).then(result => {});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment