Skip to content

An autonomous agent which can manage your inbox and automate cold email workflow

Notifications You must be signed in to change notification settings

Ionio-io/AI-agent-for-cold-emails

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

AI agent for inbox management and cold emails

An autonomous agent created using Langchain to automate your code review workflow for smartlead campaigns

Read the blog 👇

🤔 How it works?

1. Get the Leads and Prepare Knowledge Base

It first takes your past emails and replies and generates its own knowledge base to refer while generating a response for any message so that it can write in your tone.

2. Classify Emails in different categories

From the given conversation history, it can classify your emails in different categories

3. Get Information about Lead

To add more human touch to your emails, it gets information about lead and their organization and adds part of it in your email reply

4. Replies to Your Emails in Your Tone and Writing Style

The agent will apply semantic search on your past email and replies and will generate new response based on that. Then it will use smartlead API to reply back to lead

⚒️ Architecture

image

🚀 Getting started

Prerequisites

  • Python and anaconda installed on your machine
  • OpenAI API Key
  • Apollo API Key
  • Smartlead API Key

How to run?

  • Clone the repository
  • Create a file called constants.py in same folder and store all of your api keys like this
OPENAI_API_KEY = <key_here>
APOLLO_API_KEY = <key_here>
SMARTLEAD_API_KEY = <key_here>
  • Open any jupyter notebook from repository and import the constants.py file in it
  • Select your existing python environment or create one using anaconda
  • Run the code

About

An autonomous agent which can manage your inbox and automate cold email workflow

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published