New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@sparrowengg/surveysparrow-n8n-node

Package Overview
Dependencies
Maintainers
20
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@sparrowengg/surveysparrow-n8n-node

n8n community node for SurveySparrow — share surveys via Email, SMS, and WhatsApp, plus submission triggers

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
20
Created
Source

@sparrowengg/surveysparrow-n8n-node

n8n community nodes for SurveySparrow: share surveys through Email, SMS, and WhatsApp channels, create contacts, and trigger workflows on new survey submissions.

Install (community nodes)

In n8n: Settings → Community nodes → Install and enter:

@sparrowengg/surveysparrow-n8n-node

Or install manually in your n8n environment:

npm install @sparrowengg/surveysparrow-n8n-node

Restart n8n, then enable the package under Community nodes if your instance requires it.

Credentials

  • In SurveySparrow, create an OAuth application and note the Client ID and Client Secret.
  • Set the OAuth redirect / callback URL to your n8n OAuth callback (shown when you create credentials in n8n).
  • In n8n, create SurveySparrow OAuth2 API credentials and complete the sign-in flow.

OAuth and scopes are described in the SurveySparrow OAuth documentation.

Nodes

NodePurpose
SurveySparrowShare surveys via Email / SMS / WhatsApp; create contacts
SurveySparrow TriggerStart a workflow when a new survey submission is received

Development (this monorepo)

cd n8n
npm install
npm run dev

Build for production:

npm run build
npm run lint

Publish to npm

  • Log in: npm login (use an npm user with publish rights on the @sparrowengg scope).
  • From n8n/: npm run build && npm run lint
  • npm publish (publishConfig.access is already public for this scoped package)

For automated releases and provenance, add a trusted publisher or NPM_TOKEN workflow as described in the n8n deploy docs.

License

MIT — see LICENSE.md.

Keywords

n8n-community-node-package

FAQs

Package last updated on 31 Mar 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts