Handle GDPR data deletion requests with Slack — Workflow n8n

Élevé complexité🔗 Webhook16 nœuds🏷️ Miscellaneous👁 1,895 vuespar Tom

Aperçu

This workflow automatically deletes user data from different apps/services when a specific slash command is issued in Slack.

Watch this talk and demo to learn more about this use case. The demo uses Slack, but Mattermost is Slack-compatible, so you can also connect Mattermost in this workflow.

Prerequisites

Accounts and credentials for the apps/services you want to use. Some basic knowledge of JavaScript.

Nodes

Webhook node triggers the workflow when a Slack slash command is issued. IF node

Nœuds utilisés

AirtableHTTP RequestCrypto

Aperçu du workflow

R
Receive Slash Command
R
Reject
S
Set
R
Read Command
W
Wrong Command Error
A
Acknowledge
E
Empty Email?
M
Missing Email Error
V
Valid Token?
P
Paddle Data Deletion
C
Customer.io Data Deletion
Z
Zendesk Data Deletion
Airtable
P
Prepare Log Entry
Crypto
Respond to Slack
16 nodes15 edges

Comment ça fonctionne

  1. 1

    Déclencheur

    Le workflow démarre avec un déclencheur webhook.

  2. 2

    Traitement

    Les données transitent par 16 nœuds, connecting airtable, crypto, executeworkflow.

  3. 3

    Sortie

    Le workflow termine son automatisation et livre le résultat à la destination configurée.

Détails des nœuds (16)

AI

Airtable

airtable

#1
HT

HTTP Request

httpRequest

#2
CR

Crypto

crypto

#3

Comment importer ce workflow

  1. 1Cliquez sur le bouton Télécharger JSON à droite pour enregistrer le fichier du workflow.
  2. 2Ouvrez votre instance n8n. Accédez à Workflows → Nouveau → Importer depuis un fichier.
  3. 3Sélectionnez le fichier handle-gdpr-data-deletion-requests-with-slack téléchargé et cliquez sur Importer.
  4. 4Configurez les identifiants pour chaque nœud de service (clés API, OAuth, etc.).
  5. 5Cliquez sur Tester le workflow pour vérifier que tout fonctionne, puis activez-le.

Ou collez directement dans n8n → Importer depuis JSON :

{ "name": "Handle GDPR data deletion requests with Slack", "nodes": [...], ...}

Intégrations

airtablecryptoexecuteworkflowfunctionhttprequestifrespondtowebhooksetswitchwebhook

Obtenir ce workflow

Téléchargez et importez en un clic

Télécharger JSONVoir sur n8n.io
Nœuds16
Complexitéhigh
Déclencheurwebhook
Vues1,895
CatégorieMiscellaneous

Créé par

Tom

Tom

@mutedjam

Tags

airtablecryptoexecuteworkflowfunctionhttprequestifrespondtowebhooksetswitchwebhook

Nouveau sur n8n ?

n8n est un outil d'automatisation de workflows gratuit et open-source. Hébergez-le vous-même ou utilisez la version cloud.

Obtenir n8n gratuitement →

Related Miscellaneous Workflows