Skip to content

Commit 103a397

Browse files
docs: improve README
1 parent 0a98169 commit 103a397

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

README.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,17 @@ This is an n8n community node for integrating with the ZeroBounce API in your n8
1111
* [Operations](#operations)
1212
* [Credentials](#credentials)
1313
* [Usage](#usage)
14+
* [Support](#support)
1415
* [Compatibility](#compatibility)
1516
* [Resources](#resources)
1617

1718
## About
1819

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

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

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

2926
## Installation
3027

@@ -44,17 +41,17 @@ Follow the [installation guide](https://docs.n8n.io/integrations/community-nodes
4441
- Validate Email
4542
- Validate Batch
4643
- 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
5047

5148

5249
- A.I. Scoring
5350
- Score Email
5451
- 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
5855

5956

6057
- Email Finder
@@ -96,16 +93,19 @@ For more information, see [API Keys Management](https://www.zerobounce.net/docs/
9693

9794
When testing your workflows, use [API Sandbox Mode](https://www.zerobounce.net/docs/email-validation-api-quickstart/#sandbox_mode__v2__) data.
9895

99-
### Send File
100-
#### Wait Webhook
96+
### Send File Wait Webhook
10197
- 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'
10399
- Set the HTTP Method to 'POST'
104100
- Optional: Add a webhook suffix with the options dropdown e.g. `zerobounce`
105101
- Set the 'return_url' parameter in the Send File node to the webhook URL e.g. `{{$execution.resumeUrl}}/zerobounce`
106102
- On execution, the URL is generated and the 'Wait' node will wait until the notification is received from ZeroBounce
107103
- 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)
108104

105+
## Support
106+
107+
If you encounter an issue with this node, please [Contact Us](https://www.zerobounce.net/contact-us/).
108+
109109
## Compatibility
110110

111111
Compatible with n8n@1.60.0 or later

0 commit comments

Comments
 (0)