- Automate GDPR data deletion requests from Slack.
- Provide immediate feedback to users on data deletion status.
- Log deletion requests and results for compliance tracking.
Receives a slash command from Slack. Validates the command and checks for a valid token. Extracts the operation and email from the command. Checks for missing email and responds with an error if necessary. Executes data deletion workflows for multiple services. Logs the results of the deletions in Airtable. Sends a confirmation message back to Slack.
- 1Import the workflow template into n8n.
- 2Configure the webhook URL in Slack for slash commands.
- 3Set up Airtable credentials for logging.
- 4Adjust workflow IDs for Paddle, Customer.io, and Zendesk as needed.
- 5Test the workflow with sample commands in Slack.