Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt

Use this file to discover all available pages before exploring further.

Returns details about a space.
External DocumentationTo learn more, visit the Google Chat documentation.

Basic Parameters

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

Format: spaces/

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": "<string>",
	"type": "<string>",
	"displayName": "<string>",
	"spaceThreadingState": "<string>",
	"spaceType": "<string>",
	"spaceDetails": {
		"description": "<string>"
	},
	"spaceHistoryState": "<string>",
	"createTime": "2024-06-27T18:15:50",
	"lastActiveTime": "2022-04-17T01:19:59",
	"membershipCount": {
		"joinedDirectHumanUserCount": 544
	},
	"accessSettings": {
		"accessState": "<string>"
	},
	"spaceUri": "<string>",
	"permissionSettings": {
		"manageMembersAndGroups": {
			"managersAllowed": false,
			"membersAllowed": true
		},
		"modifySpaceDetails": {
			"managersAllowed": true,
			"membersAllowed": false
		},
		"toggleHistory": {
			"managersAllowed": false,
			"membersAllowed": false
		},
		"useAtMentionAll": {
			"managersAllowed": false,
			"membersAllowed": false
		},
		"manageApps": {
			"managersAllowed": false,
			"membersAllowed": false
		},
		"manageWebhooks": {
			"managersAllowed": false,
			"membersAllowed": false
		},
		"postMessages": {
			"managersAllowed": false,
			"membersAllowed": false
		},
		"replyMessages": {
			"managersAllowed": true,
			"membersAllowed": false
		}
	}
}

Workflow Library Example

Get Space with Google Chat and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop