nodemailer-intercom

0.1.0 • Public • Published

nodemailer-intercom

Intercom plugin for nodemailer, based on nodemailer-simple-intercom-transport

Install

npm install nodemailer-intercom

Usage

const intercom = require('nodemailer-intercom');
const transport = intercom({
    auth: {
        token: 'XXXXXX',
    },
    adminId: <admin_id>, // Intercom teammate id, to be used for from
});

Readme

Keywords

Package Sidebar

Install

npm i nodemailer-intercom

Weekly Downloads

1

Version

0.1.0

License

MIT

Unpacked Size

4.1 kB

Total Files

5

Last publish

Collaborators

  • zaro