Skip to content

Google Meet: Get Conference Record

Plugin ID: eca_google_meet_get_record

Available since: 1.0.0

Retrieves detailed metadata for a specific Google Meet conference record.

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

Conference Record Name — config key: conference_record_name

The conference record identifier (e.g., "conferenceRecords/abc123"). Often obtained from List Conference Records action. Supports token replacement.
This field supports tokens.

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

Record Token Name — config key: token_name

Token name to store conference record details. Accessible as [token_name:name], [token_name:start_time], [token_name:end_time], [token_name:expire_time], etc.

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