\`Hi,
I am trying to create a space in google chat using api. So, for this I have configured OAuth2.0 and following details.Method: spaces.create" post methodHTTP Request: "https://www.googleapis.com/auth/chat.spaces.create"Authorization Scopes: "https://www.googleapis.com/auth/chat.spaces.create"I could able to generate the access token but I am not sure about request body however I configured as follows: *{ "name": "POC Test SPACE", "spaceType": "DIRECT_MESSAGE", "singleUserBotDm": "false", "threaded": "false", "displayName": "" }
For this the response as follows: "error": { "code": 404, "message": "Method not found.", "status": "NOT_FOUND" }
Actually our requirement is to send notifications on google chat using gmail id in place of sending emails.
Can anyone please suggest where/what I am missing or do I need to do in another way !!!
Regards,
Vamshi.