@n8n-dev/n8n-nodes-ideaconsult-enanomapper
v1.0.1
Published
AMBIT REST services [eNanoMapper] with free text & faceted search
Downloads
247
Maintainers
Readme
@n8n-dev/n8n-nodes-ideaconsult-enanomapper
Stop writing ideaconsult-enanomapper API integrations by hand.
Every time you connect n8n to ideaconsult-enanomapper, you waste hours mapping endpoints, defining parameters, and debugging schemas. You copy-paste from docs, fix edge cases, and pray nothing breaks.
What if connecting n8n to ideaconsult-enanomapper took 5 minutes, not half a day?
This node gives you 7+ resources out of the box: Search, Structures, Substances, Studies, Data Analysis, and 2 more: with full CRUD operations, typed parameters, and zero manual configuration.
What You Get
- Zero boilerplate: Resources, operations, and fields are pre-configured and ready to use
- Full CRUD: Create, read, update, and delete support where the API allows it
- Typed parameters: No more guessing field types
- Built-in auth: API key authentication, ready to go
- Declarative: Native n8n performance, no custom execute() overhead
Install
npm install @n8n-dev/n8n-nodes-ideaconsult-enanomapperOr in n8n:
- Settings → Community Nodes → Install
- Search:
@n8n-dev/n8n-nodes-ideaconsult-enanomapper - Click Install
Quick Start
- Install the node (above)
- Add credentials: ideaconsult-enanomapper API → paste your API key
- Drag the ideaconsult-enanomapper node into your workflow
- Pick a resource → pick an operation → done.
That's it. No configuration files. No code. It just works.
Resources
- Get Apache Solr powered search
- Post Apache Solr powered search
- Get Exact chemical structure search
- Get Exact similarity search
- Get Substructure search
- Get Substance composition
- Get substance composition as a dataset
- Get List substances
- Get a substance
- Get Substance composition
- Get substance composition as a dataset
- Get substance study
- Get study summary for the substance
- Get Details of multiple studies
- Get Search endpoint summary
- Get substance study
- Get study summary for the substance
- Get Search endpoint summary
Why This Node?
Without this node:
- Hours of manual API integration
- Copy-pasting from ideaconsult-enanomapper docs
- Debugging auth, pagination, error handling
- Maintaining your own client code
With this node:
- Install → configure → use. 5 minutes.
- Auto-generated from the official ideaconsult-enanomapper OpenAPI spec
- Always up to date when the API changes
- Native n8n performance
Auto-Generated
This node was auto-generated from the official ideaconsult-enanomapper OpenAPI specification using @n8n-dev/n8n-openapi-node-ultimate, then validated against the live API so you get accurate types and real parameters, not guesswork.
When the ideaconsult-enanomapper API updates, this node updates too.
License
MIT © kelvinzer0
