Automation KT
What is automation?
Automation is setting something up to run automatically. Automation is configured integration of two Apps.
An APP could be any web service or application. App Integration lets you interact with the Eshopbox platform to process data.
Automation is used to create your own workflow. Automation consists of multiple nodes.
A node could be of the following types:
Trigger (required): Triggers are events that start (trigger) workflows.
Filter: With filters, you set a specific condition and the Automation will only continue if it meets that condition.
Formatter: Formatter is Eshopbox’s built-in utility tool for transforming text, numbers and other data into the format you need.
Code step: Code step is a way to run small snippets of JavaScript as part of your Workflow.
Action (required): An action is an event an Automation workflow performs after it is triggered.
Refer to Zapier demo for better understanding: https://www.youtube.com/watch?v=n28maNpQeUU
Before you start:
Create your App: Creating an app is an important step to automate a workflow that connects your app with the Eshopbox platform.
Configure authentication: Authentication allows Eshopbox access to an individual account in an app.
Configure Triggers: Triggers are how your app’s users can start automated workflows whenever they add or update something in your app.
Configure Actions: Actions push or put new data into apps through API calls that pass data from user customized input fields.
Steps to create Automation
Install your app on your workspace.
Create a trigger Trigger Node .
Create filter, formatter, or code step node if required.
Create action Action Node according to the requirement.
Turn ON the automation.
Reference doc:
Refer to zapier: What is a Zap?
Automation flow: Running an Automation
Code node creation flow: Code Node Creation Flow
Formatter Node structure: Formatter Node Structure
Examples : https://documenter.getpostman.com/view/4420537/TzsWt9pf