Trigger a workflow using records from a CSV file. Upload a CSV file and for each record a new workflow will be triggered using the data from the CSV file. You can use the CSV data in any downstream module as part of your workflow.
Upload a test CSV file to setup the Workflow.
Triggers retrieve source data and initiate the workflow and make the data available to all downstream Actions.
Triggers include a CSV module that will loop through a CSV file and pass each row as an input to the downstream Actions. And an API webhook module that will receive data from an external source and pass it to the downstream Actions.