Skip to content

jigglytep/GMAILAUTOREPLY

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

GMAILAUTOREPLY

I set up a script using google apps script to:

  • Auto replied to initial job recruiter's email, with my resume as an attachment
  • checked a google sheet if I emailed the individual already
  • if I didn't added them to the list with a count of 1
  • ELSE incremented the count by 1
  • added a "JOBS" label to the conversation
  • Archived the conversation
  • Checked to see if there were unread emails in the conversations with JOBS label
  • if there are move them to the inbox

To set this up first create a "JOBS" labe in gmail or in 'Code.gs' change: line:https://github.com/jigglytep/GMAILAUTOREPLY/blob/dfc2282dbd9e6359e2a2637ebeebe60d10373d22/Code.gs#L2 To the name of the labe you wish to use.

In 'Code.gs' change lines 5-7 to match the name of your resume in Google Drive and the name of the Google Sheet you wish use. The Google Sheets is opetional but this is where you would keep track of whom you emailed and how many times. image

Go to scripts.google.com and create a new project. Copy and paste contents of Code.gs into the file create by google: image

Click the Plus button at the top of the column to create a new file. Name it 'CheckArchive.gs' and copy and paste the contents into it (it should look something like): image

Click on the Triggers link: image

Clion the Add Trigger button, the following settings worked for me: image

Repeat steps above but this time create a trigger for the checkArchive function: image

This should be enough to get things going.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published