-
Notifications
You must be signed in to change notification settings - Fork 473
Chat Bot
- Setup a Chat Bot
- Listing Rooms and Chats Your Bot Has Been Added To
- Listing Members of a Room or Chat
- Creating a Chat Message
- Updating a Chat Message
- Deleting a Chat Message
Since GAM 6.03, GAM is capable of acting as a Chat Bot and sending messages to Chat Rooms or direct messages to users. You first need to configure your Chat Bot.
- Run the command
gam create chatmessage space q9lgEgAAAAE text "Hello Google Chat"
to attempt to create your first chat message. It will fail and point you to a URL to configure your Chat Bot. - Enter a name and description of your choosing. For the avatar URL you can use
https://dummyimage.com/384x256/4d4d4d/0011ff.png&text=+GAM
or a public URL to an image of your own choosing. - In the Functionality section, check off both "Bot works in direct messages" and "Bot works in rooms and direct messages with multiple users"
- For Connection Settings, choose "Cloud Pub/Sub" and enter "no-topic" for the topic name. GAM doesn't yet listen to pub/sub so this option is not used.
- Configure permissions for who your bot can chat. The recommendation is everyone in your domain.
- Save changes.
- Now you are ready to start chatting.
gam print chatspaces [todrive]
Prints the spaces a Chat Bot is able to send messages to. A space can be a direct message to a user, a chat group or a chat room. At first you'll have no spaces listed. Try finding your bot and chatting it and then your space will be listed with the above.
gam print chatmembers space <space> [todrive]
prints the members of a given Chat space.
gam create chatmessage [text <message text>] [textfile <file>] space <space> [thread <thread id>]
Creates a chat message in the given space. You must specify either text and the text of your message or textfile and the path to a file where the text can be read. Messages are limited to 4,096 characters and will be trimmed to that length. Chat supports simple formatting allowing you to bold, underline, italics and strikethrough your text.
This example creates a new chat message in the given room.
gam create chatmessage text "Hello Chat" space spaces/iEMj8AAAAAE
This example creates a formatted message and posts it to an existing thread
gam create chatmessage text "*Bold* _Italics_ ~Strikethrough~" thread spaces/AAAADi-pvqc/threads/FMNw-iE9jN4 space spaces/AAAADi-pvqc
This example reads the MotD.txt file and posts it's contents to Chat.
gam create chatmessage textfile MotD.txt spaces spaces/AAAADi-pvqc
gam update chatmessage name <name> [text <chat text>] [textfile <file>]
Updates and rewrites an existing Chat message. Message will show as edited and no notification will be sent to members.
This example updates an existing chat message with new text.
gam update chatmessage name spaces/AAAADi-pvqc/messages/PKJrx90ooIU.PKJrx90ooIU text "HELLO CHAT?"
gam delete chatmessage name <name>
Deletes the given Chat message. Members will no longer see the message.
gam delete chatmessage name spaces/AAAADi-pvqc/messages/PKJrx90ooIU.PKJrx90ooIU
Need more help? Ask on the GAM Discussion Group
GAM Basics
GAM Tutorials
- Managing Users, Groups, Aliases, Domains, Mobile and Chrome Devices, and Resource Calendars
- Group Settings
- Data Transfers
- Print Users, Groups, Aliases, Mobile and Chrome OS devices, OUs, Licenses and Reports
- Managing Custom User Schemas
- User Email Settings
- User Security Settings
- Managing Classroom
- Managing Devices
- Chrome Policy Settings
- Chrome Browser Management
- Calendar Settings
- Unmanaged Users and Invitations
- Google Drive Management
- Inbound SSO Settings
- Managing Admins
- Domain Verification
- Printers
- Managing Product Licenses
- Context Aware Access levels
- Managing Organizations
- OAuth Authentication Related Commands
- Vault / Takeout Commands
- Bulk Operations
GAM Command Reference
Resources
- Questions? Visit the GAM Discussion Forum
- How to run GAM on Chromebooks / Chrome OS and Android devices.
- Setting up GAM on Google Cloud Platform (GCP)
- Running GAM on Google Compute Engine (GCE) VMs Securly
- Using GAM with a Delegated Admin Service Account (DASA)
- Use a YubiKey for Service Account Authentication
- Verify a GAM Install is Official and Legimate