Overview
Make, formerly Integromat, is a third party iPaaS solution that simplifies moving data between software platforms. The CIMcloud Make App simplifies sharing & moving data (via the Make platform) between CIMcloud and 1000’s of other software platforms (that also have pre-built integrations with Make).
A Make account (and any associated pricing they charge) is not included with the CIMcloud Make App. You will need create your own account at your expense.
What is iPaaS?
Make is a popular, no-code iPaaS. iPaaS stands for Integration Platform as a Service. It is a cloud-based solution that enables organizations to connect disparate applications, data sources, and systems (both cloud-based and on-premises) to automate workflows and synchronize data without requiring extensive, custom coding. This section broadly describes the iPaaS software category.
- The Problem It Solves: Companies often use hundreds of different SaaS applications (e.g., Salesforce, Slack, Gmail) that don’t talk to each other, creating “data silos” and forcing employees to perform manual data entry.
- The Solution: An iPaaS acts as a “digital bridge,” using pre-built connectors to link these systems, allowing data to flow freely and automating business processes (like automatically creating a CRM lead when a user fills out a web form).
- Key Features: Most iPaaS tools offer visual drag-and-drop interfaces (no-code or low-code), data transformation (mapping data between different formats), and centralized monitoring.
- Benefits: It saves time, reduces human error, breaks down data silos, and reduces IT workload.
What is Make (Integromat)?
Make is software company that has a cloud-based automation platform (iPaaS) that lets you connect apps and automate workflows by visually creating “scenarios” without code. It simplifies API calls and enables real-time data synchronization across systems, helping businesses automate repetitive tasks and integrate disparate tools.
- Visual Automation: Make uses a visual, drag-and-drop builder to create “scenarios” (automations) that connect different apps.
API Management: It acts as an API-driven, no-code middleware to connect over 1,500+ apps. - Data Transformation: Similar to other iPaaS, it maps data between applications and can handle complex logic, such as IF/THEN scenarios, to manipulate data as it flows between systems.
- Target Market: While many iPaaS are aimed at enterprises, Make (Integromat) is designed to be accessible to smaller businesses (SMBs) and individual users, while still having the power for complex, high-volume automations.
In summary, Make provides the core functionality of an iPaaS by allowing you to connect various apps, synchronize data, and automate workflows in a, no-code, cloud-native environment.
What Is the CIMcloud Make App?
Building on Make’s automation capabilities, CIMcloud’s Make App provides pre-built modules that connect CIMcloud’s API with other systems to get, search, create, and update data between platforms.
At it’s root, Make simplifies API calls between third parties by creating “scenarios”. With CIMcloud’s API Framework, we have built a custom Make App to Get, Search, Create, and Update data.
CIMcloud Prerequisites (for using the CIMcloud Make App)
- Site is on at least version 4.14.0 (unless otherwise configured)
- Make Account and Organization created (you can reach out to CIMboost or other CIMcloud partners for assistance)
- Bundle purchased: API System with Standard GETs / POSTs and 2 App Authorizations
CIMcloud Make App Setup
Follow these steps to use the CIMcloud Make App:
- Create a new API App Authorization within the CIMcloud Worker Portal
- Set the Authentication Type to Basic (relevant link)
- Under Assigned Resources, include all Resources that start with “Make -”
- (optional) Any other standard, or custom, API Resources can be included. The “Make An API Call” module will list these out.
- In Make, follow their documentation to create scenarios, where you can search for “CIMcloud” to connect
CIMcloud “Modules” Supported
Each method of calling CIMcloud’s API Framework is called a “Module” within Make. You are then able to connect CIMcloud modules with other Third Party modules to sync data between systems.
- Make an API Call: Catch-all module to call any CIMcloud API Resources that aren’t installed as modules, or are custom API Resources
- List Resources: Returns list of CIMcloud API Resources that are mapped to the App Authorization called
- Create Account: Post to create Accounts
- Get an Account: Returns a single Account with all the fields
- Search Accounts: Returns all Accounts with limited fields
- Create an Order: POST calling the OrderPassThrough API Function (via CIMcloud API Resource)
- Get an Order by Order Number: Returns a single Order, and order details, with all the fields
- Search Orders: Returns all the order/details with limited fields
- Search Customers: Returns all Customers with limited fields
- Get a Contact: Returns a single customer with all fields
- Get a Product by SKU: Returns a single product with all fields, including inventory levels for that product
- Search Products: Returns all products with limited fields
Blueprints
Make allows the you to import Blueprints, a JSON file, which can be a starting off point for your scenarios. Blueprints coming soon…