# Template — Documentation d'une intégration externe (n8n) Un fichier par service externe. À créer dans le dossier de documentation du projet concerné. --- ## Intégration : - **Type** : API REST | Webhook | OAuth | SDK - **Utilisé dans** : (nom du workflow ou projet) ### Auth - Méthode : (API Key / OAuth2 / Basic) - Où stocker les credentials : (n8n Credentials / secret vault) - Expiration / rotation : … ### Limites et quotas - Rate limit : … - Quotas : … - Pagination : … ### Pièges connus - … ### Endpoints utiles | Endpoint | Méthode | Usage | |----------|---------|-------| | `/example` | GET | … | ### Liens - Doc officielle : …