Explore Plans
Mobile menu Close menu
Google ChatGoogle Chat

Create a private space

This action will create a private space in Google Chat.

Developer info

API endpoint slug
google_chat.create_new_space
Filter code method
GoogleChat.createNewSpace.skip(string?: reason)
Runtime method
runAction("google_chat.create_new_space", {})

Action fields

Space name Text input > Document title

Label
Space Name
Helper text
The space's display name. An existing space within the Google Workspace organization might already use this display name. If a space name exists, the action will result in an error.
Slug
space_name
Required
true
Can have default value
true
Filter code method
GoogleChat.createNewSpace.setSpaceName(string: spaceName)

Space description Text input > Short text

Label
Description
Helper text
A description of the space. For example, describe the space's discussion topic, functional purpose, or participants.
Slug
space_description
Required
true
Can have default value
true
Filter code method
GoogleChat.createNewSpace.setSpaceDescription(string: spaceDescription)

Space guidelines Text input > Long text

Label
Guidelines
Helper text
The space's rules, expectations, and etiquette.
Slug
space_guidelines
Required
true
Can have default value
true
Filter code method
GoogleChat.createNewSpace.setSpaceGuidelines(string: spaceGuidelines)