I'm trying to send a notification out using Google Chats. But I have a few problems with the documentation I've been able to find:
- It requires me to have a paid service account, which I do not have, and will not be getting
- It requires using a chat bot, which (in my understanding) needs to be added to a room, and cannot just send out messages
- Chat bots can't send out messages directly to personal accounts?
I'm already using Google OAuth2 authentication to access another Google API, so I'd like to use a Google API to send messages directly from the authenticated account. How would I do that?
So far:
All the documentation I can find is about making a chat bot.
I've considered some alternatives to sending out messages, but due to corporate device restrictions that will not be changing, google chats is my best option.