The Tomba API is a comprehensive email finder and verification service that enables you to discover, verify, and enrich email addresses and contact data. With Tomba, you can find email addresses from domains, names, LinkedIn profiles, or blog posts, verify email deliverability, and gather detailed company intelligence. Leverage Pipedream's capabilities to integrate Tomba with hundreds of other apps, creating powerful automated workflows for lead generation, email verification, contact enrichment, and competitive research.
import { axios } from "@pipedream/platform"
export default defineComponent({
props: {
tomba: {
type: "app",
app: "tomba",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://api.tomba.io/v1/me`,
headers: {
"X-Tomba-Key": `${this.tomba.$auth.api_key}`,
"X-Tomba-Secret": `${this.tomba.$auth.api_secret}`,
},
})
},
})
Lead Generation Automation: Trigger a workflow when a new company is added to your CRM. Use Tomba to find email addresses associated with the company's domain, enrich the lead data, and automatically add qualified contacts to your outreach sequences in tools like Mailchimp or HubSpot.
Email List Verification: Before launching an email campaign, run your contact list through a Pipedream workflow that uses Tomba's email verifier to validate each address. Automatically remove invalid emails and update your email platform like SendGrid, ensuring higher deliverability rates and protecting your sender reputation.
Competitive Intelligence Gathering: Set up a scheduled workflow that monitors competitor domains using Tomba's domain search and technology detection features. Store findings in Google Sheets and send Slack notifications to your team with insights about competitor email patterns, employee counts, and tech stacks.
To start using Tomba with Pipedream:
Sign up for Tomba: Create an account at tomba.io and obtain your API key and secret from the dashboard.
Connect to Pipedream: In your Pipedream workflow, add a Tomba action and authenticate using your API credentials.
Choose your action: Select from 20 available actions including Email Finder, Domain Search, Email Verifier, and Company Search.
Configure parameters: Set up your search criteria such as domain names, email addresses, or LinkedIn URLs.
Test and deploy: Run your workflow to verify the results, then deploy for automated execution.
Look up person and company data based on an email. See the documentation
Generate or retrieve the most likely email address from a blog post URL. See the documentation
Generate or retrieve the most likely email address from a domain name, a first name and a last name. See the documentation
Generate or retrieve the most likely email address from a LinkedIn URL. See the documentation
Search for phone numbers based on an email, domain, or LinkedIn URL. See the documentation
Authentication Issues
Rate Limiting
No Results Found
Invalid Email Addresses
Tomba uses API keys for authentication. When you connect your Tomba account, Pipedream securely stores the keys so you can easily authenticate to Tomba APIs in both code and no-code steps.
To retrieve your API keys,