# Make

Make is a platform that allows users to automate workflows by connecting various apps and services.

- **Category:** marketing automation
- **Auth:** API_KEY
- **Composio Managed App Available?** N/A
- **Tools:** 25
- **Triggers:** 0
- **Slug:** `MAKE`
- **Version:** 20260316_00

## Tools

### Create Organization

**Slug:** `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

| Parameter | 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

| Parameter | 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 or not |

### Create Password Reset Demand

**Slug:** `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

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `email` | string | Yes | The email of the user for whom the password should be reset. |

#### Output

| Parameter | 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 or not |

### Get Cashier Prices

**Slug:** `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

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `priceId` | integer | Yes | Identifier for the specific price record being queried. |

#### Output

| Parameter | 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 or not |

### Get Cashier Products

**Slug:** `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

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `type` | string ("PLAN" | "EXTRA") | No | Enum for product types in Make cashier system. |
| `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

| Parameter | 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 or not |

### Get Current Authorization

**Slug:** `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

| Parameter | 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 or not |

### Get Enums Apps Review Statuses

**Slug:** `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

| Parameter | 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 or not |

### Get Enums IMT Regions

**Slug:** `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

| Parameter | 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 or not |

### Get Enums IMT Zones

**Slug:** `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

| Parameter | 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 or not |

### Get Enums LLM Models

**Slug:** `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

| Parameter | 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 or not |

### Get Enums Module Types

**Slug:** `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

| Parameter | 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 or not |

### Get Enums Organization Features

**Slug:** `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

| Parameter | 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 or not |

### Get Enums User API Token Scopes

**Slug:** `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

| Parameter | 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 or not |

### Get Enums User Email Notifications

**Slug:** `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

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `language` | string | No | ISO 639-1 language code for notification descriptions. Currently only 'en' (English) is supported. |

#### Output

| Parameter | 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 or not |

### Get Enums User Features

**Slug:** `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

| Parameter | 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 or not |

### Get Enums Variable Types

**Slug:** `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

| Parameter | 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 or not |

### Get Operations

**Slug:** `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

| Parameter | 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

| Parameter | 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 or not |

### Get Current User

**Slug:** `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

| Parameter | 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 or not |

### List Enums Countries

**Slug:** `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

| Parameter | 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 or not |

### List Enums Languages

**Slug:** `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

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `localized` | boolean | No | When true, returns only languages with localized names (e.g., Deutsch, Čeština). Defaults to false. |

#### Output

| Parameter | 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 or not |

### List Enums LLM Builtin Tiers

**Slug:** `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

| Parameter | 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 or not |

### List Enums Locales

**Slug:** `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

| Parameter | 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 or not |

### List Enums Timezones

**Slug:** `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

| Parameter | 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 or not |

### List Organizations

**Slug:** `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

| Parameter | 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

| Parameter | 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 or not |

### List Teams

**Slug:** `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

| Parameter | 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_sortBy` | 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

| Parameter | 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 or not |

### Ping API

**Slug:** `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

| Parameter | 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 or not |
