Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zaro/nodemailer-intercom

Intercom plugin for nodemailer
https://github.com/zaro/nodemailer-intercom

Last synced: about 2 months ago
JSON representation

Intercom plugin for nodemailer

Awesome Lists containing this project

README

        

# 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: , // Intercom teammate id, to be used for from
});