Tasks
Tasks are starting points of any custom integrations.
Each task is built using Liquid code. This is the same Liquid syntax that you know from Shopify, however it has few extensions. All available extensions are detailed in this documentation under Liquid section.
There are four different types of tasks:
- Input - this task accepts a file uploaded by user as an input. File is uploaded through user facing dashboard. Useful when you need to import data in bulk or modify Shopify object based on source file.
- Event - triggers anytime one of the Shopify events is detected, like new order, updated customer etc.
Last modified 7mo ago