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
Create a New Scenario
Log in to your Make dashboard and click the large purple + Create a new scenario button.
Add the HTTP Module
Click the big + button in the center of the canvas. Search for HTTP and select the Make a request action.
Configure the Request
In the module settings panel, configure the following:
- Auth:If protected, click + Add a Header. Set Name to
x-mock66-api-keyand 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.
- Auth:If protected, click + Add a Header. Set Name to
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).
Run Once
Click the Run once button in the bottom left corner. Make will fetch a sample response from Mock66 and analyze the Schema.
Map Fields
Add another module. When clicking a field, you will see purple tags like product_nameavailable for mapping.