Skip to content

Google Meet: Update Meeting Space

Plugin ID: eca_google_meet_update_space

Available since: 1.0.0

Updates access control settings for an existing Google Meet space.

Fields

Authentication Type — config key: auth_type

Choose between API Client (OAuth2) or Service Account authentication.

Type: select · Required: yes · Default: api_client

Allowed values: api_client, service_account

Authentication Source — config key: auth_from

Choose whether to select authentication directly or use a token for dynamic selection.

Type: select · Required: yes · Default: direct

Allowed values: direct, token

API Client — config key: api_client_id

Search and select an API Client for OAuth2 authentication.

Type: textfield · Required: no · Default: empty string

Service Account — config key: service_account_id

Search and select a Service Account for server-to-server authentication.

Type: textfield · Required: no · Default: empty string

Client ID from Token — config key: auth_client_from_token

Token that resolves to a client ID (e.g., [user:field_google_client_id]). The token should contain just the client ID, not the auth type prefix.
This field supports tokens.

Type: textfield · Required: no · Default: empty string

Space Name — config key: space_name

The Google Meet space identifier (e.g., "spaces/abc123"). Often obtained from Create Meeting Space action. Supports token replacement.
This field supports tokens.

Type: textfield · Required: yes · Default: empty string

Access Type — config key: access_type

New access control setting for the meeting space. RESTRICTED requires participants to be invited via Google Calendar events.

Type: select · Required: yes · Default: TRUSTED

Allowed values: OPEN, TRUSTED, RESTRICTED

Space Token Name — config key: space_token_name

Optional token name to store updated meeting space details. Accessible as [token_name:space_id], [token_name:meeting_uri], [token_name:meeting_code].
This field supports tokens.

Type: textfield · Required: no · Default: empty string