Execute Workflow Definition

This endpoint allows you to execute a workflow definition. You can use this endpoint to execute a workflow definition and get the execution id to check the status of the execution.

Preconditions: the app must be published.

This endpoint executes the app immediately and returns the result, unless you are at your current capacity, or your app takes more than 10 minutes to run, in which case it will fail.

If you want to execute an app asynchronously, use the async_execute_definition endpoint.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The app uuid, you can find the app uuid by going to the App => Integrate

Body Params
inputs
object
required

The inputs of the workflow

inputs_schema
array of objects
required
inputs_schema*
definition
array of objects
required
definition*
Responses

401

Authentication error

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