Back to Catalog

Create, delete, and organize AWS S3 buckets & files directly from your email

Oneclick AI SquadOneclick AI Squad
295 views
2/3/2026
Official Page

This automated n8n workflow automates AWS S3 bucket and file operations (create, delete, upload, download, copy, list) by parsing simple email commands and sending back success or error confirmations.

Good to Know

  • The workflow processes email requests via a Start Workflow (GET Request) node.
  • Data extraction from emails identifies S3 operation commands.
  • Error handling is included for invalid or missing email data.
  • Responses are sent via email for each action performed.

How It Works

  • Start Workflow (GET Request) - Captures incoming email requests.
  • Extract Data from Email - Parses email content to extract S3 operation commands.
  • Check Task Type - Validates the type of task (e.g., create bucket, delete file).
  • Create a Bucket - Creates a new S3 bucket.
  • Delete a Bucket - Deletes an existing S3 bucket.
  • Copy a File - Copies a file within S3.
  • Delete a File - Deletes a file from S3.
  • Download a File - Downloads a file from S3.
  • Upload a File - Uploads a file to S3.
  • Get Many Files - Lists multiple files in a bucket.
  • Check Success or Fail - Determines the outcome of the operation.
  • Send Success Email - Sends a success confirmation email.
  • Send Failed Email - Sends a failure notification email.

How to Use

  • Import the workflow into n8n.
  • Configure the Start Workflow (GET Request) node to receive email commands.
  • Test the workflow with sample email commands (e.g., "create bucket: my-bucket", "upload file: document.pdf").
  • Monitor email responses and adjust command parsing if needed.

Example Email for Testing

List files from the bucket json-test in Mumbai region.

Requirements

  • AWS S3 credentials configured in n8n.
  • Email service integration (e.g., SMTP settings).
  • n8n environment with workflow execution permissions.

Customizing This Workflow

  • Adjust the Extract Data from Email node to support additional command formats.
  • Modify the Send Success Email or Send Failed Email nodes to customize messages.
  • Update the S3 nodes to include additional bucket or file attributes.

AWS S3 Email Commander n8n Workflow

This n8n workflow allows you to manage your AWS S3 buckets and files directly from your email inbox. By sending specific commands via email, you can trigger actions within AWS S3, such as creating or deleting buckets and organizing files.

What it does

This workflow automates AWS S3 management tasks by:

  1. Listening for Incoming Emails: It acts as an IMAP email trigger, constantly monitoring a specified email inbox for new messages.
  2. Filtering Email Commands: It uses an "If" node to check if the incoming email's subject or body contains specific keywords or patterns that indicate an AWS S3 command.
  3. Routing Commands: A "Switch" node then routes the email to the appropriate AWS S3 action based on the identified command (e.g., "create bucket", "delete file").
  4. Executing AWS S3 Actions: An "AWS S3" node performs the requested action on your AWS S3 account.
  5. Sending Email Confirmations: After executing the command, it sends a confirmation or error email back to the sender using the "Send Email" node, indicating the success or failure of the operation.
  6. Custom Logic (Code Node): A "Code" node is included, likely for parsing email content, extracting parameters (like bucket names, file paths), or constructing dynamic responses before interacting with AWS S3 or sending emails.
  7. Informational Sticky Note: A "Sticky Note" provides additional context or instructions within the workflow itself.

Prerequisites/Requirements

To use this workflow, you will need:

  • n8n Instance: A running instance of n8n.
  • IMAP Email Account: An email account configured for IMAP access, which n8n will monitor.
  • SMTP Email Account: An email account configured for sending emails (SMTP) to send confirmations.
  • AWS Account: An active AWS account with programmatic access keys.
  • AWS S3 Permissions: The AWS credentials used in n8n must have the necessary permissions to perform the desired actions (e.g., s3:CreateBucket, s3:DeleteObject, s3:PutObject).

Setup/Usage

  1. Import the Workflow: Download the JSON provided and import it into your n8n instance.
  2. Configure Email Trigger (IMAP):
    • Set up your IMAP credentials for the email account you want to monitor.
    • Specify the folder to watch for new emails.
  3. Configure Send Email (SMTP):
    • Set up your SMTP credentials for sending confirmation emails.
    • Adjust the "To" field to send replies to the original sender (e.g., {{ $json.from }}).
  4. Configure AWS S3 Node:
    • Set up your AWS credentials (Access Key ID and Secret Access Key).
    • Choose the AWS region.
    • The operations within the AWS S3 node will be dynamically configured by the preceding "Code" and "Switch" nodes based on the email commands.
  5. Customize "If" and "Switch" Nodes:
    • Modify the conditions in the "If" node to recognize your desired email commands (e.g., "create bucket", "delete file", "upload file").
    • Adjust the "Switch" node to route to different AWS S3 operations based on these commands.
  6. Customize "Code" Node:
    • The "Code" node is crucial for parsing the email subject/body to extract parameters like bucket names, file names, or content. You will need to write JavaScript code here to interpret your specific email command syntax.
  7. Activate the Workflow: Once configured, activate the workflow.

Now, you can send emails to the configured IMAP address with your custom commands in the subject or body, and n8n will execute the corresponding AWS S3 actions.

Related Templates

Generate song lyrics and music from text prompts using OpenAI and Fal.ai Minimax

Spark your creativity instantly in any chat—turn a simple prompt like "heartbreak ballad" into original, full-length lyrics and a professional AI-generated music track, all without leaving your conversation. 📋 What This Template Does This chat-triggered workflow harnesses AI to generate detailed, genre-matched song lyrics (at least 600 characters) from user messages, then queues them for music synthesis via Fal.ai's minimax-music model. It polls asynchronously until the track is ready, delivering lyrics and audio URL back in chat. Crafts original, structured lyrics with verses, choruses, and bridges using OpenAI Submits to Fal.ai for melody, instrumentation, and vocals aligned to the style Handles long-running generations with smart looping and status checks Returns complete song package (lyrics + audio link) for seamless sharing 🔧 Prerequisites n8n account (self-hosted or cloud with chat integration enabled) OpenAI account with API access for GPT models Fal.ai account for AI music generation 🔑 Required Credentials OpenAI API Setup Go to platform.openai.com → API keys (sidebar) Click "Create new secret key" → Name it (e.g., "n8n Songwriter") Copy the key and add to n8n as "OpenAI API" credential type Test by sending a simple chat completion request Fal.ai HTTP Header Auth Setup Sign up at fal.ai → Dashboard → API Keys Generate a new API key → Copy it In n8n, create "HTTP Header Auth" credential: Name="Fal.ai", Header Name="Authorization", Header Value="Key [Your API Key]" Test with a simple GET to their queue endpoint (e.g., /status) ⚙️ Configuration Steps Import the workflow JSON into your n8n instance Assign OpenAI API credentials to the "OpenAI Chat Model" node Assign Fal.ai HTTP Header Auth to the "Generate Music Track", "Check Generation Status", and "Fetch Final Result" nodes Activate the workflow—chat trigger will appear in your n8n chat interface Test by messaging: "Create an upbeat pop song about road trips" 🎯 Use Cases Content Creators: YouTubers generating custom jingles for videos on the fly, streamlining production from idea to audio export Educators: Music teachers using chat prompts to create era-specific folk tunes for classroom discussions, fostering interactive learning Gift Personalization: Friends crafting anniversary R&B tracks from shared memories via quick chats, delivering emotional audio surprises Artist Brainstorming: Songwriters prototyping hip-hop beats in real-time during sessions, accelerating collaboration and iteration ⚠️ Troubleshooting Invalid JSON from AI Agent: Ensure the system prompt stresses valid JSON; test the agent standalone with a sample query Music Generation Fails (401/403): Verify Fal.ai API key has minimax-music access; check usage quotas in dashboard Status Polling Loops Indefinitely: Bump wait time to 45-60s for complex tracks; inspect fal.ai queue logs for bottlenecks Lyrics Under 600 Characters: Tweak agent prompt to enforce fuller structures like [V1][C][V2][B][C]; verify output length in executions

Daniel NkenchoBy Daniel Nkencho
601

AI-powered code review with linting, red-marked corrections in Google Sheets & Slack

Advanced Code Review Automation (AI + Lint + Slack) Who’s it for For software engineers, QA teams, and tech leads who want to automate intelligent code reviews with both AI-driven suggestions and rule-based linting — all managed in Google Sheets with instant Slack summaries. How it works This workflow performs a two-layer review system: Lint Check: Runs a lightweight static analysis to find common issues (e.g., use of var, console.log, unbalanced braces). AI Review: Sends valid code to Gemini AI, which provides human-like review feedback with severity classification (Critical, Major, Minor) and visual highlights (red/orange tags). Formatter: Combines lint and AI results, calculating an overall score (0–10). Aggregator: Summarizes results for quick comparison. Google Sheets Writer: Appends results to your review log. Slack Notification: Posts a concise summary (e.g., number of issues and average score) to your team’s channel. How to set up Connect Google Sheets and Slack credentials in n8n. Replace placeholders (<YOURSPREADSHEETID>, <YOURSHEETGIDORNAME>, <YOURSLACKCHANNEL_ID>). Adjust the AI review prompt or lint rules as needed. Activate the workflow — reviews will start automatically whenever new code is added to the sheet. Requirements Google Sheets and Slack integrations enabled A configured AI node (Gemini, OpenAI, or compatible) Proper permissions to write to your target Google Sheet How to customize Add more linting rules (naming conventions, spacing, forbidden APIs) Extend the AI prompt for project-specific guidelines Customize the Slack message formatting Export analytics to a dashboard (e.g., Notion or Data Studio) Why it’s valuable This workflow brings realistic, team-oriented AI-assisted code review to n8n — combining the speed of automated linting with the nuance of human-style feedback. It saves time, improves code quality, and keeps your team’s review history transparent and centralized.

higashiyama By higashiyama
90

Auto-reply & create Linear tickets from Gmail with GPT-5, gotoHuman & human review

This workflow automatically classifies every new email from your linked mailbox, drafts a personalized reply, and creates Linear tickets for bugs or feature requests. It uses a human-in-the-loop with gotoHuman and continuously improves itself by learning from approved examples. How it works The workflow triggers on every new email from your linked mailbox. Self-learning Email Classifier: an AI model categorizes the email into defined categories (e.g., Bug Report, Feature Request, Sales Opportunity, etc.). It fetches previously approved classification examples from gotoHuman to refine decisions. Self-learning Email Writer: the AI drafts a reply to the email. It learns over time by using previously approved replies from gotoHuman, with per-classification context to tailor tone and style (e.g., different style for sales vs. bug reports). Human Review in gotoHuman: review the classification and the drafted reply. Drafts can be edited or retried. Approved values are used to train the self-learning agents. Send approved Reply: the approved response is sent as a reply to the email thread. Create ticket: if the classification is Bug or Feature Request, a ticket is created by another AI agent in Linear. Human Review in gotoHuman: How to set up Most importantly, install the gotoHuman node before importing this template! (Just add the node to a blank canvas before importing) Set up credentials for gotoHuman, OpenAI, your email provider (e.g. Gmail), and Linear. In gotoHuman, select and create the pre-built review template "Support email agent" or import the ID: 6fzuCJlFYJtlu9mGYcVT. Select this template in the gotoHuman node. In the "gotoHuman: Fetch approved examples" http nodes you need to add your formId. It is the ID of the review template that you just created/imported in gotoHuman. Requirements gotoHuman (human supervision, memory for self-learning) OpenAI (classification, drafting) Gmail or your preferred email provider (for email trigger+replies) Linear (ticketing) How to customize Expand or refine the categories used by the classifier. Update the prompt to reflect your own taxonomy. Filter fetched training data from gotoHuman by reviewer so the writer adapts to their personalized tone and preferences. Add more context to the AI email writer (calendar events, FAQs, product docs) to improve reply quality.

gotoHumanBy gotoHuman
353