swiftgum-trigger

Swiftgum nodes for n8n

Package Information

Released: 5/3/2025
Downloads: 19 weeklyย /ย 87 monthly
Latest Version: 0.1.4
Author: arthurbk

Documentation

Swiftgum n8n Node

n8n-nodes-swiftgum-trigger

A custom n8n trigger node built by Swiftgum.

This node allows you to trigger workflows from Swiftgum-related events or integrations.


๐Ÿš€ Features

  • Custom trigger node for Swiftgum-specific events
  • Built for compatibility with the latest n8n versions
  • Ready to use in your local or cloud-hosted n8n instance

๐Ÿงฐ Installation

You can install this package directly via the n8n UI or CLI.

Via n8n UI

Paste this URL into the Install from npm input:

https://www.npmjs.com/package/n8n-nodes-swiftgum-trigger

Via CLI (inside your custom n8n setup)

pnpm add n8n-nodes-swiftgum-trigger

๐Ÿงช Local Development

To test this node locally:

pnpm install
pnpm build

You can also use our internal dev environment with Docker:

./fetch-node.sh
docker compose up --build

๐Ÿ—‚ File Structure

n8n-nodes-swiftgum-trigger/
โ”œโ”€โ”€ credentials/           # Custom credential classes
โ”œโ”€โ”€ nodes/                 # Swiftgum Trigger node definition
โ”œโ”€โ”€ dist/                  # Compiled output
โ”œโ”€โ”€ gulpfile.js            # Icon handling
โ”œโ”€โ”€ tsconfig.json
โ”œโ”€โ”€ package.json
โ””โ”€โ”€ README.md

๐Ÿง‘โ€๐Ÿ’ป Contributing

Pull requests and contributions are welcome! Please:

  • Follow the code structure in nodes/ and credentials/
  • Run pnpm lint before submitting
  • Build locally and test in a running n8n instance

๐Ÿš€ Publishing

If you're making changes to this node and want to publish them to npm:

  1. Bump the version:

    pnpm version patch   # or minor / major
    
  2. Publish to npm:

    pnpm publish --access public
    

๐Ÿ“ฆ npm does not allow publishing the same version twice. Always increment the version before running pnpm publish.


๐Ÿ“„ License

MIT

Discussion