Description
n8n-nodes-reachkit
This is an n8n community node that lets you use Reachkit in your n8n workflows.
Reachkit is a cold email outreach platform that helps you manage campaigns, leads, inboxes, and conversations.
n8n is a fair-code licensed workflow automation platform.
Installation
Operations
Credentials
Compatibility
Resources
Installation
Follow the installation guide in the n8n community nodes documentation.
Operations
This node supports the following resources and operations:
Blocklist
- Add: Add an email to the blocklist
- Check: Check if an email is in the blocklist
- Delete: Remove an email from the blocklist
- Get Many: Get all blocklist entries with pagination and search
Campaign
- Get: Get details of a specific campaign
- Get Many: List all campaigns with pagination and search
- Get Analytics: Get analytics data for a campaign including daily stats and sequence performance
- Update: Update a campaign status (active/paused)
Conversation
- Get: Get details of a specific conversation with all messages
- Get Many: List all conversations with pagination and filtering by folder
- Reply: Send a reply in a conversation
Inbox
- Get: Get details of a specific inbox
- Get Many: List all inboxes with pagination and search
- Get Warmup Stats: Get warmup statistics for an inbox over the last 7 days
Lead
- Create: Create a new lead in a campaign with custom variables
- Delete: Delete a lead from a campaign
- Get: Get details of a specific lead
- Get Many: List all leads in a campaign with pagination and search
Sequence
- Get Many: List all sequences for a campaign with their variants
- Update Variant: Update the enabled status of a sequence variant
Credentials
To use this node, you need a Reachkit API key.
Getting your API key:
- Log in to your Reachkit account
- Navigate to Settings → Integrations
- Click Add API Key
- Enter a name for the key
- Copy the API key (it will only be shown once)
Authentication
The node uses Bearer token authentication. Simply paste your API key in the credentials configuration.
Note: API access is available exclusively for users on the Professional and Agency plans.
Compatibility
Tested with n8n version 1.x.
Resources
- n8n community nodes documentation
- Reachkit n8n Documentation
- Reachkit API Documentation
- Reachkit Webhooks Documentation
Usage Examples
Create leads from a spreadsheet
- Use the Spreadsheet File node to read your leads
- Connect to Reachkit node
- Select Lead resource and Create operation
- Map the email, first name, last name fields
- Set custom variables for personalization
Get campaign analytics
- Use the Reachkit node
- Select Campaign resource and Get Analytics operation
- Enter the campaign ID
- Process the daily stats and sequence performance data
Reply to new conversations
- Use the Reachkit node with Conversation → Get Many
- Filter by folder (primary/others)
- Process unread conversations
- Use Conversation → Reply to send responses
Manage blocklist
- Add emails to blocklist from bounced leads
- Check if an email is blocked before adding to campaign
- Clean up your blocklist periodically
Version History
0.1.0
- Initial release
- Support for all major Reachkit API endpoints
- Full CRUD operations for leads, campaigns, conversations
- Blocklist management
- Inbox and warmup stats
- Sequence variant management