Make
Overview
Section titled “Overview”Make (formerly Integromat) is a visual automation platform that lets you build complex workflows by connecting hundreds of apps and services without code. With the Make integration in SquadOS, your agents can manage organizations, teams, scenarios, and retrieve usage data directly from the Make API.
- Composio documentation: docs.composio.dev/toolkits/make
Authentication
Section titled “Authentication”This tool uses API key (API_KEY) to connect.
You will need the following fields:
| Field | Required | Description |
|---|---|---|
api_key | Yes | API token generated in your Make account settings. |
How to get credentials
Section titled “How to get credentials”- Go to make.com and sign in to your account.
- Click your avatar in the top right corner and go to Profile.
- Navigate to the API tab (or go directly to
app.make.com/profile/api). - Click Add token, give it a descriptive name (e.g., “SquadOS”) and select the required scopes.
- Copy the generated token — it is only shown once.
How to connect in SquadOS
Section titled “How to connect in SquadOS”- Go to Tools in the side menu (
/admin/tools). - Open the Available tab and search for
Make. - Click the card to open the details modal and hit Connect.
- You’re taken to the secure connection page hosted by Composio, where you enter the API key obtained above.
- Once done, you’re sent back to SquadOS with the account connected and the tool available for your agents. (Connection-flow details in Organization Tools.)
Available actions
Section titled “Available actions”Create Organization
Section titled “Create Organization”MAKE_CREATE_ORGANIZATIONS
Tool to create a new organization in Make. Use when you need to set up a new organization with specific region, timezone, and country settings.
Input parameters
Section titled “Input parameters”| Name | Type | Required | Description |
|---|---|---|---|
name | string | Yes | The name of the organization. |
regionId | integer | Yes | ID of the Make region instance associated with the organization. Get from List Enums IMT Regions action or GET /enums/imt-regions endpoint. |
countryId | integer | Yes | ID of the country associated with the organization. Get from List Enums Countries action or GET /enums/countries endpoint. |
timezoneId | integer | Yes | ID of the timezone for the organization. Get from List Enums Timezones action or GET /enums/timezones endpoint. |
Output
Section titled “Output”| Name | Type | Required | Description |
|---|---|---|---|
data | string | Yes | Data from the action execution. |
error | string | No | Error if any occurred during the execution of the action. |
successful | boolean | Yes | Whether or not the action execution was successful. |
Create Password Reset Demand
Section titled “Create Password Reset Demand”MAKE_CREATE_USERS_PASSWORD_RESET_DEMAND
Tool to create a password reset demand for a user by their email address. Use when a user needs to reset their password and you want to trigger a password reset email.
Input parameters
Section titled “Input parameters”| Name | Type | Required | Description |
|---|---|---|---|
email | string | Yes | The email of the user for whom the password should be reset. |
Output
Section titled “Output”| Name | Type | Required | Description |
|---|---|---|---|
data | string | Yes | Data from the action execution. |
error | string | No | Error if any occurred during the execution of the action. |
successful | boolean | Yes | Whether or not the action execution was successful. |
Get Cashier Prices
Section titled “Get Cashier Prices”MAKE_GET_CASHIER_PRICES
Tool to retrieve a specific cashier price by its identifier. Returns pricing details including product ID, price value, currency, billing period, and configuration limits (operations, data store, transfers).
Input parameters
Section titled “Input parameters”| Name | Type | Required | Description |
|---|---|---|---|
priceId | integer | Yes | Identifier for the specific price record being queried. |
Output
Section titled “Output”| Name | Type | Required | Description |
|---|---|---|---|
data | string | Yes | Data from the action execution. |
error | string | No | Error if any occurred during the execution of the action. |
successful | boolean | Yes | Whether or not the action execution was successful. |
Get Cashier Products
Section titled “Get Cashier Products”MAKE_GET_CASHIER_PRODUCTS
Tool to retrieve available cashier products from Make. Use when you need to discover available subscription plans, add-ons, or pricing options for organizations.
Input parameters
Section titled “Input parameters”| Name | Type | Required | Description |
|---|---|---|---|
type | string | No | Enum for product types in Make cashier system. Accepted values: "PLAN" or "EXTRA". |
organizationId | integer | No | Filter by organization identifier. Returns products available for the specified organization. |
relatedPriceId | integer | No | Filter products by associated price ID. Returns products linked to the specified price. |
includeInvisible | boolean | No | Include invisible products in the response. When true, returns products not normally visible to users. |
Output
Section titled “Output”| Name | Type | Required | Description |
|---|---|---|---|
data | string | Yes | Data from the action execution. |
error | string | No | Error if any occurred during the execution of the action. |
successful | boolean | Yes | Whether or not the action execution was successful. |
Get Current Authorization
Section titled “Get Current Authorization”MAKE_GET_CURRENT_AUTHORIZATION
Tool to retrieve current authorization details for the authenticated user. Returns permission scopes and authentication method used. Use after authentication to verify token capabilities.
Output
Section titled “Output”| Name | Type | Required | Description |
|---|---|---|---|
data | string | Yes | Data from the action execution. |
error | string | No | Error if any occurred during the execution of the action. |
successful | boolean | Yes | Whether or not the action execution was successful. |
Get Enums Apps Review Statuses
Section titled “Get Enums Apps Review Statuses”MAKE_GET_ENUMS_APPS_REVIEW_STATUSES
Tool to retrieve available app review statuses in Make. Use when you need to understand valid status values for app review workflows.
Output
Section titled “Output”| Name | Type | Required | Description |
|---|---|---|---|
data | string | Yes | Data from the action execution. |
error | string | No | Error if any occurred during the execution of the action. |
successful | boolean | Yes | Whether or not the action execution was successful. |
Get Enums IMT Regions
Section titled “Get Enums IMT Regions”MAKE_GET_ENUMS_IMT_REGIONS
Tool to retrieve the list of Make regions and their regionId values. Use when you need to get valid region identifiers for creating organizations.
Output
Section titled “Output”| Name | Type | Required | Description |
|---|---|---|---|
data | string | Yes | Data from the action execution. |
error | string | No | Error if any occurred during the execution of the action. |
successful | boolean | Yes | Whether or not the action execution was successful. |
Get Enums IMT Zones
Section titled “Get Enums IMT Zones”MAKE_GET_ENUMS_IMT_ZONES
Tool to retrieve available IMT zones in Make. Use when you need to get valid zone IDs for creating organizations via POST /organizations.
Output
Section titled “Output”| Name | Type | Required | Description |
|---|---|---|---|
data | string | Yes | Data from the action execution. |
error | string | No | Error if any occurred during the execution of the action. |
successful | boolean | Yes | Whether or not the action execution was successful. |
Get Enums LLM Models
Section titled “Get Enums LLM Models”MAKE_GET_ENUMS_LLM_MODELS
Tool to retrieve available Large Language Models from Make. Use when you need to get the list of supported LLM models for AI mapping or toolkit configurations.
Output
Section titled “Output”| Name | Type | Required | Description |
|---|---|---|---|
data | string | Yes | Data from the action execution. |
error | string | No | Error if any occurred during the execution of the action. |
successful | boolean | Yes | Whether or not the action execution was successful. |
Get Enums Module Types
Section titled “Get Enums Module Types”MAKE_GET_ENUMS_MODULE_TYPES
Tool to retrieve available module types in Make. Use when you need to get valid module type values for scenarios or filtering modules.
Output
Section titled “Output”| Name | Type | Required | Description |
|---|---|---|---|
data | string | Yes | Data from the action execution. |
error | string | No | Error if any occurred during the execution of the action. |
successful | boolean | Yes | Whether or not the action execution was successful. |
Get Enums Organization Features
Section titled “Get Enums Organization Features”MAKE_GET_ENUMS_ORGANIZATION_FEATURES
Tool to retrieve available organization features in Make. Use when you need to get valid feature values for managing organizations.
Output
Section titled “Output”| Name | Type | Required | Description |
|---|---|---|---|
data | string | Yes | Data from the action execution. |
error | string | No | Error if any occurred during the execution of the action. |
successful | boolean | Yes | Whether or not the action execution was successful. |
Get Enums User API Token Scopes
Section titled “Get Enums User API Token Scopes”MAKE_GET_ENUMS_USER_API_TOKEN_SCOPES
Tool to retrieve all available API token scopes in Make. Use when you need to get valid scope options for creating or managing API tokens.
Output
Section titled “Output”| Name | Type | Required | Description |
|---|---|---|---|
data | string | Yes | Data from the action execution. |
error | string | No | Error if any occurred during the execution of the action. |
successful | boolean | Yes | Whether or not the action execution was successful. |
Get Enums User Email Notifications
Section titled “Get Enums User Email Notifications”MAKE_GET_ENUMS_USER_EMAIL_NOTIFICATIONS
Tool to retrieve available email notification types for Make users. Use when you need to get valid notification settings or populate notification preference selectors.
Input parameters
Section titled “Input parameters”| Name | Type | Required | Description |
|---|---|---|---|
language | string | No | ISO 639-1 language code for notification descriptions. Currently only 'en' (English) is supported. |
Output
Section titled “Output”| Name | Type | Required | Description |
|---|---|---|---|
data | string | Yes | Data from the action execution. |
error | string | No | Error if any occurred during the execution of the action. |
successful | boolean | Yes | Whether or not the action execution was successful. |
Get Enums User Features
Section titled “Get Enums User Features”MAKE_GET_ENUMS_USER_FEATURES
Retrieve the list of all existing user features and their descriptions. Returns an array of user features, each containing a human-readable title and a feature identifier. Use this to discover available user features in Make.
Output
Section titled “Output”| Name | Type | Required | Description |
|---|---|---|---|
data | string | Yes | Data from the action execution. |
error | string | No | Error if any occurred during the execution of the action. |
successful | boolean | Yes | Whether or not the action execution was successful. |
Get Enums Variable Types
Section titled “Get Enums Variable Types”MAKE_GET_ENUMS_VARIABLE_TYPES
Tool to retrieve available variable types in Make. Use when you need to get valid variable type options for creating or managing data stores and variables.
Output
Section titled “Output”| Name | Type | Required | Description |
|---|---|---|---|
data | string | Yes | Data from the action execution. |
error | string | No | Error if any occurred during the execution of the action. |
successful | boolean | Yes | Whether or not the action execution was successful. |
Get Operations
Section titled “Get Operations”MAKE_GET_OPERATIONS
Retrieve daily operations usage for an organization over the past 30 days. Returns operations count, data transfer (bytes), and centicredits consumption per day. Use List Organizations first to get the organization_id.
Input parameters
Section titled “Input parameters”| Name | Type | Required | Description |
|---|---|---|---|
organization_id | integer | Yes | The unique identifier of the organization to get operations usage for. Use List Organizations action to obtain this ID. |
organization_timezone | boolean | No | If true, uses the organization’s timezone to define the start and end of each day in the 30-day timeframe. If false or not specified, uses the API caller’s timezone. |
Output
Section titled “Output”| Name | Type | Required | Description |
|---|---|---|---|
data | string | Yes | Data from the action execution. |
error | string | No | Error if any occurred during the execution of the action. |
successful | boolean | Yes | Whether or not the action execution was successful. |
Get Current User
Section titled “Get Current User”MAKE_GET_USERS_ME
Tool to retrieve information about the current authenticated user. Use when you need to get user details such as ID, name, email, timezone, and support eligibility.
Output
Section titled “Output”| Name | Type | Required | Description |
|---|---|---|---|
data | string | Yes | Data from the action execution. |
error | string | No | Error if any occurred during the execution of the action. |
successful | boolean | Yes | Whether or not the action execution was successful. |
List Enums Countries
Section titled “List Enums Countries”MAKE_LIST_ENUMS_COUNTRIES
Retrieve all supported countries in Make. Returns a list of countries with their IDs, full names, 3-letter ISO codes, and 2-letter ISO codes. Use this to get valid country values for creating or updating organizations, users, or any other resources that require country selection.
Output
Section titled “Output”| Name | Type | Required | Description |
|---|---|---|---|
data | string | Yes | Data from the action execution. |
error | string | No | Error if any occurred during the execution of the action. |
successful | boolean | Yes | Whether or not the action execution was successful. |
List Enums Languages
Section titled “List Enums Languages”MAKE_LIST_ENUMS_LANGUAGES
Tool to retrieve a list of language codes and names. Use when you need to populate language selectors after authentication. Response may be large; filter to only needed language codes before passing downstream.
Input parameters
Section titled “Input parameters”| Name | Type | Required | Description |
|---|---|---|---|
localized | boolean | No | When true, returns only languages with localized names (e.g., Deutsch, Čeština). Defaults to false. |
Output
Section titled “Output”| Name | Type | Required | Description |
|---|---|---|---|
data | string | Yes | Data from the action execution. |
error | string | No | Error if any occurred during the execution of the action. |
successful | boolean | Yes | Whether or not the action execution was successful. |
List Enums LLM Builtin Tiers
Section titled “List Enums LLM Builtin Tiers”MAKE_LIST_ENUMS_LLM_BUILTIN_TIERS
Retrieve all predefined LLM tiers (small, medium, large) with their associated models, providers, and pricing coefficients. Use when configuring AI mapping or AI toolkit settings with builtin tier information.
Output
Section titled “Output”| Name | Type | Required | Description |
|---|---|---|---|
data | string | Yes | Data from the action execution. |
error | string | No | Error if any occurred during the execution of the action. |
successful | boolean | Yes | Whether or not the action execution was successful. |
List Enums Locales
Section titled “List Enums Locales”MAKE_LIST_ENUMS_LOCALES
Retrieve all supported locales in Make. Returns a list of locales with their IDs, display names, standard locale codes, and Angular-compatible codes. Use this to get valid locale values for configuring user preferences and internationalization settings across the Make platform.
Output
Section titled “Output”| Name | Type | Required | Description |
|---|---|---|---|
data | string | Yes | Data from the action execution. |
error | string | No | Error if any occurred during the execution of the action. |
successful | boolean | Yes | Whether or not the action execution was successful. |
List Enums Timezones
Section titled “List Enums Timezones”MAKE_LIST_ENUMS_TIMEZONES
Retrieve all supported timezones in Make. Returns a list of timezones with their IDs, display names (including GMT offset), IANA timezone codes, and UTC offsets. Use this to get valid timezone values for creating or updating organizations, users, or scenarios that require timezone settings.
Output
Section titled “Output”| Name | Type | Required | Description |
|---|---|---|---|
data | string | Yes | Data from the action execution. |
error | string | No | Error if any occurred during the execution of the action. |
successful | boolean | Yes | Whether or not the action execution was successful. |
List Organizations
Section titled “List Organizations”MAKE_LIST_ORGANIZATIONS
Tool to list organizations the authenticated user belongs to (including organizationId, name, and timezoneId). Use when you need to discover organizations immediately after authentication to establish correct org context for subsequent scenario listing and management.
Input parameters
Section titled “Input parameters”| Name | Type | Required | Description |
|---|---|---|---|
cols | array | No | Array of column names to return in the response (e.g., ['id', 'name', 'timezoneId']). |
zone | string | No | The URL of your Make instance domain. |
pg_limit | integer | No | Maximum number of results per page. |
pg_offset | integer | No | Number of entities to skip before returning results. |
pg_sortBy | string | No | Field to sort returned entities by (e.g., 'name', 'id'). |
externalId | string | No | Used by White Label instances for security; null in public Make Cloud. |
pg_sortDir | string | No | Sort direction: 'asc' for ascending or 'desc' for descending. |
Output
Section titled “Output”| Name | Type | Required | Description |
|---|---|---|---|
data | string | Yes | Data from the action execution. |
error | string | No | Error if any occurred during the execution of the action. |
successful | boolean | Yes | Whether or not the action execution was successful. |
List Teams
Section titled “List Teams”MAKE_LIST_TEAMS
Tool to list all teams within an organization. Use when you need to discover teams for managing scenarios and resources within an organization context.
Input parameters
Section titled “Input parameters”| Name | Type | Required | Description |
|---|---|---|---|
cols | array | No | Array of column names to return in the response. Available columns: id, name, organizationId, activeScenarios, activeApps, operations, transfer, centicredits, operationsLimit, transferLimit, consumedOperations, consumedTransfer, isPaused, consumedCenticredits. |
pg_offset | integer | No | Number of entities to skip before returning results. |
pg_sort_by | string | No | Field to sort returned teams by (e.g., 'name', 'id'). |
organization_id | integer | Yes | The unique identifier of the organization to list teams for. Use List Organizations action to obtain this ID. |
Output
Section titled “Output”| Name | Type | Required | Description |
|---|---|---|---|
data | string | Yes | Data from the action execution. |
error | string | No | Error if any occurred during the execution of the action. |
successful | boolean | Yes | Whether or not the action execution was successful. |
Ping API
Section titled “Ping API”MAKE_PING_API
Tool to ping the Make API to verify connectivity and service availability. Use when you need to check if the Make API is accessible and operational before performing other operations.
Output
Section titled “Output”| Name | Type | Required | Description |
|---|---|---|---|
data | string | Yes | Data from the action execution. |
error | string | No | Error if any occurred during the execution of the action. |
successful | boolean | Yes | Whether or not the action execution was successful. |