n8n Workflow Manager API — Workflow n8n
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
Aperçu du workflow
Comment ça fonctionne
- 1
Déclencheur
Le workflow démarre avec un déclencheur webhook.
- 2
Traitement
Les données transitent par 19 nœuds, connecting executeworkflow, if, n8n.
- 3
Sortie
Le workflow termine son automatisation et livre le résultat à la destination configurée.
Détails des nœuds (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
Comment importer ce workflow
- 1Cliquez sur le bouton Télécharger JSON à droite pour enregistrer le fichier du workflow.
- 2Ouvrez votre instance n8n. Accédez à Workflows → Nouveau → Importer depuis un fichier.
- 3Sélectionnez le fichier
n8n-workflow-manager-apitéléchargé et cliquez sur Importer. - 4Configurez les identifiants pour chaque nœud de service (clés API, OAuth, etc.).
- 5Cliquez sur Tester le workflow pour vérifier que tout fonctionne, puis activez-le.
Ou collez directement dans n8n → Importer depuis JSON :
Intégrations
Créé par
Jan Willem Altink
@jwa91
Tags
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 →