Make Workflows Automation

A step-by-step guide to installing LayerProof in Make, configuring credentials, and testing a workflow in your organization.

Make Workflows

Use Make to run LayerProof automations without building custom integrations from scratch.

This guide covers the full setup flow:

  1. create a Make account if you do not have one
  2. create a Make organization in the correct region
  3. install the LayerProof app from the invite link
  4. create a scenario
  5. connect LayerProof with your API credentials
  6. run a simple test action

Before You Start

You need:

  • a LayerProof API key
  • the LayerProof API base URL
  • permission to install apps in your Make organization

If you already have a Make account and a Make organization in the correct region, you can skip to the installation step.

Create a Make Account

If you do not have a Make account yet:

  1. Go to https://www.make.com/en
  2. Create your account
  3. Complete the initial workspace or organization setup

When setting up your Make organization, use:

  • Region: United States (US)
  • Country: United States of America (USA)

Important:

  • for LayerProof, create the organization in the US region from the start
  • Make documents that the organization region cannot be changed later
  • the Country field is your physical location and does not control Make data processing

Install the LayerProof App

After your Make account and organization are ready:

  1. Open the LayerProof invite link: Invite Link
  2. Sign in to Make if needed
  3. Choose the Make organization where you want to install LayerProof
  4. Confirm the installation

After installation, the LayerProof app should be available in your Make organization.

Create Your First Scenario

The fastest way to test the app is with a simple read-only scenario.

  1. In Make, click Create a new scenario
  2. Click the + button to add a module
  3. Search for LayerProof
  4. Select the LayerProof app
  5. Choose an action to test the integration Recommended first test:
  • List Projects

This is a good first test because it is:

  • read-only
  • simple
  • easy to verify

Create a LayerProof Connection

When Make asks for a connection:
  1. Click Add or Create a connection
  2. Enter:
    • API Key: your LayerProof API key
    • Base URL: your LayerProof API origin
  3. Save the connection

Use values like:

  • API Key: sk_live_...
  • Base URL: https://api.dev.layerproof.app

Important:

  • use the API origin only
  • do not append /api or /api/v2
  • do not use a frontend app URL or dashboard URL as the Base URL

Examples:

  • correct: https://api.dev.layerproof.app
  • incorrect: https://api.dev.layerproof.app/api/v2

Run the First Test

After the connection is saved:

  1. Keep the List Projects action selected
  2. Select your LayerProof connection
  3. Click Run once

If everything is configured correctly, Make should execute the module and return LayerProof project data.

Expected result:

  • the module runs successfully
  • Make returns project data from your LayerProof account
  • you can inspect the output directly in the scenario

For the smoothest setup:

  • create a dedicated Make organization for LayerProof
  • use the US region when creating the organization
  • install LayerProof directly from the invite link
  • start with a simple read-only action such as List Projects
  • verify the connection with Run once before building larger scenarios

Troubleshooting

Check that:

  • you are signed in to the correct Make account
  • you selected the correct Make organization
  • you have permission to install apps in that organization

The LayerProof app does not appear

Check that:

  • the app installation finished successfully
  • you are working in the same Make organization where the app was installed
  • you refreshed the Make editor after installation

The connection fails

Check that:

  • the API key is valid
  • the Base URL is correct
  • the Base URL does not include /api or /api/v2
  • the Base URL points to the API origin, not the frontend app

The test run fails

Check that:

  • the selected action is List Projects
  • the correct LayerProof connection is selected
  • the API key has access to the LayerProof public API
  • the Base URL points to the correct LayerProof environment

You created the wrong region

Make documents that organization region cannot be changed after creation.

If you created the organization in the wrong region, create a new organization in the US region and install the LayerProof app again.

Summary

To use LayerProof with Make:

  1. create a Make account if needed
  2. create a Make organization in the US region
  3. set Country to United States of America (USA)
  4. install LayerProof from the invite link
  5. create a new scenario
  6. add a LayerProof module
  7. create a connection with API Key and Base URL
  8. test List Projects with Run once