Integrate Tomba Finder with n8n
Installation
Follow the installation guide in the n8n community nodes documentation.
Installation Steps:
- Go to Settings
- Click on "Community Nodes"
- Enter
n8n-nodes-tomba
into the text box - Click on "I understand the risk..."
- Click on "Install"
Alternatively, you can it via npm in your n8n installation: install
npm install n8n-nodes-tombabash
Operations
The Tomba node supports the following operations:
🔍 Domain Search
Get every email address found on the internet using a given domain name, with sources.
📧 Email Finder
Generate or retrieve the most likely email address from a domain name, first name, and last name.
✅ Email Verifier
Verify the deliverability of an email address.
🌐 Email Sources
Find where an email address appears on the web.
📱 Phone Email Finder
Find email addresses associated with a phone number.
📊 Domain Count
Find the total number of email addresses available for a domain.
🏢 Domain Status
Check if a domain is webmail or disposable.
🏪 Company Finder
Find company names and retrieve logo and domain information.
Credentials
To use this node, you need to configure your Tomba API credentials:
- Sign up for a Tomba.io account
- Get your API key from the Tomba dashboard
- In n8n, create new credentials for "Tomba API"
- Enter your API key and secret key
Required Credential Fields:
- API Key: Your Tomba API key
- API Secret: Your Tomba API secret
Compatibility
This node is compatible with n8n version 0.87.0 and above.
Usage
Basic Examples
Example 1: Email Verification
This workflow verifies the deliverability of an email address using Tomba:
- Start Node: Triggers the workflow
- Tomba Node:
- Operation:
Email Verifier
- Email:
example@domain.com
- Operation:
Example 2: Domain Email Search
Find all email addresses for a domain:
- Start Node: Triggers the workflow
- Tomba Node:
- Operation:
Domain Search
- Domain:
company.com
- Operation:
Workflow Examples
Lead Generation Workflow
[Webhook] → [Tomba Domain Search] → [Filter Valid Emails] → [CRM Integration]plain
Email Validation Pipeline
[CSV Import] → [Tomba Email Verifier] → [Sort Results] → [Export Valid Emails]plain
Company Research Automation
[Company List] → [Tomba Company Finder] → [Email Search] → [Contact Database]plain
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
How to Contribute
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature
) - Commit your changes (
git commit -m 'Add some amazing feature'
) - Push to the branch (
git push origin feature/amazing-feature
) - Open a Pull Request
Development Guidelines
- Follow the existing code style
- Add tests for new features
- Update documentation as needed
- Ensure all tests pass before submitting
Version History
Refer to the releases page for detailed version history and changelog.
Support
For support with this community node:
- Check the Issues page
- Create a new issue if your problem isn't already reported
- For Tomba API-related issues, contact Tomba Support