Skip to content
Last updated

Make integration

Make (formerly Integromat) is a visual automation platform that allows teams to connect apps and automate workflows. Integrating Make with Frontegg allows your application to access automation data — including scenarios, connections, webhooks, and data stores — on behalf of your users through API token authentication.


Prerequisites

  • A Make account with admin access
  • Access to make.com

Connect Make

Step 1: Sign in to Make

Navigate to make.com and sign in to your account. You can use Google or email and password authentication.

Make sign-in page

Step 2: Open your profile menu

After signing in, you land on the Make dashboard. Click the profile icon in the top-right corner of the page to open the account menu.

Make dashboard with profile icon highlighted

Step 3: Go to your profile

In the dropdown menu, click Profile to open your profile settings.

Make account dropdown menu with Profile option highlighted

Step 4: Open API access

In the left sidebar of your profile settings, click API access. This page lists all your existing API tokens and lets you create new ones.

Click + Add token to create a new token.

Make API access page with Add token button highlighted

Step 5: Configure the token

In the Add token dialog, configure the following:

Scope — Select the scopes your integration requires:

ScopeDescription
scenarios:readRead access to automation scenarios
scenarios:writeWrite access to automation scenarios
connections:readRead access to connections

Minimum required scopes

For basic automation functionality, you need: scenarios:read and connections:read.

Label — Enter a name for your token, for example Frontegg Integration.

Click Add to create the token.

Make Add token dialog with scopes selected and label filled in

Step 6: Copy your API token

After clicking Add, Make generates your API token and displays it on the API access page. Copy the token value using the Copy to clipboard button and store it securely.

Save your token now

The full token value is only shown immediately after creation. Once you leave this page, only the masked version is displayed. Store the token value in a secure location before continuing.

Make API access page showing the newly created Frontegg Integration token

Step 7: Identify your Make zone URL

Make is hosted across multiple zones, and each account belongs to exactly one. Frontegg needs the full zone URL to route API requests correctly.

After signing in to Make, look at your browser address bar — the host is your zone URL. It is one of:

  • https://eu1.make.com
  • https://eu2.make.com
  • https://us1.make.com
  • https://us2.make.com

Copy the one that matches your account. You will enter it in the Frontegg portal in the next section.

Configure the Frontegg portal

Once you have obtained your API token and identified your Make zone URL from the steps above, enter them in the integration configuration page of the Frontegg portal:

  1. Open the Frontegg portal and navigate to [ENVIRONMENT] → Integrations → Make.
  2. Enter the API Key (the token you copied in Step 6) in the corresponding field.
  3. Enter your Make zone URL (e.g. https://eu2.make.com) in the corresponding field.
  4. Click Save.

Keep your token secure

Never share or commit your API token to version control.

Additional resources