Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/zaro/nodemailer-intercom
- Owner: zaro
- License: mit
- Created: 2018-05-14T08:24:57.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-05-14T10:44:15.000Z (over 6 years ago)
- Last Synced: 2024-12-01T00:07:10.204Z (about 2 months ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
});