Start Here

  • Introduction
  • Quick Start

Core Features

  • Project Settings
  • Schema Builder
  • Dynamic Data
  • Conditional Logic
  • Relationships
  • Consuming your API

Integrations

  • n8n Workflows
  • Make (Integromat)
  • AI Tools

Make (Integromat) Integration

Prototype automation scenarios rapidly by feeding them consistent, structured mock data.

Prerequisites

Before connecting Make to Mock66, ensure you have:

  • An active Make account(opens in a new tab).
  • A Mock66 endpoint ready to use (e.g., /products).

Configuration Steps

  1. Create a New Scenario

    Log in to your Make dashboard and click the large purple + Create a new scenario button.

  2. Add the HTTP Module

    Click the big + button in the center of the canvas. Search for HTTP and select the Make a request action.

  3. Configure the Request

    In the module settings panel, configure the following:

    • Auth:If protected, click + Add a Header. Set Name to x-mock66-api-key and Value to your API Key.
    • URL:
      Paste your full endpoint URL.
      https://proj_abc123.mock66.dev/products
    • Method:
      GET (or POST to simulate creation).
    • Parse response:
      Yes (Check this box). Critical for JSON parsing.

Mapping Data

Once your HTTP module is configured, you need to teach Make what your data looks like so you can use it in other modules (like Slack, Gmail, or Google Sheets).

1

Run Once

Click the Run once button in the bottom left corner. Make will fetch a sample response from Mock66 and analyze the Schema.

2

Map Fields

Add another module. When clicking a field, you will see purple tags like product_nameavailable for mapping.

Pro Tip: If you change your schema in Mock66, click "Run once" in Make again to refresh the data structure.

On this page

  • Prerequisites
  • Configuration
  • Mapping Data
Previous
n8n Workflows
Next
AI Tools