# Zerobounce Validate Emails

Blocks for validating email deliverability using ZeroBounce.

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

***


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://agpt.co/docs/integrations/block-integrations/validate_emails.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
