npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

n8n-nodes-aimfox

v1.0.14

Published

n8n nodes for Aimfox

Readme

Banner image

n8n-nodes-aimfox

This is an n8n community node. It lets you use Aimfox in your n8n workflows.

Aimfox is a LinkedIn automation platform that helps businesses automate their LinkedIn outreach, lead generation, and social selling activities.

n8n is a fair-code licensed workflow automation platform.

Installation Operations Credentials Compatibility Usage Resources

Installation

Follow the installation guide in the n8n community nodes documentation.

Operations

This node supports the following operations:

Account

  • Get Account Limits: Get the interaction limits for a specific account
  • List Accounts: List all accounts in the workspace
  • Set Account Limits: Update the weekly interaction limits for an account

Blacklist

  • Add Companies to Blacklist: Add multiple LinkedIn companies to the blacklist
  • Add Profile to Blacklist: Add profile to the blacklist using the profile URN
  • List Blacklisted Companies: List all blacklisted LinkedIn companies in the workspace
  • List Blacklisted Profiles: List all blacklisted profiles in the workspace
  • Remove Company From Blacklist: Remove a LinkedIn company from the blacklist using the company URN
  • Remove Profile From Blacklist: Remove profile from the blacklist using the profile URN

Campaign

  • Add Profile to Campaign: Add profile to the selected campaign
  • Add Profile to Campaign with Custom Variables: Add profile to the selected campaign with custom variables
  • Create Campaign: Create a new Aimfox campaign
  • Get Campaign: Get a specific campaign by ID
  • List Campaigns: List all campaigns in the workspace
  • Pause: Pause a running campaign
  • Remove Profile From Campaign: Remove a profile from the selected campaign using URN or public identifier
  • Resume: Resume a paused campaign

Conversation

  • Get Conversation: Get a specific conversation by URN
  • Get Lead Conversation: Get a specific lead conversation URN
  • List Conversations: List all conversations for the selected workspace
  • Mark Conversation As Read: Mark an existing conversation as read
  • Send Message To Conversation: Send a message to an existing conversation
  • Start Conversation: Start a new conversation with the lead

Custom Variable

  • Add Custom Variables to Target: Add custom variables to a specific target in a campaign
  • Get Campaign Custom Variables: Get all custom variables for a specific campaign
  • Get Target Custom Variables: Get custom variables for a specific target in a campaign

Label

  • Add Label: Add a new label to the selected workspace
  • Delete Label: Delete a label from the workspace
  • Edit Label: Edit an existing label in the workspace
  • List Labels: List all labels for the selected workspace

Lead

  • Add Label To Lead: Add a new label to the selected lead
  • Add Note To Lead: Add a new note to the selected lead
  • Delete Note From Lead: Delete a note from the selected lead
  • Get Lead: Get a specific lead by ID
  • Get Lead Custom Variables: Get custom variables for a specific lead
  • List Lead Notes: List all notes for the selected lead
  • List Recent Leads: List recent leads for the selected workspace
  • Remove Label From Lead: Remove a label from the selected lead
  • Search Leads: Search for leads in the workspace with advanced filters
  • Update Note: Update a note for the selected lead

Template

  • Create Template: Create a new template in the selected workspace
  • Get Template: Get a specific template by ID
  • List Templates: List all templates in the selected workspace
  • Remove Template: Remove a template from the workspace

Triggers

This node supports the following triggers:

  • Account Logged In: This event triggers when a LinkedIn profile successfully logs into the system.
  • Account Logged Out: This event triggers when a LinkedIn profile is logged out of the system.
  • Connect Accepted: This event triggers when a LinkedIn connection request is accepted, establishing a new connection between profiles.
  • Connect Sent: This event triggers when a LinkedIn connection request is successfully sent.
  • Inmail Reply: This event triggers when a user replies to a LinkedIn Inmail message, initiating a conversation.
  • Inmail: This event triggers when a LinkedIn Inmail message is successfully sent.
  • Message Request: This event triggers when a message request is sent.
  • Message Sent: This event triggers when a message is successfully sent to a LinkedIn profile.
  • New Connection: This event triggers when a new connection is acquired through Aimfox, indicating the successful addition of a LinkedIn connection.
  • New Reply: This event triggers when a user replies to a LinkedIn message, initiating a conversation.
  • Profile Viewed: This event triggers when a LinkedIn profile is viewed.

Credentials

To use this node, you need to authenticate with Aimfox using an API key.

Prerequisites

  1. Sign up for an Aimfox account at https://aimfox.com
  2. Generate an API key from your Aimfox dashboard

Setup

  1. In n8n, go to Settings > Credentials
  2. Click Create New Credential
  3. Search for "Aimfox API" and select it
  4. Enter your Aimfox API key
  5. Click Save

The API key will be used to authenticate all requests to the Aimfox API with Bearer token authentication.

Compatibility

  • Minimum n8n version: 0.198.0
  • Tested with n8n versions: 0.198.0+

Usage

Basic Workflow Example

  1. Start with a Manual Trigger or Schedule Trigger
  2. Add the Aimfox node
  3. Select your workspace first (required for most operations)
  4. Choose your desired operation (Account, Campaign, Profile, or Workspace)
  5. Configure the specific operation parameters

Resources