Skip to main content

Get Space

Returns details about a space.

External Documentation

To learn more, visit the Google Chat documentation.

Basic Parameters

ParameterDescription
Space NameResource name of the space, in the form "spaces/*".

Format: spaces/{space}

Advanced Parameters

ParameterDescription
Delegated User OverridePerform the action on behalf of another user, overriding the delegated user defined in the connection.

If not specified, the delegated user is the one provided in the connection.

Has no effect when using an OAuth connection.

NOTE: the connection details are not edited by this input.

Example Output

{
"name": "spaces/AAAASi2zNlU",
"type": "ROOM",
"displayName": "test",
"spaceThreadingState": "THREADED_MESSAGES",
"spaceType": "SPACE",
"spaceHistoryState": "HISTORY_ON"
}

Workflow Library Example

Get Space with Google Chat and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop