Integration reference

Google Groups Trigger and Action reference

Monitor Google Workspace group and membership changes, then manage groups, members, aliases, domains, and Groups for Business settings.

5 Triggers17 ActionsManifests: Trigger v1 · Action v1

Authentication

Connect a Google Workspace administrator through OAuth. The account needs an Admin role with Admin API Groups permissions, such as Groups Admin or Super Admin.

  • Trigger account type: oauth2; reconnect by oauth.
  • Action connection type: oauth2; available modes: Connected Google Groups account.

Create or reuse the account from a Trigger or Action dialog, or manage it under Settings → Connected accounts. See Authentication and permissions for scopes and access diagnostics, or Connected accounts for reuse, reconnect, revocation, and credential rotation.

Scopes and permissions

Base Trigger authorization requests: openid, email, profile, https://www.googleapis.com/auth/admin.directory.group.readonly, https://www.googleapis.com/auth/admin.directory.group.member.readonly.

View 4 OAuth scopes used by current Actions

https://www.googleapis.com/auth/admin.directory.group, https://www.googleapis.com/auth/admin.directory.group.member, https://www.googleapis.com/auth/apps.groups.settings, https://www.googleapis.com/auth/admin.directory.domain.readonly

View 4 provider permissions or credential requirements

https://www.googleapis.com/auth/admin.directory.group, https://www.googleapis.com/auth/admin.directory.group.member, https://www.googleapis.com/auth/apps.groups.settings, https://www.googleapis.com/auth/admin.directory.domain.readonly

Operation-specific requirements appear in the tables below. Custom event selections can add scopes dynamically, so the current Trigger or Action dialog remains authoritative for the exact consent request.

Use Google Groups as a Trigger

The current provider manifest contains 5 available Trigger definitions. Representative definitions include:

  • New Group
  • Updated Group
  • New Group Member
  • Updated Group Member
  • Removed Group Member
View all 5 available Trigger definitions
TriggerManifest keyDeliveryAdditional scopes
New Groupgoogle_groups.new_group.pollingpollingNone declared
Updated Groupgoogle_groups.updated_group.pollingpollingNone declared
New Group Membergoogle_groups.new_member.pollingpollingNone declared
Updated Group Membergoogle_groups.updated_member.pollingpollingNone declared
Removed Group Membergoogle_groups.removed_member.pollingpollingNone declared

Choose the narrowest event definition that fits the Workflow. Configure provider-specific resource and event filters in the Source dialog before adding broader Workflow Filters.

Use Google Groups Actions

The current Action manifest contains 17 operations. Representative Actions include:

  • Create Group
  • Update Group
  • Add Member to Group
  • Remove Member From Group
  • Add Group Alias
  • Update Group Settings
  • List Domains
View all 17 available Action definitions
ActionManifest keyAccess and authManifest rate limit
List Groupsgoogle_groups.list_groupshttps://www.googleapis.com/auth/admin.directory.group
FastHook-managed account
1/second
Get Groupgoogle_groups.get_grouphttps://www.googleapis.com/auth/admin.directory.group
FastHook-managed account
1/second
Create Groupgoogle_groups.create_grouphttps://www.googleapis.com/auth/admin.directory.group
FastHook-managed account
1/second
Update Groupgoogle_groups.update_grouphttps://www.googleapis.com/auth/admin.directory.group
FastHook-managed account
1/second
Delete Groupgoogle_groups.delete_grouphttps://www.googleapis.com/auth/admin.directory.group
FastHook-managed account
1/second
List Group Membersgoogle_groups.list_membershttps://www.googleapis.com/auth/admin.directory.group.member
FastHook-managed account
1/second
Get Group Membergoogle_groups.get_memberhttps://www.googleapis.com/auth/admin.directory.group.member
FastHook-managed account
1/second
Add Member to Groupgoogle_groups.add_memberhttps://www.googleapis.com/auth/admin.directory.group.member
FastHook-managed account
1/second
Update Group Membergoogle_groups.update_memberhttps://www.googleapis.com/auth/admin.directory.group.member
FastHook-managed account
1/second
Remove Member From Groupgoogle_groups.remove_memberhttps://www.googleapis.com/auth/admin.directory.group.member
FastHook-managed account
1/second
List Group Aliasesgoogle_groups.list_aliaseshttps://www.googleapis.com/auth/admin.directory.group
FastHook-managed account
1/second
Add Group Aliasgoogle_groups.add_aliashttps://www.googleapis.com/auth/admin.directory.group
FastHook-managed account
1/second
Delete Group Aliasgoogle_groups.delete_aliashttps://www.googleapis.com/auth/admin.directory.group
FastHook-managed account
1/second
Get Group Settingsgoogle_groups.get_group_settingshttps://www.googleapis.com/auth/apps.groups.settings
FastHook-managed account
1/second
Update Group Settingsgoogle_groups.update_group_settingshttps://www.googleapis.com/auth/apps.groups.settings
FastHook-managed account
1/second
List Domainsgoogle_groups.list_domainshttps://www.googleapis.com/auth/admin.directory.domain.readonly
FastHook-managed account
1/second
Custom API Requestgoogle_groups.custom_api_requesthttps://www.googleapis.com/auth/admin.directory.group, https://www.googleapis.com/auth/admin.directory.group.member, https://www.googleapis.com/auth/apps.groups.settings
FastHook-managed account
1/second

The Action editor reads its required permissions, fields, remote resource pickers, output schema, and rate limit from the provider manifest. Available fields can change with the selected operation and authentication mode.

Build a Workflow

  1. Create a Source using a Google Groups Trigger definition.
  2. Create a Workflow with that Source as its Trigger.
  3. Add the required Google Groups Action and select the connected account.
  4. Map Trigger or earlier-Step data into the Action fields with the field picker.
  5. Add a Filter, Paths, Delay, or Transformation when the route needs it.
  6. Activate the Workflow, produce a controlled event, and verify the run in Audit and in Google Groups.

Troubleshooting Google Groups

The account is missing or cannot be selected
Confirm the active FastHook team, provider, account status, and authentication mode. A disabled or revoked account cannot execute an Action.
A resource picker is empty
Verify that the connected provider identity can access the resource itself. OAuth consent does not add workspace, repository, channel, drive, project, base, or record permissions.
The editor asks for additional scopes
Reconnect the same account from the affected Trigger or Action so FastHook can request its current manifest scopes. Then reopen the editor and select the resource again.
An active Workflow returns 401, 403, or a permission error
Compare the selected operation’s access requirements below with the account recorded in Audit. Check provider-side membership and object access before repeating the Action.
The provider returns 429 or a temporary 5xx
Inspect the Step attempt and retryability in Audit. FastHook can retry temporary failures, but provider quotas and idempotency rules still apply.

Provider-specific checks

  • Sources poll every five minutes and establish a baseline on their first run before emitting later changes.
  • Google Groups in FastHook manages organization groups through the Admin SDK; a personal Gmail account without Google Workspace admin rights cannot use these operations.
  • Groups for Business must be enabled for settings such as collaborative inbox and posting policies.
  • Custom API Request is restricted to Admin SDK Directory v1 and Groups Settings v1 paths and cannot override authorization.

Next