Package Information
Downloads: 155 weekly / 497 monthly
Latest Version: 1.0.14
Author: Mihailo Zepina
Documentation

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
- Sign up for an Aimfox account at https://aimfox.com
- Generate an API key from your Aimfox dashboard
Setup
- In n8n, go to Settings > Credentials
- Click Create New Credential
- Search for "Aimfox API" and select it
- Enter your Aimfox API key
- 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
- Start with a Manual Trigger or Schedule Trigger
- Add the Aimfox node
- Select your workspace first (required for most operations)
- Choose your desired operation (Account, Campaign, Profile, or Workspace)
- Configure the specific operation parameters