n8n Workflow Manager API — n8n Workflow
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
Nodes used
Workflow Preview
How it Works
- 1
Trigger
The workflow starts with a webhook trigger.
- 2
Process
Data flows through 19 nodes, connecting executeworkflow, if, n8n.
- 3
Output
The workflow completes its automation and delivers the result to the configured destination.
Node Details (19)
Webhook
webhook
map parameters
set
Execute Workflow
executeWorkflow
return problem getting workflow error
respondToWebhook
get all workflows
n8n
Included Workflows
switch
Does workflowId Exist
if
Sticky Note3
stickyNote
How to Import This Workflow
- 1Click Download JSON button on the right to save the workflow file.
- 2Open your n8n instance. Go to Workflows → New → Import from file.
- 3Select the downloaded
n8n-workflow-manager-apifile and click Import. - 4Set up credentials for each service node (API keys, OAuth, etc.).
- 5Click Test Workflow to verify everything works, then activate it.
Or paste directly in n8n → Import from JSON:
Integrations
Created by
Jan Willem Altink
@jwa91
Tags
New to n8n?
n8n is a free, open-source workflow automation tool. Self-host it or use the cloud version.
Get n8n Free →