Description
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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- Create Webhook: Create a new webhook in the selected workspace
- Delete Webhook: Delete a webhook from the workspace
- Edit Webhook: Edit an existing webhook in the workspace
- List Webhooks: List all webhooks in the selected workspace
- 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.
- Campaign Created: This event triggers when a new campaign is created in the workspace.
- Campaign Ended: This event triggers when a campaign has ended.
- Campaign Reply: This event triggers when a reply is received from a campaign.
- Campaign Started: This event triggers when a campaign has started running.
- 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.
- Inbox Event: This event triggers for inbox-related events.
- Inmail: This event triggers when a LinkedIn Inmail message is successfully sent.
- Inmail Reply: This event triggers when a user replies to a LinkedIn Inmail message, initiating a conversation.
- Lead Label Added: This event triggers when a label is added to a lead.
- 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.
- Reply: This event triggers when a reply is received.
- Minimum n8n version: 0.198.0
- Tested with n8n versions: 0.198.0+
- n8n community nodes documentation
- Aimfox API documentation
Blacklist
Campaign
Conversation
Custom Variable
Label
Lead
Template
Webhook
Triggers
This node supports the following triggers:
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
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