Mail7 for Make (Integromat)

Honest email validation for your Make scenarios

Add a Mail7 module to any Make scenario and validate an address as it flows through. It returns Valid, Not Valid or Unknown, so you filter out only confirmed-invalid leads and keep the real ones.

The Make app is in review - install the custom Mail7 app in your account directly today.

The Mail7 module for Make

The module accepts an email from any earlier module and returns a structured validation result. Wire it into the middle of a scenario to score addresses before they reach a CRM, a sheet or a mailing tool.

Valid, Not Valid, Unknown: three routes, not two

Make routers work best with clear branches, and the module gives you three honest ones instead of a lossy yes or no:

Valid

Mailbox confirmed. Continue the route.

Not Valid

Confirmed invalid. Filter it out.

Unknown

Unconfirmed. Keep it, do not reject.

Filter confirmed-invalid, preserve Unknown

The safe pattern is a router that sends only Not Valid down a cleanup path while Valid and Unknown continue. Unknown means Mail7 could not confirm the mailbox (catch-all, greylisting or blocked SMTP), so dropping those addresses would lose real people.

Scenarios: form to CRM, lead routing, list cleanup

Validate a form submission before creating a CRM record, route inbound leads by quality, or run a scheduled scenario that re-checks a list and quarantines the bad addresses. The module drops into whichever apps your scenario connects.

Install the Mail7 app in Make

  1. 1

    Add the custom app

    The public listing is in review, so install the custom Mail7 app in your Make account directly.

  2. 2

    Add the validate module

    Place it after the module that produces the email.

  3. 3

    Route on the result

    Use a router or filter on the Valid / Not Valid / Unknown output.

Free single checks, paid plans for volume

Single checks are free and need no account. Paid plans raise your API volume for high-throughput scenarios, and you are only charged for definite Valid and Not Valid results. Unknown checks are always free.

Related integrations

Frequently asked questions

Is it in the Make app directory?

The app is in review. You can install the custom Mail7 app in your Make account directly today.

What does the module return?

A three-way result (Valid, Not Valid, Unknown) for branching in your scenario.

Do I remove Unknown contacts?

No, Unknown is unconfirmed rather than invalid; keep them and route out only Not Valid.

Are Unknown checks free?

Yes, they are never billed.

Does a validation error break my scenario?

No, the module fails open.

All Mail7 integrations