You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16-16Lines changed: 16 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,20 +11,17 @@ This is an n8n community node for integrating with the ZeroBounce API in your n8
11
11
*[Operations](#operations)
12
12
*[Credentials](#credentials)
13
13
*[Usage](#usage)
14
+
*[Support](#support)
14
15
*[Compatibility](#compatibility)
15
16
*[Resources](#resources)
16
17
17
18
## About
18
19
19
-
[ZeroBounce](https://www.zerobounce.net) is an award-winning email verification and deliverability platform helping more than 185,000 customers land their emails in the inbox.
20
+
[ZeroBounce](https://www.zerobounce.net) is an award-winning email verification and deliverability platform trusted by more than 185,000 customers.
20
21
21
-
The service removes email typos, nonexistent and abuse email accounts, spam traps and other risky email addresses. ZeroBounce’s email deliverability toolkit further supports the safe inbox delivery of transactional and marketing emails. The company operates a military-grade security infrastructure. It is GDPR and SOC 2 Type 2 compliant and ensures the highest levels of data protection.
22
+
It detects invalid, abuse, spam trap other risky email addresses to improve inbox placement.
22
23
23
-
ZeroBounce has validated more than 13 billion emails. Some of the companies it serves are Amazon, Disney, Netflix, LinkedIn and Sephora.
24
-
25
-
In 2019, ZeroBounce took no. 851 on the Inc. 5000 list of the fastest-growing private companies in the United States. One year later, ZeroBounce rose to no. 40 on the list. In 2021, ZeroBounce was number 9 on the Inc. 5000 Regionals list of the fastest-growing companies in
26
-
Florida, and in 2022, it was no. 1,954 on the national Inc. 5000 list. In 2022, ZeroBounce founded Email Day (April 23), now an international holiday honoring
27
-
email inventor Ray Tomlinson.
24
+
The company is GDPR and SOC 2 Type 2 compliant, validating over 13 billion emails to date. Some of the companies it serves are Amazon, Disney, Netflix, LinkedIn and Sephora.
28
25
29
26
## Installation
30
27
@@ -44,17 +41,17 @@ Follow the [installation guide](https://docs.n8n.io/integrations/community-nodes
44
41
- Validate Email
45
42
- Validate Batch
46
43
- Bulk Validate Send File
47
-
-Bulk Validate Get File
48
-
-Bulk Validate File Status
49
-
-Bulk Validate Delete File
44
+
-Bulk Validate Get File
45
+
-Bulk Validate File Status
46
+
-Bulk Validate Delete File
50
47
51
48
52
49
- A.I. Scoring
53
50
- Score Email
54
51
- Bulk A.I. Scoring Send File
55
-
-Bulk A.I. Scoring Get File
56
-
-Bulk A.I. Scoring File Status
57
-
-Bulk A.I. Scoring Delete File
52
+
-Bulk A.I. Scoring Get File
53
+
-Bulk A.I. Scoring File Status
54
+
-Bulk A.I. Scoring Delete File
58
55
59
56
60
57
- Email Finder
@@ -96,16 +93,19 @@ For more information, see [API Keys Management](https://www.zerobounce.net/docs/
96
93
97
94
When testing your workflows, use [API Sandbox Mode](https://www.zerobounce.net/docs/email-validation-api-quickstart/#sandbox_mode__v2__) data.
98
95
99
-
### Send File
100
-
#### Wait Webhook
96
+
### Send File Wait Webhook
101
97
- Use a [Wait node](https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.wait/#on-webhook-call) to wait for a webhook confirming completion of a file
102
-
-Use Resume mode 'On Webhook Call'
98
+
-Set the resume mode to 'On Webhook Call'
103
99
- Set the HTTP Method to 'POST'
104
100
- Optional: Add a webhook suffix with the options dropdown e.g. `zerobounce`
105
101
- Set the 'return_url' parameter in the Send File node to the webhook URL e.g. `{{$execution.resumeUrl}}/zerobounce`
106
102
- On execution, the URL is generated and the 'Wait' node will wait until the notification is received from ZeroBounce
107
103
- If the webhook is never called, check the HTTP Method on the wait node is set to 'POST' and view the status of the callback here [API Callback Status](https://www.zerobounce.net/members/API/status)
108
104
105
+
## Support
106
+
107
+
If you encounter an issue with this node, please [Contact Us](https://www.zerobounce.net/contact-us/).
0 commit comments