Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 

Repository files navigation

AI Agent – Executive workshop guide

This short guide explains how to set up and test the AI Agent demo that will be used during our talk with directors.
The objective is to demonstrate how an AI Agent can be created in n8n and use email as a tool.

All required configurations are already prepared in the template file.

Overview

In this demo you will:

  1. Import a pre-configured AI Agent workflow into n8n.
  2. Review the agent prompt and tool configuration.
  3. Configure your email address in the email node.
  4. Run the agent and see it send emails as a tool action.

The workflow template already includes:

  • AI Agent configuration
  • Prompt setup
  • Email tool integration
  • Basic automation flow

You only need to import the template and update the email address.


Step 1 — Access n8n

Open the n8n instance in your browser: https://n8npub.xptoai.com.br/.

Log in as:

  • Username: news@xptoai.com.br
  • Password: Oracle!2026

Step 2 — Import the Workflow

Inside n8n:

  1. Click Import Workflow
  2. Import from url and add the link: https://raw.githubusercontent.com/MachadoAmanda/news-agent/refs/heads/main/Template%20agent.json
  3. Confirm the import

(Follow the same process illustrated in the images) image image image

After importing, the workflow will appear with all nodes already configured.

(Change the workflow name adding your name on it) image

Step 3 — Configure the Email Node

Locate the Email Node in the workflow. image

Update the configuration:

  • Replace the email address with your own email
image

No other configuration changes are required.

Step 4 — Review or Adjust the Agent Prompt (Optional)

The Agent Prompt is already configured in the template. image

However, you may adjust it if desired to:

  • Change the agent behavior
  • Modify the instructions
  • Adapt the email style or message content
image

This step is optional.

Step 5 — Run the Workflow

Publish your agent by following the steps image image

Once the email is configured and the agent is published:

  1. Run the workflow
  2. Send a message in the chat or into the public chat webpage (Follow image steps)
  3. Observe the agent using the email tool to send a message

Step 5.1 - Opening chat node:

image

Step 5.2 - Accessing webpage chat:

image

This demonstrates how AI agents can interact with external tools inside automation workflows.


What This Demo Shows

This example illustrates how easily an AI Agent can be integrated into business automation using n8n:

  • AI agents embedded in workflows
  • Tool usage (email sending)
  • Prompt-driven behavior
  • Fast deployment using templates

Key Takeaway

With a simple template and minimal configuration, it is possible to deploy AI-powered agents that interact with enterprise tools, enabling new levels of automation and productivity.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors