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-tombainto the text box - Click on "I understand the risk..."
- Click on "Install"
Alternatively, you can it via npm in your n8n installation: install
Code
Operations
The Tomba node supports the following operations:
Author Finder
Generate or retrieve the most likely email address from a blog post URL
Autocomplete
Find company names and retrieve logo and domain information
Domain Search
Get every email address found on the internet using a given domain name, with sources
Domain Status
Find domain status if is webmail or disposable
Email Count
Find total email addresses we have for one domain
Email Enrichment
Look up person and company data based on an email
Email Finder
Generate or retrieve the most likely email address from a domain name, a first name and a last name
Email Format
Retrieve the email format patterns used by a specific domain
Email Sources
Find email address source somewhere on the web
Email Verifier
Verify the deliverability of an email address
LinkedIn Finder
Generate or retrieve the most likely email address from a LinkedIn URL
Location
Get employees location based on the domain name
Phone Finder
Search for phone numbers based on an email, domain, or LinkedIn URL
Phone Validator
Validate a phone number and retrieve its associated information
Similar
Retrieve similar domains based on a specific domain
Technology
Retrieve the technologies used by a specific domain and improve description
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 1.113.3 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
Code
Email Validation Pipeline
Code
Company Research Automation
Code
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