Ensure to copy your n8n workflow and paste it in the code block, that is in between the pairs of triple backticks, which also could be achieved by clicking </> (preformatted text) in the editor and pasting in your workflow.
```
<your workflow>
```
That implies to any JSON output you would like to share with us.
Make sure that you have removed any sensitive information from your workflow and include dummy or pinned data with it!
I’m afraid the JSON generated for you is not valid workflow to be imported into n8n.
I only managed to restore it partially. It’s too tedious to do so. You have a better chances to build it from scratch. Perhaps you can simply add the missing bits to the below
The “basic” template I can do drag and drop more or less…
I wonder if it is possible to feed Claude or other services enough documentation from n8n (code parameters, …) so that it could write me / us valid .json files in the future.
We are thinking about adding that functionality into n8n itself. Though I also heard that some independent developers are working on such a service (separately from n8n) specifically aimed at building n8n workflows with AI. Unfortunately I am not aware of already existing service like that.
Could you provide sufficient documentation on code structure for the sake of giving it a try myself?
I mean there must be certain set of rules for each nodes, comnections, … - properties and settings that e.g. Claude should be able to take into account…