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
Hi,
can you check this component. Hope it might be helpful.
https://www.outsystems.com/forge/component-overview/13709/sse-reactive-client#:~:text=The%20SSE%20Server%20Hub%20allows,the%20event%20source%20format2.
Regards,Wasimkhan S
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