Create an Execution

Launch a workflow Execution.
if you set input in your workflow, you will need to launch the execution with these inputs as parameters
For example if you set a file_url as input with name "my_invoice", your request body will look like this:

{ my_invoice: "https://example.com/public/invoice_123.pdf" }
Language
Click Try It! to start a request and see the response here!