N8n Create Workflow Endpoint - Finding Node ID

Hi there

I am currently setting up a “create workflow” node and one of the required fields for that node to work is the “Node ID”.

Where can I pull this ID from ? Is there an endpoint where I can query it ? Ideally this needs to be automatic otherwise the workflow will never be able to create a workflow using the n8n node.

Any guidance welcome

Best regards
Billel

try to insert another field first and execute it (if it’s possible)

Hey @Billel_Ridelle hope all is well. Maybe try generating the id with the crypto node? The id appears to be a uuid4 value, which you can generate like this