Skip to content

SubhasmitaSendh/Welcome-Email-Automation-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome Email Automation Bot – UiPath Project

📌 Project Overview

This UiPath automation project streamlines the onboarding process by reading user data from an Excel file and sending personalized welcome emails automatically.

The bot identifies users who have not yet received an email, sends customized welcome messages, updates the status in Excel, and prevents duplicate email sending.

This project demonstrates:

  • Excel Automation
  • DataTable Handling
  • Conditional Logic
  • SMTP Email Automation
  • Process Automation using UiPath

🚀 Features

  • Reads user details from Excel
  • Detects new users automatically
  • Sends personalized welcome emails
  • Tracks email status to avoid duplicates
  • Updates status in Excel after successful email delivery

🛠️ Technologies Used

  • UiPath Studio
  • Excel Activities
  • SMTP Mail Activities
  • DataTable Operations
  • VB Expressions

📂 Workflow

  1. Read user data from Excel
  2. Check email status
  3. Send welcome emails
  4. Update status in Excel
  5. Display completion message

📧 Email Format

Subject:
Welcome to USC Platform

Body:
Hi [User Name], Welcome to USC Platform!


📊 Input Excel Format

Name Email Status
John Doe john@gmail.com Sent
Alice alice@gmail.com Pending

▶️ How to Run the Project

  1. Open the project in UiPath Studio
  2. Update the Excel file path
  3. Configure SMTP email settings
  4. Run the workflow
  5. Check updated status in Excel

🎯 Use Cases

  • Employee onboarding
  • Student registration systems
  • Customer welcome emails
  • Automated communication workflows

👨‍💻 Author

SUBHASMITA SENDH

Developed using UiPath for learning and automation purposes.

About

Automates the onboarding process by reading new user data from an Excel file and sending personalized welcome emails using each user's name. The bot detects newly added users, extracts their details, and ensures timely, customized communication to enhance the onboarding experience.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors