[GOOGLE-CHAT] Unable to find a way to create a 1:1 conversation #3553
Labels
priority: p3
Desirable enhancement or fix. May not be included in next release.
type: question
Request for information or clarification. Not an issue.
Hello,
I am looking for a way to send a private message through the Google Chat API. First, I had to sign up for Google Workspace (I'm still not sure why, as it is sometimes mentioned that Google Chat is accessible to everyone). Once that was done, I was able to create spaces, BUT:
I cannot create a space with multiple users directly (the space is created with one user, and then the others receive invitations via email). I looked into how to automatically accept invitations, but it doesn't seem to work if everyone is not part of the same workspace. (
chat.spaces.create
and then for each memberchat.spaces.members.create
)I am unable to send private messages (1:1 conversations) without an existing common space. (
chat.spaces.messages.create
withprivateMessageViewer
)Thank you for your help.
Have a great day !
The text was updated successfully, but these errors were encountered: