-The files in this folder can be used for "batch processing" of a workflow, i.e. submitting the initial stage of a workflow any number of times, with potentially different field values in each instance. Specifically, [Initiate_Template.py](https://github.com/ThinkSmart/API_Examples/blob/master/Workflow_via_CSV/initTemplate.py?ts=2) retrieves an access token via resource owner flow, gets the template ID for the workflow of interest, and uses data in a CSV file to initiate workflows. Calls to the ThinkSmart API are done with functions from [Initiate_Functions.py](https://github.com/ThinkSmart/API_Examples/blob/master/Workflow_via_CSV/initFunctions.py?ts=2), which are imported to the template file. This was done for readability and reusability.
0 commit comments