Guide
Running a Template Workflow
This guide shows you how to run a pre-built template workflow on Sieve.
First, please make sure you have signed up for a Sieve account as per the quickstart guide.
- Navigate to the Sieve Templates page on the Sieve dashboard.

Sieve Templates Page
- Click on the template you would like to clone.
- Choose a name for your new workflow and click “Clone”.

Clone Workflow Page
- Run the workflow.
- Dashboard: Go to the worklow page. You will see a form to push data to the workflow. To try it out, enter some sample data and click “Send Request”.
- API: You can run the workflow using the API. See the API Reference for more details.
- CLI: You can run the workflow using the CLI. See the CLI Reference for more details.
- Get the results.
- Dashboard: Go to the workflow page. You will see a job list with the latest job at the top. Click on the job to see the results.
- API: You can get the results using the API. See the API Reference for more details. You will have to poll the API to get the results.
- CLI: You can get the results using the CLI. See the CLI Reference for more details.