feat(gmail): add new emails trigger

This commit is contained in:
Rıdvan Akca
2024-04-22 14:46:19 +02:00
committed by Jakub P.
parent 10bc5fc3ff
commit 715ab09d19
8 changed files with 115 additions and 0 deletions

View File

@@ -36,6 +36,7 @@ const verifyCredentials = async ($) => {
refreshToken: data.refresh_token,
resourceName: currentUser.resourceName,
screenName: `${displayName} - ${email}`,
userId: email,
});
};