Overview
Make, formerly Integromat, is a third party service that 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.
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.
Prerequisites
- Site is on at least version 4.14.0 (unless otherwise configured)
- Make Account and Organization created (or you can reach out to our CIMboost for assistance)
- Bundle purchased: API System with Standard GETs / POSTs and 2 App Authorizations
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 -“
- Any other resources can be mapped and used with the “Make An API Call” module
- In Make, follow their documentation to create scenarios, where you can search for “CIMcloud” to connect
Modules Supported
- Make an API Call: Catch-all module to call any CIMcloud API Resources that aren’t installed, or are custom
- 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…