@joshaus84/n8n-nodes-missive
v3.0.2
Published
n8n community node for the Missive API: drafts, conversations (merge, nested lists), analytics, tasks, webhooks, templates, and more
Maintainers
Readme
@joshaus84/n8n-nodes-missive
Extended n8n community node for the Missive REST API. It builds on the original Missive community node ecosystem (see Credits).
What’s included
See CHANGELOG.md for features and version history (extended API coverage: analytics, conversation merge, nested conversation lists, tasks, webhooks, template CRUD, and more).
Installation
n8n Community Nodes
- Open Settings → Community Nodes → Install
- Enter
@joshaus84/n8n-nodes-missive - Install and restart n8n if prompted
npm / self-hosted
From your n8n user directory or custom nodes path:
npm install @joshaus84/n8n-nodes-missiveRestart n8n.
Authentication
In Missive, create an API token under Preferences → API. In n8n, add a Missive API credential and paste that token.
Pack a release tarball (optional)
From the package root:
npm install
npm run pack:builtThis runs the build, then writes a .tgz suitable for offline install or inspection. To publish to the public npm registry, use npm publish --access public from the same directory (requires an npm account and, for most accounts, two-factor authentication).
Publish to npm (maintainers)
- Create an npm account and run
npm login - This is a scoped public package: use
npm publish --access publicso it stays installable without registry login - The
prepackscript runsnpm run build; published files follow thefilesfield inpackage.json(primarilydist/)
If you see E403 mentioning 2FA, enable two-factor authentication on your npm account, then run npm publish again and enter the one-time code when prompted.
Resources
Credits and acknowledgments
- n8n-nodes-missive on npm — Missive-related n8n package lineage and community usage.
- @premiertutors/n8n-nodes-missive — maintained community distribution; this project extends that line of work.
- Aaron King and enfluid/n8n-nodes-missive — early open-source Missive integration for n8n.
@joshaus84/n8n-nodes-missive is MIT-licensed and additive on top of that ecosystem. If you ship or fork this package, please retain reasonable credit to the upstream authors and packages above.
License
MIT (inherits from upstream Missive node packages).
