Skip to main content
ValidPeak LogoValidPeak
Make

Build Visual Email Validation
Workflows with Make

Connect ValidPeak to any tool in your stack with Make's visual scenario builder. Validate emails, route contacts by deliverability score, and automate list hygiene — no code required.

What you can do

Visual real-time validation

Build a Make scenario: form submission → ValidPeak API → route by status. Valid contacts go to your CRM or email list; invalid ones are logged or discarded. The entire flow is built visually, no code needed.

Scheduled batch validation

Set up a Make scenario on a daily or weekly schedule that pulls new contacts from your database, validates them against the ValidPeak API, and writes validation results back to your data store.

Multi-branch contact routing

Use Make's Router module to split contacts into three branches based on ValidPeak's status response: valid → add to CRM, risky → add to review queue, invalid → suppress and log. All in one scenario.

How it works

1

Create a new Make scenario

In Make, click Create a new scenario. Choose your trigger module — e.g., Google Sheets (new row), Typeform (new response), or a webhook from any source.

2

Add an HTTP module for ValidPeak

Add a Make HTTP module. Set method to GET, URL to the ValidPeak API endpoint, and add your ValidPeak API key as a request header. Map the email address from the trigger to the query parameter.

3

Parse the JSON response

ValidPeak returns a JSON object with status, risk_score, and individual flags. Use a Make Set Variable or Parse JSON module to extract the fields you need for routing.

4

Route with a Router module

Add a Router module with conditions based on the ValidPeak status. Connect each route to your downstream action — write to HubSpot, add to Mailchimp, post to Slack, or update a spreadsheet.

Frequently asked questions

Is there a Make module for ValidPeak?

ValidPeak integrates with Make via the built-in HTTP module — no custom app required. Add an HTTP GET request to the ValidPeak API endpoint, pass the email address as a query parameter and your API key as a header, then parse the JSON response in downstream Make modules.

Can Make process bulk contact lists with ValidPeak?

Yes. Use Make's Iterator module to loop through a data store, spreadsheet, or array of email addresses, sending each to ValidPeak via the HTTP module. Use an Array Aggregator to collect results and route them to the appropriate downstream action based on validation status.

How do I handle API rate limits when using ValidPeak in Make?

ValidPeak supports up to 10,000 API requests per minute. Make processes scenarios sequentially by default. If you need to process thousands of contacts quickly, use Make's parallel processing settings and ValidPeak's high-throughput API tier.

Can I schedule Make scenarios to run ValidPeak validation automatically?

Yes. Make supports scheduled triggers — run validation scenarios hourly, daily, or on a custom cron schedule. Use this for regular list hygiene: pull new contacts from your CRM or email platform, validate them, and update their deliverability status automatically.

Start validating with Make — try free

API access on all paid plans. 200 free validations/month to get started.