n8n-io / n8n

Free and source-available fair-code licensed workflow automation tool. Easily automate tasks across different services.
https://n8n.io
Other
45.7k stars 6.36k forks source link

List of available nodes #33

Closed mscansian closed 4 years ago

mscansian commented 4 years ago

When I first started using this library the main information I wanted was to know what services were already implemented. I could not find this information anywhere. I know someone can just browse through the source code and see what's available, but I think this is not easy for someone who is seeing the project for the first time.

My suggestion is to include another section in the README listing all available integrations (and maybe some actions or examples). It's the responsibility of the developer that creates a node to update this table.

My goal with this is to give a glance to someone new that n8n has a lot of integrations in place and is the right tool to what they are looking for.

PS: Maybe it would be better to add this information in the documentation (maybe even create a single page for every node or service), but in this case a link in the README directly to this page is really important.

janober commented 4 years ago

Sorry are not in front of my computer so can just answer very short from my phone.

More or less what you describe above can be found here: https://n8n.io/nodes

It reads the data from the n8n-nodes-base packages.

However is also still a wip and hope to have soon more time to improve that page.

mscansian commented 4 years ago

@janober It would be nice if we put a link to this in the README, don't you think?

janober commented 4 years ago

Actually one is already there but apparently not placed very good.

joshavant commented 1 year ago

Hi. I was just now trying to evaluate if n8n was going to be useful for my needs.

I spent a handful of minutes searching n8n documentation for a simple listing of available nodes. After failing to find this info, I went to Google, searched, and found this thread.

The link above (https://n8n.io/integrations/) is exactly what I was looking for.

I'd suggest that maybe this issue still needs some work. :)

Perhaps https://n8n.io/integrations/ should be linked to from one or both of these pages:

cc @janober

guidevops commented 1 year ago

It would be interesting to get information about available nodes through the api. I'm trying to train an AI to create its own integrations, but I'm having trouble creating workflows using the API.