# Make

**Make** is a visual automation platform that lets you build multi-step workflows between Clearout and almost any online service, without writing code. You can use it to automate tasks such as email verification and email discovery whenever data moves between your forms, CRMs, spreadsheets, and other tools.

## What Clearout Can Do in the Make

Clearout works with [Make](https://www.make.com/en/integrations/clearout) to provide you powerful email-related actions that you can use in your workflows. The two main actions you can do are

**1. Verify Email Address**

**2. Find Email Address**

These actions help you keep your data accurate and make outreach easier.

> We'll show you how to use Clearout's Verify Email Address action with Google Sheets in the steps below. You can do the same things for other Clearout actions.

## Setup Clearout on Make

{% stepper %}
{% step %}

### Create a new scenario <a href="#create-scenario" id="create-scenario"></a>

* **Log in** to your Make account.
* Click **Create a new scenario** to start building your workflow.

<div data-with-frame="true"><figure><img src="/files/PY9rccTxWdFf51iWylVl" alt=""><figcaption></figcaption></figure></div>

{% endstep %}

{% step %}

### Set Up & Test Trigger Connection

Every scenario starts with a module (connector) that triggers the workflow. For example, using **Google Sheets**:​

* Add **Google Sheets** as the first module.
* Connect your Google account to Make.
* Select the spreadsheet file and worksheet that contains the email addresses, then click **OK** to proceed.

**To test the trigger**- click Run once in Make and then perform the trigger action by adding a new row in Google Sheets or updating an existing row, depending on your trigger type. The scenario will execute automatically and capture the trigger data. You can use other trigger apps (such as forms or CRM tools) in the same way.

<div data-with-frame="true"><figure><img src="/files/JQcFvWPBgG0dowCGHchf" alt="SEt trigger to validate email address of new contacts"><figcaption></figcaption></figure></div>

{% endstep %}

{% step %}

### Add Clearout Action

After configuring your trigger:​

* Click **+** icon to add a new module
* Search for **Clearout** and select it
* Choose **Verify Email Address**
* Click **OK**

<div align="center" data-with-frame="true"><figure><img src="/files/YKbkpbXLZKQXLTrZYlEv" alt=""><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}

### Connect Your Clearout Account <a href="#connect-your-clearout-account" id="connect-your-clearout-account"></a>

After selecting the Clearout action:

* Click **Add** to create a new connection.​
* Paste your Clearout API Token when prompted

**Generate your API Token:**

* **Log in** to your Clearout Account.
* Go to [**Developer → API**](https://app.clearout.io/developer/api/list).
* Click **Create API Token** to generate a new token.
* Copy the token and paste it into the **Create a connection** popup in Make, then save.

<div data-with-frame="true"><figure><img src="https://docs.clearout.io/~gitbook/image?url=https%3A%2F%2F93738666-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252FEXQQW0hsXyH0YD4ePoxb%252Fuploads%252FlpWlEJhkaEzM7aqZJUUg%252FScreenshot-5-1024x551.png%3Falt%3Dmedia%26token%3D285ec79b-0875-4bc3-a31c-c81997e4ac85&#x26;width=768&#x26;dpr=3&#x26;quality=100&#x26;sign=65d6ff8f&#x26;sv=2" alt=""><figcaption></figcaption></figure></div>

{% endstep %}

{% step %}

### Test Google Sheets Workflow  <a href="#test-workflow" id="test-workflow"></a>

**Example Workflow**

Using Google Sheets as the trigger:

* **Trigger:** New email added in Google Sheets
* **Action:** Clearout → Verify Email Address or Find Email Address
* **Result:** Output (verification status or found email) is updated back in the sheet

**Test the Scenario**

After all modules are configured:

1. Click **Run once** in Make to test the scenario.
2. Check the Clearout module output to view the results for each processed record.

<div data-with-frame="true"><figure><img src="/files/aTZ6uylUXx95pjj85xY4" alt="Configure and run the module to test the email validation"><figcaption></figcaption></figure></div>

From here, you can add more modules (filters, routers, CRM updates, notifications) to route data based on your workflow logic and fully **automate your process with Clearout and Make.**

View a sample scenario in [Make](https://www.make.com/en/templates/4330-watch-google-sheets-records-and-verify-emails-using-clearout)
{% endstep %}
{% endstepper %}


---

# 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://docs.clearout.io/integrations/automation/make.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.
