It would be very helpful to be able to export a workflow as a JSON file. The export to image is useful when sharing, but it lacks detail. In general, it would allow us to see all the detail of a workflow. For me, this would aid in the development of custom code modules where workflows are created. When creating a workflow in Operations Hub custom code, JSON is used to represent the workflow.
Update: It may have been obvious to everyone else, but I did find a workaround by using the HubAPI: https://api.hubapi.com/automation/v3/workflows.
Adding the hapikey to the query string you can get a list of all workflows and workflow Ids. Adding a workflow gives the contents of the workflow, which can be copied and pasted to file, and easily read in a JSON editor. Stillm would be nice to do this from the site instead.
https://api.hubapi.com/automation/v3/workflows/?hapikey=yourkey
https://api.hubapi.com/automation/v3/workflows/yourworkflowid?hapikey=yourkey
It would be great to be able to both export AND import the workflow config as json. This would enable better backups, validation, and source control for complex, mission critical workflows.
Just giving this a bump and +1 in 2026.
A lot of people (including myself) do client work for different companies, and currently I have to manually configure thousands of actions for each client.
This takes days.
Import/Export should be considered a baseline requirement for any automation platform at this point.