First, please make sure you have signed up for a Sieve account as per the quickstart guide.

  1. Navigate to the Sieve Templates page on the Sieve dashboard.

Sieve Templates Page

  1. Click on the template you would like to clone.
  2. Choose a name for your new workflow and click “Clone”.

Clone Workflow Page

  1. 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.
  2. 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.