Welcome to Tomba Docs! Create a free Tomba accountand gain instant access to 400+ million contacts!
Integrations

Integrate Tomba Finder with n8n

Installation

Follow the installation guide in the n8n community nodes documentation.

Installation Steps:

  1. Go to Settings
  2. Click on "Community Nodes"
  3. Enter n8n-nodes-tomba into the text box
  4. Click on "I understand the risk..."
  5. Click on "Install"

Alternatively, you can it via npm in your n8n installation: install

npm install n8n-nodes-tomba
bash

Operations

The Tomba node supports the following operations:

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:

  1. Sign up for a Tomba.io account
  2. Get your API key from the Tomba dashboard
  3. In n8n, create new credentials for "Tomba API"
  4. 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:

  1. Start Node: Triggers the workflow
  2. Tomba Node:
    • Operation: Email Verifier
    • Email: example@domain.com

Find all email addresses for a domain:

  1. Start Node: Triggers the workflow
  2. Tomba Node:
    • Operation: Domain Search
    • Domain: company.com

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

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add some amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. 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:

  1. Check the Issues page
  2. Create a new issue if your problem isn't already reported
  3. For Tomba API-related issues, contact Tomba Support