n8n Workflow Manager API — Workflow n8n

Élevé complexité🔗 Webhook19 nœuds💎 Other👁 263 vuespar Jan Willem Altink

Aperçu

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

Nœuds utilisés

Webhookmap parametersExecute Workflowreturn problem getting workflow errorget all workflowsIncluded WorkflowsDoes workflowId ExistSticky Note3

Aperçu du workflow

🚀 Workflow Trigger: Webhook
This workflow starts with a Webhook node that can be tr
Authentication:
* Uses Header Authentication.
* To s
▶️ POST Route: Execute a Target Workflow
This branch handles `POST` requests to dynamically exec
1. Map Webhook Request to Fields:
* Extracts `workflowId` from the in
📄 GET Route: Fetch Workflow Info
Retrieves n8n workflow details via `GET`. Uses n8n API
Query Parameters:
* `workflowId=<ID>`: Fetches a single workflow by
💡 Usage Example
I used this workflow as the backend for a small Raycast
You can check out the Raycast ext
W
Webhook
M
Map webhook request to f…
E
Execute Workflow
R
return succes message
R
return problem executing…
R
Return problem handling …
M
Map key workflow info
M
map parameters
R
Return problem handling …
R
return all workflow info
R
return summarized workfl…
G
Get specific workflowid
I
Included Workflows
G
get all inactive workflows
G
get all active workflows
G
get all workflows
F
full mode
R
return problem getting w…
D
Does workflowId Exist
19 nodes25 edges

Comment ça fonctionne

  1. 1

    Déclencheur

    Le workflow démarre avec un déclencheur webhook.

  2. 2

    Traitement

    Les données transitent par 19 nœuds, connecting executeworkflow, if, n8n.

  3. 3

    Sortie

    Le workflow termine son automatisation et livre le résultat à la destination configurée.

Détails des nœuds (19)

WE

Webhook

webhook

#1
MA

map parameters

set

#2
EX

Execute Workflow

executeWorkflow

#3
RE

return problem getting workflow error

respondToWebhook

#4
GE

get all workflows

n8n

#5
IN

Included Workflows

switch

#6
DO

Does workflowId Exist

if

#7
ST

Sticky Note3

stickyNote

#8

Comment importer ce workflow

  1. 1Cliquez sur le bouton Télécharger JSON à droite pour enregistrer le fichier du workflow.
  2. 2Ouvrez votre instance n8n. Accédez à Workflows → Nouveau → Importer depuis un fichier.
  3. 3Sélectionnez le fichier n8n-workflow-manager-api téléchargé et cliquez sur Importer.
  4. 4Configurez les identifiants pour chaque nœud de service (clés API, OAuth, etc.).
  5. 5Cliquez sur Tester le workflow pour vérifier que tout fonctionne, puis activez-le.

Ou collez directement dans n8n → Importer depuis JSON :

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

Intégrations

executeworkflowifn8nrespondtowebhooksetswitchwebhook

Obtenir ce workflow

Téléchargez et importez en un clic

Télécharger JSONVoir sur n8n.io
Nœuds19
Complexitéhigh
Déclencheurwebhook
Vues263
CatégorieOther

Créé par

Jan Willem Altink

Jan Willem Altink

@jwa91

Tags

executeworkflowifn8nrespondtowebhooksetswitchwebhook

Nouveau sur n8n ?

n8n est un outil d'automatisation de workflows gratuit et open-source. Hébergez-le vous-même ou utilisez la version cloud.

Obtenir n8n gratuitement →