Rewind 2022: Share what you've built

As of now, i mostly focus on building the infrastructure for further development of business systemizations via the n8n.

  1. Run the Code node code :slight_smile: via nodejs:
    [n8n-workbench-code-node-runner] Debug n8n Code Node with node.js

  2. Easily deploy local n8n workflows to the host (utilizing bitbucket repo as a storage):
    [n8n-workbench-syncer] Syncing local n8n workflows with remote host

I’ve used both of them to build the ClickUp custom tasks reminder creation logic. Its not that complex, but it didnt work out of box. So I used the code node runner (1) to debug the logic for tasks creation, and now i use syncer (2) to upload this and couple of other workflows that helps me to automate minor stuff here and there.

2 Likes