Back to Home

n8n Workflow Templates

Jumpstart your automation journey with these ready-to-use workflow templates for n8n. Follow the instructions below each template to quickly set up and start automating!

Gmail: Send Email Workflow

Send emails via Gmail automatically. Great for notifications, alerts, or automated messages.

Email Gmail Automation
Gmail Workflow Diagram

This workflow connects a webhook to an AI Agent powered by Google Gemini, with Gmail integration for sending emails.

  1. Click Copy JSON above.
  2. Open your n8n instance and go to the workflow canvas.
  3. In your n8n workflow canvas, simply press Ctrl+V (or Cmd+V on Mac) to paste the JSON directly onto the canvas.
  4. Set up your Gmail API credentials in the node (replace YOUR_GMAIL_CREDENTIAL).
  5. Save and activate your workflow.
Need help? Watch the video guide provided. If you face any issues, refer to the video for troubleshooting steps.

Weather: Get Weather Data Workflow

Fetch current weather data for a specified city using the OpenWeatherMap API. Extend to send notifications or trigger other actions.

Weather API Automation
Weather Workflow Diagram

This workflow connects a webhook to an AI Agent with OpenWeatherMap, Wikipedia, and YouTube tools for comprehensive responses.

  1. Click Copy JSON above.
  2. Open your n8n instance and go to the workflow canvas.
  3. In your n8n workflow canvas, simply press Ctrl+V (or Cmd+V on Mac) to paste the JSON directly onto the canvas.
  4. Set your OpenWeatherMap API key in the HTTP Request node (replace YOUR_OPENWEATHER_API_KEY).
  5. Save and activate your workflow.
Need help? Watch the video guide provided. If you face any issues, refer to the video for troubleshooting steps.

How to Import Workflows

Method 1: Using JSON Code

  1. Copy the workflow JSON for the template you want to use by clicking the Copy JSON button.
  2. In your n8n workflow canvas, simply press Ctrl+V (or Cmd+V on Mac) to paste the JSON directly onto the canvas.
  3. Set up any required API credentials or keys as described in the workflow instructions.
  4. Save and activate your workflow.

Method 2: Within n8n Interface

  1. Locate the template you want to use in the n8n template library.
  2. Select the nodes you want to copy by dragging a selection box around them.
  3. Use keyboard shortcut Ctrl+C (or +C on Mac) to copy the selected nodes.
  4. Create a new workflow or open an existing one where you want to paste the nodes.
  5. Use keyboard shortcut Ctrl+V (or +V on Mac) to paste the nodes.
  6. Adjust node positions and connections as needed.

Pro Tips

  • When importing JSON, make sure to replace any placeholder API keys or credentials with your own.
  • After importing, test each node individually to ensure proper configuration.
  • You can modify the imported workflow to suit your specific needs by adding or removing nodes.
  • Save your workflow frequently while making changes to avoid losing your work.
Still have trouble? Watch the provided video guides for step-by-step troubleshooting and setup.

Video Tutorials

Get Started With Google OAuth

Learn how to set up and configure Google OAuth credentials for your n8n workflows.

What is n8n webhook URL and how to connect

Learn how to find and use webhook URLs in n8n to connect your workflows with external applications.

Step-by-Step: N8N Webhooks (From Beginner to Pro)

Comprehensive guide to understanding and implementing webhooks in n8n, covering everything from basic setup to advanced usage.

Get Your API Key for OpenWeather

Step-by-step guide on how to obtain and configure an API key for the OpenWeather service in n8n.

Workflow JSON copied to clipboard!