🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

n8n-nodes-instantly

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

n8n-nodes-instantly

n8n node for Instantly V2 API integration

0.1.7
latest
Source
npm
Version published
Maintainers
1
Created
Source

n8n-nodes-instantly

This is an n8n community node for integrating with the Instantly API. It allows you to create, retrieve, and manage your Instantly resources directly from n8n workflows.

Installation

For users on n8n v0.187.0+, you can install this node directly through the n8n interface:

  • Go to Settings > Community Nodes
  • Click Install
  • Enter n8n-nodes-instantly and click Download

Manual Installation

To install this node manually:

npm install n8n-nodes-instantly

Development Testing

For development and testing:

  • Clone this repository
  • Navigate to the project directory
  • Install dependencies:
    pnpm install
    
  • Build the project:
    pnpm build
    
  • Link the project to your n8n installation:
    cd dist
    npm link
    
  • In your n8n installation directory:
    npm link n8n-nodes-instantly
    

Usage

  • Create an Instantly account at instantly.ai
  • Generate an API key from the Instantly dashboard
  • In n8n, add the Instantly node to your workflow
  • Set up the credentials using your Instantly API key
  • Configure the node options according to your needs

Features

This node supports the following resources and operations:

Campaign Operations

  • Create: Create a new email campaign
  • Get: Retrieve a specific campaign by ID
  • Get Many: Get a list of all campaigns
  • Update: Update an existing campaign
  • Delete: Delete a campaign

Account Operations

  • Create: Create a new email account
  • Get: Retrieve a specific account by email
  • Get Many: Get a list of all accounts
  • Update: Update an existing account
  • Delete: Delete an account

Lead Operations

  • Create: Create a new lead
  • Get: Retrieve a specific lead by ID
  • Get Many: Get a list of all leads
  • Update: Update an existing lead
  • Delete: Delete a lead

Resources

License

MIT

Keywords

n8n-community-node-package

FAQs

Package last updated on 15 Apr 2025

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