Monday.com

hello n8n team,
I am working on monday.com node

  1. there is no trigger like watch for item in a board etc.
  2. when using update a column i cant find my column list, like name, phone number etc
    And there are more thing that need to be updated can you please work on it.
    Monday.com is in trending please be quick.

Use the Monday’s webhook automation for the trigger – pointing to the webhook url in n8n - edit the path with description for the url for better tracking of what webhook is doing what in Monday. In n8n, you need to have a Respond to webhook with “{
“challenge”: “{{ $json.body.challenge }}”
} for security. Columns and such show up. They all mostly work fine; for rest of stuff HTTP node covers it.