n8n Workflow Manager API — n8n Workflow

High complexity🔗 Webhook19 nodes💎 Other👁 263 viewsby Jan Willem Altink

Overview

This workflow provides a secure API endpoint to remotely trigger other n8n workflows with custom data and to retrieve information about your existing workflows. It's perfect for users who want to integrate n8n into external systems or programmatically manage their automations.

example usage: I use this workflow in a Raycast extension i have build, to execute n8n workflows from within Raycast: see Github

++How it works++ Receives API Calls: A webhook listens for incoming HTTP requests (e.g., PO

Workflow Preview

Loading workflow preview...

How it Works

  1. 1

    Trigger

    The workflow starts with a webhook trigger.

  2. 2

    Process

    Data flows through 19 nodes, connecting executeworkflow, if, n8n.

  3. 3

    Output

    The workflow completes its automation and delivers the result to the configured destination.

How to Import This Workflow

  1. 1Click Download JSON button on the right to save the workflow file.
  2. 2Open your n8n instance. Go to Workflows → New → Import from file.
  3. 3Select the downloaded n8n-workflow-manager-api file and click Import.
  4. 4Set up credentials for each service node (API keys, OAuth, etc.).
  5. 5Click Test Workflow to verify everything works, then activate it.

Or paste directly in n8n → Import from JSON:

{ "name": "n8n Workflow Manager API", "nodes": [...], ...}

Integrations

executeworkflowifn8nrespondtowebhooksetswitchwebhook

Get This Workflow

Download and import in one click

View on n8n.io
Nodes19
Complexityhigh
Triggerwebhook
Views263
CategoryOther

Created by

Jan Willem Altink

Jan Willem Altink

@jwa91

Tags

executeworkflowifn8nrespondtowebhooksetswitchwebhook

New to n8n?

n8n is a free, open-source workflow automation tool. Self-host it or use the cloud version.

Get n8n Free →