← Tools Reference

Tomba

Tomba integration (Marketing, Data). Imported from open-connector.

API key10 toolshttps://api.tomba.io/v1
GET
tomba_get_account
Retrieve information about the authenticated Tomba account.

/me

GET
tomba_domain_search
Search for email addresses and company intelligence for a domain.

/domain-search

3 parameters
ParamTypeRequiredDescription
domainstringrequiredThe domain name or website URL to search.
pageintegeroptionalOptional page number for paginated Tomba results.
limitintegeroptionalOptional maximum number of results to request from Tomba.
GET
tomba_email_finder
Find the most likely professional email address for a person at a domain.

/email-finder

3 parameters
ParamTypeRequiredDescription
domainstringoptionalThe company domain to search.
firstNamestringoptionalThe person's first name.
lastNamestringoptionalThe person's last name.
GET
tomba_email_verifier
Verify deliverability and metadata for an email address.

/email-verifier

1 parameter
ParamTypeRequiredDescription
emailstringoptionalThe email address to verify.
GET
tomba_email_sources
Retrieve public source URLs where Tomba found an email address.

/email-sources

1 parameter
ParamTypeRequiredDescription
emailstringoptionalThe email address whose sources should be returned.
GET
tomba_email_count
Count known email addresses and related breakdowns for a domain.

/email-count

1 parameter
ParamTypeRequiredDescription
domainstringoptionalThe domain name to count email addresses for.
GET
tomba_technology
Detect technologies and tools used by a company domain.

/technology

1 parameter
ParamTypeRequiredDescription
domainstringoptionalThe domain name to inspect for technologies.
GET
tomba_linkedin
Find contact data associated with a public LinkedIn profile URL.

/linkedin

1 parameter
ParamTypeRequiredDescription
urlstringoptionalThe public LinkedIn profile URL to search.
GET
tomba_enrich
Enrich a known email address with person and company attributes.

/enrich

1 parameter
ParamTypeRequiredDescription
emailstringoptionalThe email address to enrich.
POST
tomba_search_companies
Search companies with Tomba Reveal using a natural-language query or filters.

/reveal/search

3 parameters
ParamTypeRequiredDescription
querystringoptionalNatural language company search query. Use this on the first request, then reus…
filtersobjectoptionalStructured Tomba Reveal filters to apply instead of a query.
pageintegeroptionalOptional page number for paginated company search results.