Skip to main content

n8n-Integration

n8n Integration with Genum

Genum provides a custom n8n integration that allows prompt orchestration inside your automation workflows.


Installation

To install the Genum node in n8n:

  1. Navigate to Settings → Community nodes

n8n Setup Part 1

  1. Click Install a community node

  2. Enter n8n-nodes-genum as the npm package name

n8n Setup Part 2

  1. Confirm installation

The node will then be available in your workflow editor.

n8n Setup Part 3

NPM package: n8n-nodes-genum


Authentication

Genum

Genum uses Bearer token authentication. API Keys are managed under:

  • Settings → Project → API Keys

These keys are scoped by project and represent access to specific prompt environments and integrations. Create API Key

n8n

The node uses Genum project credentials configured in the Credentials section of n8n. You must supply:

  • Your Genum API Key

Available Actions

Once installed, you can use the following operations in your workflows:

  • Get specific prompt – Fetch a prompt by its ID
  • Run prompt – Execute a selected prompt with user input
  • Custom API call – Directly invoke any Genum API endpoint

Prompt selection supports auto-complete from available project prompts. You can also provide a memoryKey for contextual execution.

n8n Setup Part 4