---
title: "Auto-Label in Gmail"
slug: auto-label-in-gmail
canonical_url: https://nerdymomocat.github.io/posts/auto-label-in-gmail/
collection: Stream
published_at: 2023-09-16T00:00:00.000Z
updated_at: 2023-09-16T00:00:00.000Z
tags: 
  - LLMs
  - AI
  - Tools
excerpt: "GPT labels your email"
author: "Nerdy Momo Cat"
---

## Navigation Context

- Canonical URL: https://nerdymomocat.github.io/posts/auto-label-in-gmail/
- You are here: Home > Posts > Stream > Auto-Label in Gmail

### Useful Next Links
- [Home](https://nerdymomocat.github.io/)
- [Bundles](https://nerdymomocat.github.io/collections/bundles/)
- [Logbook](https://nerdymomocat.github.io/collections/logbook/)
- [Notes](https://nerdymomocat.github.io/collections/notes/)
- [Stream](https://nerdymomocat.github.io/collections/stream/)

### Related Content

#### Pages That Mention This Page
- [Code and Snippets](https://nerdymomocat.github.io/posts/code-and-snippets/)

AI Email Labeller is a nifty Google Apps Script that allows you to automatically label your emails based on your prompts. It’s hosted on Google Apps Script, enabling users to leverage the Gmail API directly, even those in a managed workspace like .edu domains. The only cost involved is the OpenAI API.

Check it out here:

[

GitHub - nerdymomocat/gas-openai-gmail-labeller

Contribute to nerdymomocat/gas-openai-gmail-labeller development by creating an account on GitHub.

![title](https://www.google.com/s2/favicons?domain=github.com)

https://github.com/nerdymomocat/gas-openai-gmail-labeller

![title](https://opengraph.githubassets.com/21de52ac565a4e231eec840b5a85ebaddc24edf55af0904cada1d5369fea6eb0/nerdymomocat/gas-openai-gmail-labeller)

](https://github.com/nerdymomocat/gas-openai-gmail-labeller)

Bookmark for [https://github.com/nerdymomocat/gas-openai-gmail-labeller](https://github.com/nerdymomocat/gas-openai-gmail-labeller)

and watch a preview here:

[](https://user-images.githubusercontent.com/125716950/268440394-b3dc2251-b44b-4b23-85a0-fe49c8363176.mp4)

The one major thing GPT has enabled me to do is be able to create UIs for scripts that I would have just relied on code/spreadsheet for. Makes it much more likely that I will actually end up using something too!