What do you want to automate with Tomba?

Prompt, edit and deploy AI agents that connect to Tomba and 3,000+ other apps in seconds.

or select an app to connect with Tomba

1
-
24
of
3,000+
apps by most popular

Node
Node
Anything you can do with Node.js, you can do in a Pipedream workflow. This includes using most of npm's 400,000+ packages.
Python
Python
Anything you can do in Python can be done in a Pipedream Workflow. This includes using any of the 350,000+ PyPi packages available in your Python powered workflows.
Notion
Notion
Notion is a new tool that blends your everyday work apps into one. It's the all-in-one workspace for you and your team.
OpenAI (ChatGPT)
OpenAI (ChatGPT)
OpenAI is an AI research and deployment company with the mission to ensure that artificial general intelligence benefits all of humanity. They are the makers of popular models like ChatGPT, DALL-E, and Whisper.
Anthropic (Claude)
Anthropic (Claude)
AI research and products that put safety at the frontier. Introducing Claude, a next-generation AI assistant for your tasks, no matter the scale.
Google Sheets
Google Sheets
Use Google Sheets to create and edit online spreadsheets. Get insights together with secure sharing in real-time and from any device.
Telegram
Telegram
Telegram, is a cloud-based, cross-platform, encrypted instant messaging (IM) service.
Google Drive
Google Drive
Google Drive is a file storage and synchronization service which allows you to create and share your work online, and access your documents from anywhere.
HTTP / Webhook
HTTP / Webhook
Get a unique URL where you can send HTTP or webhook requests
Google Calendar
Google Calendar
With Google Calendar, you can quickly schedule meetings and events and get reminders about upcoming activities, so you always know what’s next.
Schedule
Schedule
Trigger workflows on an interval or cron schedule.
Pipedream Utils
Pipedream Utils
Utility functions to use within your Pipedream workflows
Shopify
Shopify
Shopify is a complete commerce platform that lets anyone start, manage, and grow a business. You can use Shopify to build an online store, manage sales, market to customers, and accept payments in digital and physical locations.
Supabase
Supabase
Supabase is an open source Firebase alternative.
MySQL
MySQL
MySQL is an open-source relational database management system.
PostgreSQL
PostgreSQL
PostgreSQL is a free and open-source relational database management system emphasizing extensibility and SQL compliance.
AWS
AWS
Premium
Amazon Web Services (AWS) offers reliable, scalable, and inexpensive cloud computing services.
Twilio SendGrid
Twilio SendGrid
Premium
Send marketing and transactional email through the Twilio SendGrid platform with the Email API, proprietary mail transfer agent, and infrastructure for scalable delivery.
Amazon SES
Amazon SES
Amazon SES is a cloud-based email service provider that can integrate into any application for high volume email automation
Klaviyo
Klaviyo
Premium
Klaviyo unifies your data, channels, and AI agents in one platform—text, WhatsApp, email marketing, and more—driving growth with every interaction.
Zendesk
Zendesk
Premium
Zendesk is award-winning customer service software trusted by 200K+ customers. Make customers happy via text, mobile, phone, email, live chat, social media.
ServiceNow
ServiceNow
Premium
Beta
The smarter way to workflow
Slack
Slack
Slack is the AI-powered platform for work bringing all of your conversations, apps, and customers together in one place. Around the world, Slack is helping businesses of all sizes grow and send productivity through the roof.
Microsoft Teams
Microsoft Teams
Microsoft Teams has communities, events, chats, channels, meetings, storage, tasks, and calendars in one place.
Build and run workflows using the Tomba API. Use 1000s of source-available triggers and actions across 3,000+ apps. Or write custom code to integrate any app or API in seconds.

Trusted by 1,000,000+ developers from startups to Fortune 500 companies

Adyen logo
Appcues logo
Bandwidth logo
Checkr logo
ChartMogul logo
Dataminr logo
Gopuff logo
Gorgias logo
LinkedIn logo
Logitech logo
Replicated logo
Rudderstack logo
SAS logo
Scale AI logo
Webflow logo
Warner Bros. logo
Adyen logo
Appcues logo
Bandwidth logo
Checkr logo
ChartMogul logo
Dataminr logo
Gopuff logo
Gorgias logo
LinkedIn logo
Logitech logo
Replicated logo
Rudderstack logo
SAS logo
Scale AI logo
Webflow logo
Warner Bros. logo

Overview

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.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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}`,
      },
    })
  },
})

Example Use Cases

  • 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.

Getting Started

To start using Tomba with Pipedream:

  1. Sign up for Tomba: Create an account at tomba.io and obtain your API key and secret from the dashboard.

  2. Connect to Pipedream: In your Pipedream workflow, add a Tomba action and authenticate using your API credentials.

  3. Choose your action: Select from 20 available actions including Email Finder, Domain Search, Email Verifier, and Company Search.

  4. Configure parameters: Set up your search criteria such as domain names, email addresses, or LinkedIn URLs.

  5. Test and deploy: Run your workflow to verify the results, then deploy for automated execution.

Verify Email with Tomba API on New Requests from HTTP / Webhook API
HTTP / Webhook + Tomba
 
Try it
Search Domain with Tomba API on New Item in Feed from RSS API
RSS + Tomba
 
Try it
Verify Email with Tomba API on New Message (Instant) from Discord API
Discord + Tomba
 
Try it
Search Domain with Tomba API on New Message In Channels (Instant) from Slack (legacy) API
Slack (legacy) + Tomba
 
Try it
Search Domain with Tomba API on New Message in Channel from Discord Bot API
Discord Bot + Tomba
 
Try it
Enrich Email with the Tomba API

Look up person and company data based on an email. See the documentation

 
Try it
Find Author with the Tomba API

Generate or retrieve the most likely email address from a blog post URL. See the documentation

 
Try it
Find Email with the Tomba API

Generate or retrieve the most likely email address from a domain name, a first name and a last name. See the documentation

 
Try it
Find LinkedIn Email with the Tomba API

Generate or retrieve the most likely email address from a LinkedIn URL. See the documentation

 
Try it
Find Phone with the Tomba API

Search for phone numbers based on an email, domain, or LinkedIn URL. See the documentation

 
Try it

Troubleshooting

Authentication Issues

  • Verify your API key and secret are correctly entered in the Pipedream connection settings
  • Check that your Tomba account has sufficient credits and is not suspended
  • Ensure your API keys haven't expired or been regenerated

Rate Limiting

  • Tomba enforces API rate limits based on your subscription plan
  • Implement delays between requests in high-volume workflows
  • Monitor your usage with the "Get Usage" action to track quota consumption

No Results Found

  • For Email Finder: Try different name variations or check if the domain uses a non-standard email format
  • For Domain Search: Some domains may have limited public email exposure
  • For LinkedIn Finder: Ensure the LinkedIn URL is publicly accessible and properly formatted

Invalid Email Addresses

  • Use the Email Verifier action to validate emails before adding them to campaigns
  • Some emails may exist but have strict spam filters that prevent verification

Authentication

Name Slug: tomba

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,

  • Navigate to your Tomba account and sign in
  • Go to “API”

Trusted by 1,000,000+ developers from startups to Fortune 500 companies

Adyen logo
Appcues logo
Bandwidth logo
Checkr logo
ChartMogul logo
Dataminr logo
Gopuff logo
Gorgias logo
LinkedIn logo
Logitech logo
Replicated logo
Rudderstack logo
SAS logo
Scale AI logo
Webflow logo
Warner Bros. logo
Adyen logo
Appcues logo
Bandwidth logo
Checkr logo
ChartMogul logo
Dataminr logo
Gopuff logo
Gorgias logo
LinkedIn logo
Logitech logo
Replicated logo
Rudderstack logo
SAS logo
Scale AI logo
Webflow logo
Warner Bros. logo