Skip to content

Make

Make

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.

This tool uses API key (API_KEY) to connect.

You will need the following fields:

FieldRequiredDescription
api_keyYesAPI token generated in your Make account settings.
  1. Go to make.com and sign in to your account.
  2. Click your avatar in the top right corner and go to Profile.
  3. Navigate to the API tab (or go directly to app.make.com/profile/api).
  4. Click Add token, give it a descriptive name (e.g., “SquadOS”) and select the required scopes.
  5. Copy the generated token — it is only shown once.
  1. Go to Tools in the side menu (/admin/tools).
  2. Open the Available tab and search for Make.
  3. Click the card to open the details modal and hit Connect.
  4. You’re taken to the secure connection page hosted by Composio, where you enter the API key obtained above.
  5. 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.)

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.

NameTypeRequiredDescription
namestringYesThe name of the organization.
regionIdintegerYesID of the Make region instance associated with the organization. Get from List Enums IMT Regions action or GET /enums/imt-regions endpoint.
countryIdintegerYesID of the country associated with the organization. Get from List Enums Countries action or GET /enums/countries endpoint.
timezoneIdintegerYesID of the timezone for the organization. Get from List Enums Timezones action or GET /enums/timezones endpoint.
NameTypeRequiredDescription
datastringYesData from the action execution.
errorstringNoError if any occurred during the execution of the action.
successfulbooleanYesWhether or not the action execution was successful.

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.

NameTypeRequiredDescription
emailstringYesThe email of the user for whom the password should be reset.
NameTypeRequiredDescription
datastringYesData from the action execution.
errorstringNoError if any occurred during the execution of the action.
successfulbooleanYesWhether or not the action execution was successful.

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).

NameTypeRequiredDescription
priceIdintegerYesIdentifier for the specific price record being queried.
NameTypeRequiredDescription
datastringYesData from the action execution.
errorstringNoError if any occurred during the execution of the action.
successfulbooleanYesWhether or not the action execution was successful.

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.

NameTypeRequiredDescription
typestringNoEnum for product types in Make cashier system. Accepted values: "PLAN" or "EXTRA".
organizationIdintegerNoFilter by organization identifier. Returns products available for the specified organization.
relatedPriceIdintegerNoFilter products by associated price ID. Returns products linked to the specified price.
includeInvisiblebooleanNoInclude invisible products in the response. When true, returns products not normally visible to users.
NameTypeRequiredDescription
datastringYesData from the action execution.
errorstringNoError if any occurred during the execution of the action.
successfulbooleanYesWhether or not the action execution was successful.

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.

NameTypeRequiredDescription
datastringYesData from the action execution.
errorstringNoError if any occurred during the execution of the action.
successfulbooleanYesWhether or not the action execution was successful.

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.

NameTypeRequiredDescription
datastringYesData from the action execution.
errorstringNoError if any occurred during the execution of the action.
successfulbooleanYesWhether or not the action execution was successful.

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.

NameTypeRequiredDescription
datastringYesData from the action execution.
errorstringNoError if any occurred during the execution of the action.
successfulbooleanYesWhether or not the action execution was successful.

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.

NameTypeRequiredDescription
datastringYesData from the action execution.
errorstringNoError if any occurred during the execution of the action.
successfulbooleanYesWhether or not the action execution was successful.

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.

NameTypeRequiredDescription
datastringYesData from the action execution.
errorstringNoError if any occurred during the execution of the action.
successfulbooleanYesWhether or not the action execution was successful.

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.

NameTypeRequiredDescription
datastringYesData from the action execution.
errorstringNoError if any occurred during the execution of the action.
successfulbooleanYesWhether or not the action execution was successful.

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.

NameTypeRequiredDescription
datastringYesData from the action execution.
errorstringNoError if any occurred during the execution of the action.
successfulbooleanYesWhether or not the action execution was successful.

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.

NameTypeRequiredDescription
datastringYesData from the action execution.
errorstringNoError if any occurred during the execution of the action.
successfulbooleanYesWhether or not the action execution was successful.

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.

NameTypeRequiredDescription
languagestringNoISO 639-1 language code for notification descriptions. Currently only 'en' (English) is supported.
NameTypeRequiredDescription
datastringYesData from the action execution.
errorstringNoError if any occurred during the execution of the action.
successfulbooleanYesWhether or not the action execution was successful.

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.

NameTypeRequiredDescription
datastringYesData from the action execution.
errorstringNoError if any occurred during the execution of the action.
successfulbooleanYesWhether or not the action execution was successful.

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.

NameTypeRequiredDescription
datastringYesData from the action execution.
errorstringNoError if any occurred during the execution of the action.
successfulbooleanYesWhether or not the action execution was successful.

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.

NameTypeRequiredDescription
organization_idintegerYesThe unique identifier of the organization to get operations usage for. Use List Organizations action to obtain this ID.
organization_timezonebooleanNoIf 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.
NameTypeRequiredDescription
datastringYesData from the action execution.
errorstringNoError if any occurred during the execution of the action.
successfulbooleanYesWhether or not the action execution was successful.

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.

NameTypeRequiredDescription
datastringYesData from the action execution.
errorstringNoError if any occurred during the execution of the action.
successfulbooleanYesWhether or not the action execution was successful.

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.

NameTypeRequiredDescription
datastringYesData from the action execution.
errorstringNoError if any occurred during the execution of the action.
successfulbooleanYesWhether or not the action execution was successful.

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.

NameTypeRequiredDescription
localizedbooleanNoWhen true, returns only languages with localized names (e.g., Deutsch, Čeština). Defaults to false.
NameTypeRequiredDescription
datastringYesData from the action execution.
errorstringNoError if any occurred during the execution of the action.
successfulbooleanYesWhether or not the action execution was successful.

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.

NameTypeRequiredDescription
datastringYesData from the action execution.
errorstringNoError if any occurred during the execution of the action.
successfulbooleanYesWhether or not the action execution was successful.

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.

NameTypeRequiredDescription
datastringYesData from the action execution.
errorstringNoError if any occurred during the execution of the action.
successfulbooleanYesWhether or not the action execution was successful.

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.

NameTypeRequiredDescription
datastringYesData from the action execution.
errorstringNoError if any occurred during the execution of the action.
successfulbooleanYesWhether or not the action execution was successful.

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.

NameTypeRequiredDescription
colsarrayNoArray of column names to return in the response (e.g., ['id', 'name', 'timezoneId']).
zonestringNoThe URL of your Make instance domain.
pg_limitintegerNoMaximum number of results per page.
pg_offsetintegerNoNumber of entities to skip before returning results.
pg_sortBystringNoField to sort returned entities by (e.g., 'name', 'id').
externalIdstringNoUsed by White Label instances for security; null in public Make Cloud.
pg_sortDirstringNoSort direction: 'asc' for ascending or 'desc' for descending.
NameTypeRequiredDescription
datastringYesData from the action execution.
errorstringNoError if any occurred during the execution of the action.
successfulbooleanYesWhether or not the action execution was successful.

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.

NameTypeRequiredDescription
colsarrayNoArray 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_offsetintegerNoNumber of entities to skip before returning results.
pg_sort_bystringNoField to sort returned teams by (e.g., 'name', 'id').
organization_idintegerYesThe unique identifier of the organization to list teams for. Use List Organizations action to obtain this ID.
NameTypeRequiredDescription
datastringYesData from the action execution.
errorstringNoError if any occurred during the execution of the action.
successfulbooleanYesWhether or not the action execution was successful.

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.

NameTypeRequiredDescription
datastringYesData from the action execution.
errorstringNoError if any occurred during the execution of the action.
successfulbooleanYesWhether or not the action execution was successful.