The NetSuite REST web services provide an integration channel that extends the capabilities of SuiteTalk. REST web services provide a REST-based interface for interacting with NetSuite. Using REST web services, we can: Use CRUD (create, read, update, delete) operations to perform business processing on NetSuite records and to navigate dynamically between records. REST Web Services […]
When we move on to the Resource menu, individual Imports or Exports or Connections can be used for multiple data flows.so changing one location can impact multiple components of the Integration. Resource menu contains : Connections : Typically have one connection for each system that we are connecting to. We can see the Status (online/ offline) […]
In the Tools menu there are two options: Let us look into the Flow Builder. Flow Builder is the key concept of integratorio and helps to build an integration flow from a source to a destination and how we manipulate those data going through. Let us build a sample Flow that pulls data from Shopify […]
Fundamentals: integrator.io Basics After successfully logging in to the account we are directed to the homepage of the account. In this page we can see all the integrations including the health of that integrations. Each integration in the home page is called Tiles. So, each Tiles represents different Integrations. Each tile contains: At the top […]
Fundamentals: Profile and Account Settings Integratorio has two types of account, Account owner and Individual users. The screenshot shows an Account Owner because there is no account shown with the Account owner label. The Account owner will be specified if the logged in user was an Individual user. When we click the My account button, allows to see […]
In the Tools menu we also have Data Loader, which allows us to build integration flow where we upload files into inegratorio, in that process it goes import into a different system When we click the Data Loader in the source, a window pops up. After entering the name and Uploading the file,here we selected a JSON file, then click Save or Save & […]
When we open a flow with all mappings we can see Here we can see that the connection is done between Shopify and Salesforce. Here from the screenshot we can say that this is a side-by-side representation of mapping. Here the left hand side of the mapping have the fields from the source ie Shopify […]
Integratorio has the ability to turn on the Debug Logs after connection level, so that we can see the request and responses that are going through the connection. This works on http based connections within integratorio. Let us move to the connections in the integratorio. Now select the connection to which we need to turn […]
HubSpot System Overview : HubSpot is a CRM platform designed to help companies market better. HubSpot helps to make proper interactions with customers. With Hubspot we can assign tasks to our employees and we can conduct email campaigns. HubSpot helps to track workflows that will help to generate quality leads. Set up a token-based Celigo-HubSpot connection: […]
Hooks means its a custom code that can be used in different stages during the execution of flow (exports,imports), to modify the processing data. Export stage consists of 2 hook types: 1. Presave 2. Presend PRESAVE The presave hook works after the export completes and before the data is taken from the destination […]