Execute Workflow with Variables

Workflow execution endpoint that supports passing custom variables to workflows. This enables dynamic workflow behavior based on runtime parameters, making workflows more flexible and reusable across different scenarios.

Key Features

  • Pass custom variables to influence workflow behavior
  • Support for multiple user executions with different variable values
  • Request tracking via requestId for audit purposes
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
Body Params

Advanced workflow execution request with variable support

user_emails
array of strings
required
length ≥ 1

List of user email addresses for whom the workflow should be executed. All users must exist in Zluri.

user_emails*
string
required

Email address of the user initiating the workflow

variable_data
object

Map of user email to object of variable keys. Each variable key maps to an empty object. Keys must be valid user email addresses.

Responses

500

Unexpected server error occurred. The error has been logged and the Zluri team has been notified. Please retry the request after a brief wait.

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json