Create a node from a OpenAPI json file

Many services offer OpenAPI v3 or Postman Collection export of the API capabilities.

Would be nice if we can just import an OpenAPI v3 JSON file and have that as a working custom node.

I think this is an duplicate to:

1 Like

Also duplicate of

Hi!
Having built-in mechanisms for parsing and creating nodes from OpenAPI would be awesome improvements for n8n, agree :+1:

While we’re waiting we created n8n-openapi-node - the lib allows you to turn OpenAPI to n8n node pretty quickly.

We also have few real-world examples where we used the lib to generate n8n community node from OpenAPI: GitHub - devlikeapro/n8n-openapi-node: Turn Your OpenAPI (Swagger) spec into a n8n node!

Here’s ChatWoot node we got from their official OpenAPI spec: