missive

n8n community node for the Missive API: drafts, conversations (merge, nested lists), analytics, tasks, webhooks, templates, and more

Package Information

Downloads: 2 weekly / 21 monthly
Latest Version: 3.0.2
Author: Aaron King

Documentation

@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

  1. Open SettingsCommunity NodesInstall
  2. Enter @joshaus84/n8n-nodes-missive
  3. Install and restart n8n if prompted

npm / self-hosted

From your n8n user directory or custom nodes path:

npm install @joshaus84/n8n-nodes-missive

Restart n8n.

Authentication

In Missive, create an API token under PreferencesAPI. 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:built

This 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)

  1. Create an npm account and run npm login
  2. This is a scoped public package: use npm publish --access public so it stays installable without registry login
  3. The prepack script runs npm run build; published files follow the files field in package.json (primarily dist/)

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

@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).

Discussion