Integromat DevTool

Inspect and Tweak your Scenarios in Integromat at a Single Glance!

Integromat DevTool allows you to debug your Integromat scenarios in a completely new way. It adds an extra pane to the Chrome Developer Tools. Using this new debugger pane, you're able to check all the manual runs of your scenario, review all the performed operations, and see the details of every API call performed. It also brings a whole bunch of new opportunities for Apps development. You're able to check every call that your app has performed. Thanks to this extension, you can easily debug your scenario, see which module, operation, even which single response causes the error, and then get your scenario back on track. Try it out and let your scenarios shine!

Installation

  1. Add the Integromat Devtool extension to your Chrome browser.
  2. Open your Integromat scenario.
  3. Press Control+Shift+I or F12 (Windows) or  Command+Option+I (Mac) on your keyboard to open Chrome Developer Tools.
  4. Go to the Integromat tab.2020-07-23_09_56_21-Integration_Gmail___Integromat.png
We recommend docking the Chrome Developer Console to the bottom to maintain a better view of your modules.
UwfSd5W5qy.gif

Using Integromat DevTool

Integromat DevTool is divided into 3 main sections:

2020-07-23_10_57_22-Integration_Gmail___Integromat.png

Live Stream

Live Stream displays what is happening in the background once you've hit the Run once button in your scenario.
It allows you to view the following information for each module in your scenario:

  • Request Headers (API endpoint URL, http method, time and date the request has been called at, request headers and query string)
  • Request Body
  • Response Headers
  • Response Body

After you run a scenario, click one of the tabs in the right pane of Integromat DevTool to view the desired information.

2020-07-23_12_37_24-Integration_Google_Sheets__Google_Calendar___Integromat.png

Searching Requests and Responses

Enter the search term into the search field in the left pane of Integromat DevTool to only display requests that contain the search term.

xL9whX99AN.gif

Removing Requests from the List

To clear the list of requests recorded by Integromat DevTool, click the trash bin icon in the top-right corner of the DevTool's left pane.

Z19fEGZskP.gif

Enabling Console Logging

To enable the logging in the console, click the computer icon (2020-07-23_13_00_07-Integration_Google_Sheets__Google_Calendar___Integromat.png) in the top-right corner of the DevTool's left pane.
The logging in the console is enabled when the color of the computer icon switches to green.

WeySK7LRrp.gif

Retrieving the Request in the Raw JSON Format or cURL

To retrieve raw JSON content of the request, click the Copy RAW icon (2020-07-23_13_29_52-Integration_Google_Sheets__Google_Calendar___Integromat.png) in the top-right corner of the DevTool's right pane.

YIZ4nBxEZW.gif

cURL can be retrieved using the Copy cURL button next to the Copy RAW button.

Scenario Debugger

The Scenario Debugger is useful for more complex scenarios. It displays the history of the scenario runs and enables you to search modules by their name or ID.

1. To search the module by its name, enter the search term (name or module's ID) to the search field in the left pane of Integromat DevTool in the Scenario Debugger section.

pGeXlP7Q04.gif

2. Double-click the module's name to open its settings in the scenario editor.

i5T9wXgMpm.gif

3. View request details by clicking the desired operation.

2020-07-23_14_23_51-Integration_Google_Sheets__Google_Calendar___Integromat.png

Tools

The following set of tools makes setting up your scenario easier.

Focus a Module

Opens settings of the specified module by ID.

Module ID Enter the ID of the module for which you want to open settings and click the Run button (2020-07-24_10_54_28-Integration_Google_Sheets__Google_Calendar___Integromat.png).

qZEvMPIGxu.gif

Find Module(s) by Mapping

Allows you to search modules' values for the specified term.

Keyword Enter the term you want to search for and click Run (2020-07-24_10_54_28-Integration_Google_Sheets__Google_Calendar___Integromat.png). The numbers in the output are IDs of modules that contain the term you have searched for.
Use Only Values

Enable this option to only search in module fields' values.

Disable this option to also search in module fields' names.

The search is performed through the name and label parameters.

Searching in modules' values:

7sEyFa2Zv2.gif

Get App Metadata

Retrieves metadata of the app by the app's module name or ID. This is useful, for example, when you need to retrieve the app's version used in your scenario for the technical support or the developer of the app.

Source Module Select the module for which you want to retrieve metadata.

Copy Mapping

Copies values from the source module to the target module.

Make sure you set the correct source and target modules. If you select a different type of module, values in the target module will be deleted.
Source Module Select the module or enter the ID of the module from which you want to copy field values.
Target Module

Select the module or enter the ID of the module into which you want to insert the source module values.

Values in the target module will be overwritten!

When the source and target modules are specified, click the Run button (2020-07-24_10_54_28-Integration_Google_Sheets__Google_Calendar___Integromat.png) to perform the action.

Copy Filter

Copies the filter settings from the source module to the target module. 

The copy action is performed on the filter placed on the left side of the selected module. 2020-07-24_11_08_53-Integration_Google_Sheets__Google_Calendar___Integromat.png
Source Module Select the module or enter the ID of the module from which you want to copy filter values.
Target Module

Select the module or enter the ID of the module into which you want to insert the filter values from the source module.

Values in the target module will be overwritten!
Preserve Fallback Route setting

If enabled and the source filter is set as the fallback route, then the target filter is also set as the fallback route.

When the source and target modules are specified, click the Run button (2020-07-24_10_54_28-Integration_Google_Sheets__Google_Calendar___Integromat.png) to perform the action.

Swap Connection

Duplicates a connection from the source module to every module in the scenario of the same app.

Source Module Select the module or enter the ID of the module from which you want to duplicate the connection and set the same connection for every module of the same app in your scenario.

Swap Variable

Searches for specified variables in the scenario and replaces them with a new variable.

Variable to Find

Select the variable pill which you want to be replaced from the module in your scenario and copy it to this (Variable to Find) field. It will then look, for example, like this: {{5.value}}.

PO5uCXuhQa.gif

Replace With

Copy and paste, or drag and drop the variable pill you want to use instead of the variable specified above this field.

0baWjqV1hm.gif

Module

Select the module in which you want to replace the variable. If no module is selected, the variable will be replaced in the entire scenario.

When all is set up, click the Run button (2020-07-24_10_54_28-Integration_Google_Sheets__Google_Calendar___Integromat.png) to perform the replace action.

Swap App

Replaces the selected app version in your scenario with another app version.

Can be used, for example, to upgrade Gmail and Email apps' modules to the latest version. For more details please refer to the Upgrading Gmail and Email App Versions Using Integromat DevTool article.

Do not use this tool unless you know what you are doing!

Base 64

Allows you to encode the entered data to Base64 or to decode Base64. Some requests are encoded to Base64. This tool can be useful when you want to search for particular data in the encoded request.

Operation Select whether you want to encode the data from the Raw Data field (below) to Base64 or decode Base64 to Raw Data.
Raw Data Enter the data you want to encode to Base64 or Base64 you want to decode to raw data, depending on the option selected in the Operation field above.

When the input is specified, click the Run button (2020-07-24_10_54_28-Integration_Google_Sheets__Google_Calendar___Integromat.png) to perform the encode/decode action.

Copy Module Name

Copies the name of the selected module to your clipboard.

Module Select the module whose name you want to copy.

When the module is selected, click the Run button (2020-07-24_10_54_28-Integration_Google_Sheets__Google_Calendar___Integromat.png) to copy the module's name.

Remap Source

Allows you to change the mapping source from one module to another.

1. Add the module you want to use as a source module to the route in your scenario.

2. Set the Remap Source tool:

Source Module Select the module you want to be replaced as the mapping source for other modules in your scenario.
Target Module Select the module you want to use as a new mapping source.
Module to Edit In case you don't want to change the mapping in the entire scenario, select the module you want to change the mapping for.

tZe0Kk2aN6.gif

When the Remap Source tool is set up, click the Run button (2020-07-24_10_54_28-Integration_Google_Sheets__Google_Calendar___Integromat.png) to perform the action.

Highlight App

Highlights modules of the specified app in your scenario.

App to be Highlighted Select the app you want to be highlighted in your scenario.
Version Select the version of the app you want to be highlighted.
Highlight Color Enter the color hex you want to use for highlighting modules.

2euG7C68Jr.gif

Migrate GS

This tool is made especially to upgrade Google Sheets (legacy) modules to the latest Google Sheets version. It adds a new version of the module just after the legacy version of the module in the scenario route.

This tool automates steps 3, 4, 5 described in the Replacing Legacy Modules With New Modules article.

Popular use cases from our blog

automated-data-collection-crm-illustration

How to Automate Data Collection - Part 5: CRM Systems

automated-data-collection-chatbot-marketing-illustration

How to Automate Data Collection - Part 4: Chatbot Marketing

automated-data-collection-paid-ads-illustration

How to Automate Data Collection - Part 3: Paid Ads

automated-data-collection-email-illustration

How to Automate Data Collection - Part 2: Email Marketing Segmentation

personalized-customer-experience-illustration-integromat

5 Automated Solutions to Personalize Customer Experience

data-collection-automation-forms-pt-1

How to Automate Data Collection - Part 1: Online Forms

Didn’t find what you were looking for?

Expert

Find an expert

We feature a network of 450+ certified partners across the globe who are ready to help

Find an expert

Automate any workflow in your business

Sign up for a free account today. No credit card required, no time limits on free plan.