@pipedream/tomba 0.0.4 → 0.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -18
- package/package.json +2 -5
- package/tomba.app.mjs +11 -0
package/README.md
CHANGED
|
@@ -1,23 +1,11 @@
|
|
|
1
1
|
# Overview
|
|
2
2
|
|
|
3
|
-
With
|
|
4
|
-
and desktop applications. Using the [Tomba API](https://tomba.io/), developers
|
|
5
|
-
have access to advanced functionalities and features they can use to create
|
|
6
|
-
powerful applications quickly and efficiently.
|
|
3
|
+
The Tomba API is a potent tool for email discovery and domain search. With it, you can automate the process of finding and verifying email addresses linked to a domain, which could be pivotal for lead generation, outreach campaigns, or market research. By leveraging the Tomba API on Pipedream, you streamline these tasks into efficient workflows that can interact with numerous other apps and services, such as CRMs, marketing automation tools, or database managers. The synergy between Tomba and Pipedream allows for real-time processing and integration of email data within your existing business systems.
|
|
7
4
|
|
|
8
|
-
|
|
9
|
-
developers to create reliable, secure and scalable applications. The Tomba API
|
|
10
|
-
enables developers to develop and deploy advanced and intuitive applications
|
|
11
|
-
with minimal effort.
|
|
5
|
+
# Example Use Cases
|
|
12
6
|
|
|
13
|
-
|
|
7
|
+
- **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 lead data in the CRM and follow up with an automated outreach sequence using an email marketing tool like Mailchimp.
|
|
14
8
|
|
|
15
|
-
-
|
|
16
|
-
|
|
17
|
-
-
|
|
18
|
-
- Robust Desktop Applications
|
|
19
|
-
- Secure Cloud and Network Applications
|
|
20
|
-
- Intelligent IoT Applications
|
|
21
|
-
- Location-Aware Applications
|
|
22
|
-
- eCommerce Platforms
|
|
23
|
-
- Secure Financial Applications
|
|
9
|
+
- **Domain Research and Monitoring**: Schedule a regular Pipedream workflow that checks a list of domains and uses Tomba to gather any new email addresses. Store the findings in a Google Sheets document and send a Slack notification to the sales team with any updates or new leads.
|
|
10
|
+
|
|
11
|
+
- **Verification and Clean-up for Marketing Campaigns**: Before launching an email campaign, run your email list through a Pipedream workflow that uses Tomba to verify the validity of each address. Update the campaign list in your email platform, like Sendgrid, to omit invalid or nonexistent emails, ensuring higher deliverability and engagement rates.
|
package/package.json
CHANGED
|
@@ -1,15 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pipedream/tomba",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.5",
|
|
4
4
|
"description": "Pipedream Tomba Components",
|
|
5
|
-
"main": "
|
|
5
|
+
"main": "tomba.app.mjs",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"pipedream",
|
|
8
8
|
"tomba"
|
|
9
9
|
],
|
|
10
|
-
"files": [
|
|
11
|
-
"dist"
|
|
12
|
-
],
|
|
13
10
|
"homepage": "https://pipedream.com/apps/tomba",
|
|
14
11
|
"author": "Pipedream <support@pipedream.com> (https://pipedream.com/)",
|
|
15
12
|
"publishConfig": {
|