Replies: 1 comment
-
Hello! Since this is an API question, transferring this over to Discussions Q&A. Thank you! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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 !
Beta Was this translation helpful? Give feedback.
All reactions