How to integrate with n8n?

Is it possible to integrate the n8n within our web app which is written by flask and python? I mean is there any n8n python SDK or n8n API documentation?

If so, what is the authentication strategy? Is it OAuth2 or API key?

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Hi @Benyamin,

Welcome to the community! :blue_heart:

Yes, this is possible! Here are our documentation on n8n API endpoints and how to run Python on n8n.

n8n uses API Key authentication method. You can also read more about how to implement it here:

Just make sure to follow our Sustainable Usage License too - Sustainable Use License | n8n Docs

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.