Objectif : Comprendre l'environnement Make et ses concepts clés.
Théorie (15 min) :
- Lire : Learn the basics
- Vocabulaire Make :
- Scénario = workflow (équivalent workflow n8n)
- Module = node/action
- Connexion = credential/authentification
- Opération = unité de facturation (1 module = 1 opération)
- Bundle = ensemble de données (équivalent "item" n8n)
Pratique (45 min) :
- Créer un compte Make (plan gratuit = 1000 opérations/mois)
- Explorer l'interface : Dashboard, Scénarios, Connexions, Templates, Usage
- Créer un scénario "Démo" : Google Sheets (Watch Rows) → Gmail (Send Email)
- Comprendre la différence entre Instant Trigger et Scheduled Polling
- Activer/désactiver un scénario
Checkpoint : Tu as créé et exécuté ton premier scénario Make.