I am configuring Google SecOps with Google Chat for a playbook.
What works:
PingList Spaces
The target space is returned correctly, and the app is already added to the space.
What fails:
GoogleChat - Send MessageGoogleChat - Send Advanced Message
Both return this exact error:
Error executing action "GoogleChat - Send Advanced Message". Reason: An error occurred: b'<h1>Not Found</h1>\n<h2>Error 404</h2>\n'I also confirmed that Space Name must be passed in the full resource format:
spaces/{space}If I pass only the raw space ID, I get a malformed resource name error.
At this point, List Spaces works, but sending messages still fails with 404 even though:
- the Chat app is live
- the app is added to the target space
- the integration is using
https://chat.googleapis.com/
Has anyone seen this before or successfully implemented this end to end?
