mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-04-30 03:00:41 -04:00
- Add h1 file title with manual description section to all doc files - Make all blocks use h2 headings (previously first block was h1) - Make all sections use h3 headings consistently - Add title fixes for GitHub, LLM, API, HubSpot, LinkedIn, etc. - Add --check warning for unfilled manual sections (116 files) - Fill in descriptions for top-level category files Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1.3 KiB
1.3 KiB
Zerobounce Validate Emails
Add a description of this category of blocks.
Validate Emails
What it is
Validate emails
How it works
This block uses the ZeroBounce API to validate email addresses for deliverability. It checks if an email is valid, invalid, catch-all, spamtrap, abuse, or disposable. Optionally provide an IP address for additional validation context.
The response includes detailed status information, SMTP provider, and recommendation on whether to send emails to that address.
Inputs
| Input | Description | Type | Required |
|---|---|---|---|
| Email to validate | str | Yes | |
| ip_address | IP address to validate | str | No |
Outputs
| Output | Description | Type |
|---|---|---|
| error | Error message if the search failed | str |
| response | Response from ZeroBounce | Response |
Possible use case
List Cleaning: Validate email lists before campaigns to reduce bounce rates.
Lead Qualification: Verify lead email addresses as part of intake workflows.
Form Validation: Check email validity in real-time during user registration or contact form submissions.