22
Views
2
Comments
Google Chat Webhook (Notification and message to google chat)
Question
Application Type
Reactive

If I send a message from my outsystems application it should notify and also send message in google chat to the group or a person.

Can anyone please let me know how to achieve this in outsystems and guide me with proper steps?


Thanks in advance,

Mohamed Zubair Ahmed


Screenshot 2024-01-17 at 2.12.07 PM.png
2023-05-23 04-55-55
Wasimkhan Syed Abuthahir
2019-09-30 07-35-56
Aurelio Junior

Hello,

It looks like there are no Forge components yet to integrate with Google Chat. However, you should be able to accomplish what you need using their REST API.

Here's the REST API's documentation: https://developers.google.com/chat/api/reference/rest

And here's the documentation on the authentication an authorization that you will need in order to make calls to that API: https://developers.google.com/chat/api/guides/auth


Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.