Automatisation IA › Maîtriser n8n
Maîtriser n8n
🎯 Notions clés
- n8n : plateforme open-source d'automation (alternative à Zapier).
- Self-host gratuit ou cloud (~$20/mois).
- Workflow visuel par nœuds (nodes).
- 600+ intégrations natives + HTTP/Webhook universel.
- Avantage : maîtrise totale + data ownership.
📚 Vocabulaire essentiel
- n8n
- node-to-node, open-source.
- Node
- Étape du workflow.
- Self-host
- Hébergé chez soi.
- Cloud
- Hébergé par n8n.
- Credential
- Identifiant API.
- Expression
- Code embarqué.
- Function node
- JavaScript custom.
- Workflow
- Séquence de nodes.
- Execution
- Run d'un workflow.
- Schedule
- Trigger temporel.
📊 Tableau récap
| Avantage | Inconvénient |
|---|---|
| Open-source | Setup technique |
| Gratuit self-host | Maintenance |
| Data ownership | Pas de support |
| Très flexible | Courbe apprentissage |
✅ Méthode
- Installer (Docker recommandé).
- Créer compte + premier workflow.
- Ajouter credentials API.
- Tester en mode debug.
⚠️ Pièges fréquents
- Pas de backup workflows.
- Credentials non chiffrés.
- Pas de monitoring.
- Self-host sans HTTPS.
🧠 QCM rapide
1n8n est :
- A. Propriétaire
- B. Open-source
- C. Adobe
- D. Aucun
✔ Réponse : B — Sources MIT publiques.
2Self-host n8n :
- A. Payant
- B. Gratuit
- C. Limite
- D. Aucun
✔ Réponse : B — Hosting personnel = coûts d'infra seuls.
3Node :
- A. Erreur
- B. Étape du workflow
- C. Logo
- D. Aucun
✔ Réponse : B — Brique élémentaire.
4Function node :
- A. Texte
- B. JavaScript custom
- C. Email
- D. Aucun
✔ Réponse : B — Permet code custom pour cas avancés.
⭐ À retenir
- n8n = open-source.
- Self-host gratuit.
- Visual workflow.
- 600+ intégrations.
- Data ownership.
