From 7bb68aa3b8ddf2da19ec08ce52131226b272e692 Mon Sep 17 00:00:00 2001 From: Justin Ellingwood Date: Tue, 4 Feb 2025 11:18:50 +0000 Subject: [PATCH] Change name of node from G Suite Admin to Goolge Workspace Admin (#2809) --- .../builtin/app-nodes/n8n-nodes-base.gsuiteadmin.md | 12 ++++++------ .../integrations/builtin/credentials/google/index.md | 2 +- .../trigger-nodes/n8n-nodes-base.coppertrigger.md | 2 +- mkdocs.yml | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/integrations/builtin/app-nodes/n8n-nodes-base.gsuiteadmin.md b/docs/integrations/builtin/app-nodes/n8n-nodes-base.gsuiteadmin.md index e239c44df..f79e1d4bf 100644 --- a/docs/integrations/builtin/app-nodes/n8n-nodes-base.gsuiteadmin.md +++ b/docs/integrations/builtin/app-nodes/n8n-nodes-base.gsuiteadmin.md @@ -1,18 +1,18 @@ --- #https://www.notion.so/n8n/Frontmatter-432c2b8dff1f43d4b1c8d20075510fe4 -title: G Suite Admin node documentation -description: Learn how to use the G Suite Admin node in n8n. Follow technical documentation to integrate G Suite Admin node into your workflows. +title: Google Workspace Admin node documentation +description: Learn how to use the Google Workspace Admin node in n8n. Follow technical documentation to integrate Google Workspace Admin node into your workflows. contentType: integration --- -# G Suite Admin node +# Google Workspace Admin node -Use the G Suite Admin node to automate work in G Suite Admin, and integrate G Suite Admin with other applications. n8n has built-in support for a wide range of G Suite Admin features, including creating, updating, deleting, and getting users, and groups. +Use the Google Workspace Admin node to automate work in Google Workspace Admin, and integrate Google Workspace Admin with other applications. n8n has built-in support for a wide range of Google Workspace Admin features, including creating, updating, deleting, and getting users, and groups. -On this page, you'll find a list of operations the G Suite Admin node supports and links to more resources. +On this page, you'll find a list of operations the Google Workspace Admin node supports and links to more resources. /// note | Credentials -Refer to [G Suite Admin credentials](/integrations/builtin/credentials/google/) for guidance on setting up authentication. +Refer to [Google credentials](/integrations/builtin/credentials/google/) for guidance on setting up authentication. /// ## Operations diff --git a/docs/integrations/builtin/credentials/google/index.md b/docs/integrations/builtin/credentials/google/index.md index ea0c7b145..fe8e1ccf3 100644 --- a/docs/integrations/builtin/credentials/google/index.md +++ b/docs/integrations/builtin/credentials/google/index.md @@ -31,7 +31,6 @@ Once configured, you can use your credentials to authenticate the following node | Node | OAuth | Service Account | | :--- | :---: | :-------------: | -| [G Suite Admin](/integrations/builtin/app-nodes/n8n-nodes-base.gsuiteadmin/) | :white_check_mark: | :x: | | [Google Ads](/integrations/builtin/app-nodes/n8n-nodes-base.googleads/) | :white_check_mark: | :x: | | [Gmail](/integrations/builtin/app-nodes/n8n-nodes-base.gmail/) | :white_check_mark: | :warning: | | [Google Analytics](/integrations/builtin/app-nodes/n8n-nodes-base.googleanalytics/) | :white_check_mark: | :x: | @@ -52,6 +51,7 @@ Once configured, you can use your credentials to authenticate the following node | [Google Slides](/integrations/builtin/app-nodes/n8n-nodes-base.googleslides/) | :white_check_mark: | :white_check_mark: | | [Google Tasks](/integrations/builtin/app-nodes/n8n-nodes-base.googletasks/) | :white_check_mark: | :x: | | [Google Translate](/integrations/builtin/app-nodes/n8n-nodes-base.googletranslate/) | :white_check_mark: | :white_check_mark: | +| [Google Workspace Admin](/integrations/builtin/app-nodes/n8n-nodes-base.gsuiteadmin/) | :white_check_mark: | :x: | | [YouTube](/integrations/builtin/app-nodes/n8n-nodes-base.youtube/) | :white_check_mark: | :x: | /// warning | Gmail and Service Accounts diff --git a/docs/integrations/builtin/trigger-nodes/n8n-nodes-base.coppertrigger.md b/docs/integrations/builtin/trigger-nodes/n8n-nodes-base.coppertrigger.md index fd2ece61f..85b325b2e 100644 --- a/docs/integrations/builtin/trigger-nodes/n8n-nodes-base.coppertrigger.md +++ b/docs/integrations/builtin/trigger-nodes/n8n-nodes-base.coppertrigger.md @@ -7,7 +7,7 @@ contentType: integration # Copper Trigger node -[Copper](https://www.copper.com/){:target=_blank .external-link} is a CRM that focuses on strong integration with Google's G Suite. It's mainly targeted towards small and medium-sized businesses. +[Copper](https://www.copper.com/){:target=_blank .external-link} is a CRM that focuses on strong integration with Google Workspace. It's mainly targeted towards small and medium-sized businesses. /// note | Credentials You can find authentication information for this node [here](/integrations/builtin/credentials/copper/). diff --git a/mkdocs.yml b/mkdocs.yml index 2a583f6e6..18d265249 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -561,11 +561,11 @@ nav: - Google Slides: integrations/builtin/app-nodes/n8n-nodes-base.googleslides.md - Google Tasks: integrations/builtin/app-nodes/n8n-nodes-base.googletasks.md - Google Translate: integrations/builtin/app-nodes/n8n-nodes-base.googletranslate.md + - Google Workspace Admin: integrations/builtin/app-nodes/n8n-nodes-base.gsuiteadmin.md - Gotify: integrations/builtin/app-nodes/n8n-nodes-base.gotify.md - GoToWebinar: integrations/builtin/app-nodes/n8n-nodes-base.gotowebinar.md - Grafana: integrations/builtin/app-nodes/n8n-nodes-base.grafana.md - Grist: integrations/builtin/app-nodes/n8n-nodes-base.grist.md - - G Suite Admin: integrations/builtin/app-nodes/n8n-nodes-base.gsuiteadmin.md - Hacker News: integrations/builtin/app-nodes/n8n-nodes-base.hackernews.md - HaloPSA: integrations/builtin/app-nodes/n8n-nodes-base.halopsa.md - Harvest: integrations/builtin/app-nodes/n8n-nodes-base.harvest.md