onto

Onto nodes for n8n

Package Information

Downloads: 5 weekly / 145 monthly
Latest Version: 0.1.1
Author: Onto Automation Team

Available Nodes

Documentation

n8n-nodes-onto

Community n8n node package for working with Onto API.

Installation

In your n8n custom nodes environment:

npm install n8n-nodes-onto

Credentials

The package provides credential:

  • Onto API Bearer (ontoApiBearer)

Configure:

  • Base URL of Onto API
  • Bearer token

Node

The package provides node:

  • Onto (CUSTOM.onto)

Resources and operations:

  • Entity
  • Get
  • Upsert
  • Find
  • Set Meta Entity
  • Create Relation
  • Update Fields
  • Template
  • Find

Development

npm install
npm run build

Package contents

Only dist/** is published to npm.

Discussion