Upload Workflow JSON API

Upload workflow JSON definition programatically

You can Download Workflow JSON in the workflow builder.

Download workflow JSON in the workflow builder

You can edit the JSON programmatically and re-upload it with to following API route. Note: it is best practice to edit an existing workflow structure to preserve node layout and positioning.

You can optional upload to a new workflow, or update an existing workflow by including workflow_id in the post data.

Last updated