https://github.com/brainyverse/privacy-policy.github.io
Page officielle de la politique de confidentialité pour autochatflow.dpdns.org
https://github.com/brainyverse/privacy-policy.github.io
automation github-pages n8n privacy-policy whatsapp
Last synced: about 2 months ago
JSON representation
Page officielle de la politique de confidentialité pour autochatflow.dpdns.org
- Host: GitHub
- URL: https://github.com/brainyverse/privacy-policy.github.io
- Owner: BrainyVerse
- Created: 2025-08-11T02:43:25.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2025-08-11T04:32:34.000Z (about 2 months ago)
- Last Synced: 2025-08-11T05:14:38.174Z (about 2 months ago)
- Topics: automation, github-pages, n8n, privacy-policy, whatsapp
- Language: HTML
- Homepage: https://brainyverse.github.io/privacy-policy.github.io/
- Size: 10.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Politique de confidentialité – AutoChatflow
Responsable : AutoChatflow (Mulhouse, France). Contact : contact@autochatflow.dpdns.org
Données traitées
Numéro WhatsApp, contenus nécessaires aux échanges, métadonnées, logs techniques (webhooks n8n), identifiants techniques (IP, user-agent).
Finalités
Support client, notifications transactionnelles (commandes, RDV), automatisations sur mesure, communications marketing opt-in uniquement.
Bases légales
Exécution du contrat, consentement (opt-in WhatsApp), intérêt légitime (qualité de service et sécurité).
Destinataires & sous-traitants
Meta/WhatsApp, hébergeur, prestataires techniques (dont n8n). Accès limité au nécessaire.
Transferts hors UE
Encadrés (Clauses Contractuelles Types de Meta le cas échéant).
Durées
Logs techniques : 90 jours. Données clients : jusqu’à 24 mois après dernière interaction puis suppression/anonymisation.
Sécurité
Chiffrement en transit, contrôles d’accès, limitation des logs, durcissement Docker/n8n.
Droits
Accès, rectification, effacement, opposition, limitation, portabilité via contact@autochatflow.dpdns.org. Réclamation : CNIL.
Dernière mise à jour : 12/08/2025
Controller: AutoChatflow (Mulhouse, France). Contact: contact@autochatflow.dpdns.org
Data processed
WhatsApp number, message content as needed, metadata, webhook logs (n8n), technical IDs (IP, user-agent).
Purposes
Customer support, transactional notifications, tailored automations, marketing communication with prior opt-in.
Legal bases
Contract performance, consent (WhatsApp opt-in), legitimate interest (service quality & security).
Recipients
Meta/WhatsApp, hosting provider, technical processors (incl. n8n). Access limited to necessity.
International transfers
Safeguarded by SCCs where applicable.
Retention
Technical logs: 90 days. Customer data: up to 24 months after last interaction, then erasure/anonymization.
Security
In-transit encryption, access controls, log minimization, hardened Docker/n8n setup.
Data subject rights
Access, rectification, erasure, objection, restriction, portability via contact@autochatflow.dpdns.org. Complaints: local DPA.
Last update: 2025-08-12
(function(){
const qs=new URLSearchParams(location.search);
const lang=qs.get('lang')|| (navigator.language||'fr').slice(0,2);
const fr=document.getElementById('fr'), en=document.getElementById('en');
const btnFr=document.getElementById('btn-fr'), btnEn=document.getElementById('btn-en');
const isFR=(lang==='en')?false:true;
fr.hidden=!isFR; en.hidden=isFR;
btnFr.setAttribute('aria-pressed', isFR?'true':'false');
btnEn.setAttribute('aria-pressed', isFR?'false':'true');
})();