Execute a workflow.

Beta

Path parameters

workflow_idstringRequired

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

environmentstring or nullOptional

Specifies the execution environment for the workflow. The available environments include:

  • production: The production environment, where workflows are executed under live conditions.
  • staging: A staging environment used for testing prior to production deployment.
  • development: A development environment used for testing new changes.
  • console: The console environment, runs latest changes on a workflow.
revision_idstring or nullOptional
session_idstring or nullOptional

Request

This endpoint expects an object.
inputsmap from strings to booleans or objects or doubles or integers or lists of any or stringsOptional
streamingbooleanOptionalDefaults to false

Response

Successful Response

object
OR
Workflow Run Responseobject

Errors