TWICE Commerce integrates with Make (formerly Integromat) to make (pun intended) custom integrations that help automate your operations efficiently. This guide will help you set up powerful automated workflows to reduce manual tasks, and scale your business operations.
Webhooks are automated HTTP callbacks that enable real-time communication between applications by sending data when specific events occur. Instead of constantly polling an API for updates, webhooks push data to a specified URL whenever a triggering event happens, making them efficient for integrating different systems.
Make (formerly Integromat) is a no-code automation platform that allows users to connect apps and services to automate workflows. It enables users to create complex integrations using a visual, drag-and-drop interface, where they can set up triggers, actions, and conditions across multiple apps.
After setting the custom webhook as a trigger, you can access various data fields, such as 'Order ID,' 'Product,' and 'Customer Name,' which you can use in the following modules. A complete list of available data fields, their names, and definitions can be found in our webhook documentation.
Most data fields can be directly accessed by simply clicking on them within subsequent MAKE modules. For instance, fields like Customer Name are readily available and can be used in any module that supports these inputs.
Certain data fields are stored as arrays, which means they contain multiple values. These arrays are indicated by []
at the end of the data field name, such as items[] or persons[]. When dealing with array data fields, you’ll need to convert the array into a format that is easily read and processed by other modules. To achieve this, follow these steps:
Need help? Contact our support team or visit our webhook documentation for detailed technical specifications.