Created
November 1, 2024 10:18
-
-
Save danielcranney/2eb646861e2e8069b2a73527f76566ad to your computer and use it in GitHub Desktop.
newsletter unsubscription tracker / 01 - create logUnsubscribes().js
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Logs emails from threads labeled "unsubscribed" to a Google Sheet | |
function logUnsubscribes() { | |
// Additional code will go here | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment