Aller au contenu principal

Connecteur n8n

Le connecteur n8n permet a Chatbotaurus de piloter vos workflows d'automatisation via l'API REST n8n.

Configuration

VariableDescription
N8N_URLURL de l'instance n8n (ex: https://n8n.example.eu)
N8N_API_KEYCle API n8n

Outils disponibles

OutilDescription
n8n_list_workflowsLister tous les workflows
n8n_get_workflowDetail d'un workflow
n8n_activate_workflowActiver un workflow
n8n_deactivate_workflowDesactiver un workflow
n8n_execute_workflowExecuter un workflow manuellement
n8n_list_executionsHistorique des executions
n8n_get_executionDetail d'une execution

Exemple

Lance le workflow "Synchronisation clients Odoo" dans n8n

Chatbotaurus va :

  1. Rechercher le workflow par nom via n8n_list_workflows
  2. L'executer via n8n_execute_workflow
  3. Suivre le resultat via n8n_get_execution