使用 SQL 查询邮箱数据
Steampipe 是一个开源工具,允许您使用 SQL 查询云 API。Tomba 插件允许您使用标准 SQL 查询搜索、验证和分析邮箱数据。
什么是 Steampipe?
Steampipe 将 API 转换为 SQL 表,允许您:
- 使用 SQL 查询多个数据源
- 关联来自不同 API 的数据
- 构建仪表板和报告
- 自动化数据分析工作流
Tomba 插件表
Tomba Steampipe 插件提供以下表:
tomba_email_finder
通过姓名和域名查找邮箱地址:
SELECT * FROM tomba_email_finder
WHERE first_name = 'John'
AND domain = 'example.com';
tomba_email_verifier
验证邮箱可达性:
SELECT email, status, score
FROM tomba_email_verifier
WHERE email = 'john@example.com';
tomba_domain_search
搜索域名的所有邮箱:
SELECT * FROM tomba_domain_search
WHERE domain = 'company.com';
tomba_enrichment
获取邮箱的详细信息:
SELECT * FROM tomba_enrichment
WHERE email = 'contact@company.com';
使用场景
- 数据分析:分析跨公司的邮箱模式
- 批量操作:使用 SQL 处理大型邮箱列表
- 报告:构建邮箱智能仪表板
- 数据集成:将邮箱数据与 CRM 数据关联
- 合规审计:审计邮箱发现和使用情况
查询示例
查找并验证潜在客户列表的邮箱:
SELECT
f.first_name,
f.last_name,
f.email,
v.status,
v.score
FROM tomba_email_finder f
LEFT JOIN tomba_email_verifier v ON f.email = v.email
WHERE f.domain = 'techcorp.com';
按部门统计邮箱数量:
SELECT
department,
COUNT(*) as email_count
FROM tomba_domain_search
WHERE domain = 'company.com'
GROUP BY department;
查找多个公司的所有有效邮箱:
SELECT * FROM tomba_domain_search
WHERE domain IN ('company1.com', 'company2.com', 'company3.com')
AND status = 'valid';
安装
- 安装 Steampipe:
brew install steampipe - 安装 Tomba 插件:
steampipe plugin install tomba - 在
~/.steampipe/config/tomba.spc中配置凭据:
connection "tomba" {
plugin = "tomba"
api_key = "your_api_key"
api_secret = "your_api_secret"
}
- 开始查询:
steampipe query
文档
完整的表结构和查询示例请访问 Steampipe Hub。
集成提示
- 仪表板:使用 Steampipe Dashboard 进行可视化
- 导出:将结果导出为 CSV、JSON 或数据库
- 自动化:通过 cron 任务调度查询
- CI/CD:集成到数据管道中
开源
Tomba Steampipe 插件是开源的。欢迎在 GitHub 上贡献!
信息
发现更多
探索更多集成
发现其他强大的集成来扩展您的工作流程
Airtable
官方轻松将 Tomba 保存的潜在客户直接同步到您的 Airtable 账户,简化数据管理并提升潜在客户组织效率
Albato
通过 Albato 将 Tomba 与 800 多个应用程序连接,提升您的工作效率。优化工作流程,自动化处理流程
Apify
官方通过 Apify 将 Tomba 与数千个应用连接,自动化您的工作流程。简化流程,提升效率。
Claude
官方将 Claude 与 Tomba 集成
Flowmattic
通过 Flowmattic 将 Tomba 与 88 多个应用程序连接,提升您的工作效率。优化工作流程,自动化处理流程
Hubspot
官方轻松将 Tomba 保存的潜在客户直接同步到您的 Hubspot 账户,简化数据管理并提升潜在客户组织效率
Trusted by 150,000+ professionals
"Stellar product and amazing support. I have tested many tools and this one is far superior by far. I highly recommend it."
"I spend 3+ months creating best in class content in the form of data-based research studies. When all is said and done, Tomba is the tool I turn to."
"Tomba.io is very fast and has lots of features to help anyone prospect and find exactly who you need to find. I'm saving at least 5 hours a week!"
"The data is always fresh, and the n8n integration is excellent for my use case. Support is very responsive overall. I'd rate it 9/10."
"Since years, Tomba has provided the most results per search, and still it keeps getting better. I highly recommend Tomba."
"I've tested over a dozen email finder tools, and Tomba.io stands out as the best. It consistently delivers accurate results and is incredibly easy to set up."
"As a Founder, as well as a sales leader, there are three things that are important to me: cost effective, easy to use, and accurate data. I actively recommend it."
"It's a great product. I have tried a lot of products in the past, but this is the best one I have ever found."
"Stellar product and amazing support. I have tested many tools and this one is far superior by far. I highly recommend it."
"I spend 3+ months creating best in class content in the form of data-based research studies. When all is said and done, Tomba is the tool I turn to."
"Tomba.io is very fast and has lots of features to help anyone prospect and find exactly who you need to find. I'm saving at least 5 hours a week!"
"The data is always fresh, and the n8n integration is excellent for my use case. Support is very responsive overall. I'd rate it 9/10."
"Since years, Tomba has provided the most results per search, and still it keeps getting better. I highly recommend Tomba."
"I've tested over a dozen email finder tools, and Tomba.io stands out as the best. It consistently delivers accurate results and is incredibly easy to set up."
"As a Founder, as well as a sales leader, there are three things that are important to me: cost effective, easy to use, and accurate data. I actively recommend it."
"It's a great product. I have tried a lot of products in the past, but this is the best one I have ever found."
