## 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](https://www.make.com/) ### Connect Make #### Step 1: Sign in to Make Navigate to [make.com](https://www.make.com/en/login) and sign in to your account. You can use Google or email and password authentication. ![Make sign-in page](/assets/make-1.68efe3c7ecd359a0f657cdea50c7732acea50dbb49bd7233129c934650e245a6.1ce25488.png) #### 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](/assets/make-2.e19ea92e582340829996dada859645743dc436bb18fae6b1a969d7be7798b5d4.1ce25488.png) #### 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](/assets/make-3.271b692844a1075a494c920e5438608d816769bf0e241ae1e9e930cb72c5a142.1ce25488.png) #### 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](/assets/make-4.57c2caf39fa69dc8feec485ef95adef1df959d50b64ec919f009e66c982b0e71.1ce25488.png) #### Step 5: Configure the token In the **Add token** dialog, configure the following: **Scope** — Select the scopes your integration requires: | Scope | Description | | --- | --- | | `scenarios:read` | Read access to automation scenarios | | `scenarios:write` | Write access to automation scenarios | | `connections:read` | Read 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](/assets/make-5.45f077ef42b22bf551b2fa6b4160acd9286eac9f2ee4ab1fe85e127b139b1af1.1ce25488.png) #### 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](/assets/make-6.dea3499c1674a2b99f30848262bf935dc91b898a12657c58b5dda0d0f97958d2.1ce25488.png) #### 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 - [Make API documentation](https://developers.make.com/api-documentation/) - [Make API authentication guide](https://developers.make.com/api-documentation/authentication) - [Make developer hub](https://developers.make.com/) - [How to get your Redirect URL](/agen-for-work/connectors/redirect-url)