Back to Integrations
integrationGoogle Workspace Admin node
integrationSalesforce node

Google Workspace Admin and Salesforce integration

Save yourself the work of writing custom integrations for Google Workspace Admin and Salesforce and use n8n instead. Build adaptable and scalable Utility, Sales, and Communication workflows that work with your technology stack. All within a building experience you will love.

How to connect Google Workspace Admin and Salesforce

  • Step 1: Create a new workflow
  • Step 2: Add and configure nodes
  • Step 3: Connect
  • Step 4: Customize and extend your integration
  • Step 5: Test and activate your workflow

Step 1: Create a new workflow and add the first step

In n8n, click the "Add workflow" button in the Workflows tab to create a new workflow. Add the starting point – a trigger on when your workflow should run: an app event, a schedule, a webhook call, another workflow, an AI chat, or a manual trigger. Sometimes, the HTTP Request node might already serve as your starting point.

Google Workspace Admin and Salesforce integration: Create a new workflow and add the first step

Step 2: Add and configure Google Workspace Admin and Salesforce nodes

You can find Google Workspace Admin and Salesforce in the nodes panel. Drag them onto your workflow canvas, selecting their actions. Click each node, choose a credential, and authenticate to grant n8n access. Configure Google Workspace Admin and Salesforce nodes one by one: input data on the left, parameters in the middle, and output data on the right.

Google Workspace Admin and Salesforce integration: Add and configure Google Workspace Admin and Salesforce nodes

Step 3: Connect Google Workspace Admin and Salesforce

A connection establishes a link between Google Workspace Admin and Salesforce (or vice versa) to route data through the workflow. Data flows from the output of one node to the input of another. You can have single or multiple connections for each node.

Google Workspace Admin and Salesforce integration: Connect Google Workspace Admin and Salesforce

Step 4: Customize and extend your Google Workspace Admin and Salesforce integration

Use n8n's core nodes such as If, Split Out, Merge, and others to transform and manipulate data. Write custom JavaScript or Python in the Code node and run it as a step in your workflow. Connect Google Workspace Admin and Salesforce with any of n8n’s 1000+ integrations, and incorporate advanced AI logic into your workflows.

Google Workspace Admin and Salesforce integration: Customize and extend your Google Workspace Admin and Salesforce integration

Step 5: Test and activate your Google Workspace Admin and Salesforce workflow

Save and run the workflow to see if everything works as expected. Based on your configuration, data should flow from Google Workspace Admin to Salesforce or vice versa. Easily debug your workflow: you can check past executions to isolate and fix the mistake. Once you've tested everything, make sure to save your workflow and activate it.

Google Workspace Admin and Salesforce integration: Test and activate your Google Workspace Admin and Salesforce workflow

Provision new employee accounts to Google Workspace, Slack, Jira, and Salesforce

Provision new employee accounts to Google Workspace, Slack, Jira, and Salesforce

This workflow streamlines the employee onboarding process by automatically provisioning user accounts across your organization's tech stack. By connecting HR input to IT operations, it eliminates manual data entry, reduces errors, and ensures new hires have access to the right tools from day one.

Depending on the employee's department, the workflow intelligently routes the provisioning process to create specific accounts (e.g., Jira for Engineering, Salesforce for Sales) alongside standard company-wide access.

Who is it for
IT Administrators** looking to automate identity management and access provisioning.
HR Operations Managers** who want to speed up the onboarding handover process.
Startup Founders** needing a scalable way to manage new hire accounts without expensive SaaS management tools.

How it works
Data Intake: The workflow is triggered by a Webhook (connected to a form like Typeform, Google Forms, or BambooHR) containing the new hire's details.
Configuration: A central "Set" node establishes global variables, such as the default temporary password, welcome email subject, and the main Slack channel ID.
Core Provisioning: It simultaneously creates a Google Workspace account and invites the user to a general Slack channel.
Department Routing: A generic logic switch checks the department field:
If Engineering: It creates a Jira user.
If Sales: It creates a Salesforce user.
Notification: Once all accounts are successfully provisioned, the workflow uses a generic email service (Gmail node) to send a welcome email to the new employee with their login details.

How to set up
Credentials: You will need to configure credentials for the following nodes: Google Workspace Admin, Slack API, Jira Software, Salesforce, and Gmail (or your preferred email provider).
Configuration: Open the node named ⚙️ CONFIGURATION. Update the Slack_Channel_ID (where new users are invited) and the Default_Password to match your company's security policy.
Webhook: Copy the Webhook URL from the start node and add it to your HR form or applicant tracking system.

Requirements
n8n:** Version 1.0 or later recommended.
Access:** Admin privileges for Google Workspace, Slack, Jira, and Salesforce to generate the necessary API keys/tokens.

How to customize the workflow
Add Departments:** Edit the "Check Department" Switch node to add routes for Marketing, Finance, etc., and connect them to relevant apps (e.g., HubSpot, Xero).
Change Notification:** Swap the Gmail node for Microsoft Outlook or Slack DM depending on how you notify managers.
Enhance Security:** Add a step to force a password reset on the first login if the identity provider supports it.

Nodes used in this workflow

Popular Google Workspace Admin and Salesforce workflows

Provision new employee accounts to Google Workspace, Slack, Jira, and Salesforce

Provision new employee accounts to Google Workspace, Slack, Jira, and Salesforce This workflow streamlines the employee onboarding process by automatically provisioning user accounts across your organization's tech stack. By connecting HR input to IT operations, it eliminates manual data entry, reduces errors, and ensures new hires have access to the right tools from day one. Depending on the employee's department, the workflow intelligently routes the provisioning process to create specific accounts (e.g., Jira for Engineering, Salesforce for Sales) alongside standard company-wide access. Who is it for IT Administrators** looking to automate identity management and access provisioning. HR Operations Managers** who want to speed up the onboarding handover process. Startup Founders** needing a scalable way to manage new hire accounts without expensive SaaS management tools. How it works Data Intake: The workflow is triggered by a Webhook (connected to a form like Typeform, Google Forms, or BambooHR) containing the new hire's details. Configuration: A central "Set" node establishes global variables, such as the default temporary password, welcome email subject, and the main Slack channel ID. Core Provisioning: It simultaneously creates a Google Workspace account and invites the user to a general Slack channel. Department Routing: A generic logic switch checks the department field: If Engineering: It creates a Jira user. If Sales: It creates a Salesforce user. Notification: Once all accounts are successfully provisioned, the workflow uses a generic email service (Gmail node) to send a welcome email to the new employee with their login details. How to set up Credentials: You will need to configure credentials for the following nodes: Google Workspace Admin, Slack API, Jira Software, Salesforce, and Gmail (or your preferred email provider). Configuration: Open the node named ⚙️ CONFIGURATION. Update the Slack_Channel_ID (where new users are invited) and the Default_Password to match your company's security policy. Webhook: Copy the Webhook URL from the start node and add it to your HR form or applicant tracking system. Requirements n8n:** Version 1.0 or later recommended. Access:** Admin privileges for Google Workspace, Slack, Jira, and Salesforce to generate the necessary API keys/tokens. How to customize the workflow Add Departments:** Edit the "Check Department" Switch node to add routes for Marketing, Finance, etc., and connect them to relevant apps (e.g., HubSpot, Xero). Change Notification:** Swap the Gmail node for Microsoft Outlook or Slack DM depending on how you notify managers. Enhance Security:** Add a step to force a password reset on the first login if the identity provider supports it.

Build your own Google Workspace Admin and Salesforce integration

Create custom Google Workspace Admin and Salesforce workflows by choosing triggers and actions. Nodes come with global operations and settings, as well as app-specific parameters that can be configured. You can also use the HTTP Request node to query data from any app or service with a REST API.

Google Workspace Admin supported actions

Get
Get a ChromeOS device
Get Many
Get many ChromeOS devices
Update
Update a ChromeOS device
Change Status
Change the status of a ChromeOS device
Create
Create a group
Delete
Delete a group
Get
Get a group
Get Many
Get many groups
Update
Update a group
Add to Group
Add an existing user to a group
Create
Create a user
Delete
Delete a user
Get
Get a user
Get Many
Get many users
Remove From Group
Remove a user from a group
Update
Update a user

Salesforce supported actions

Add Note
Add note to an account
Create
Create an account
Create or Update
Create a new account, or update the current one if it already exists (upsert)
Delete
Delete an account
Get
Get an account
Get Many
Get many accounts
Get Summary
Returns an overview of account's metadata
Update
Update an account
Create
Create a attachment
Delete
Delete a attachment
Get
Get a attachment
Get Many
Get many attachments
Get Summary
Returns an overview of attachment's metadata
Update
Update a attachment
Add Comment
Add a comment to a case
Create
Create a case
Delete
Delete a case
Get
Get a case
Get Many
Get many cases
Get Summary
Returns an overview of case's metadata
Update
Update a case
Add Contact To Campaign
Add contact to a campaign
Add Note
Add note to a contact
Create
Create a contact
Create or Update
Create a new contact, or update the current one if it already exists (upsert)
Delete
Delete a contact
Get
Get a contact
Get Many
Get many contacts
Get Summary
Returns an overview of contact's metadata
Update
Update a contact
Create
Create a custom object record
Create or Update
Create a new record, or update the current one if it already exists (upsert)
Delete
Delete a custom object record
Get
Get a custom object record
Get Many
Get many custom object records
Update
Update a custom object record
Upload
Upload a document
Get Many
Get many flows
Invoke
Invoke a flow
Add Lead To Campaign
Add lead to a campaign
Add Note
Add note to a lead
Create
Create a lead
Create or Update
Create a new lead, or update the current one if it already exists (upsert)
Delete
Delete a lead
Get
Get a lead
Get Many
Get many leads
Get Summary
Returns an overview of Lead's metadata
Update
Update a lead
Add Note
Add note to an opportunity
Create
Create an opportunity
Create or Update
Create a new opportunity, or update the current one if it already exists (upsert)
Delete
Delete an opportunity
Get
Get an opportunity
Get Many
Get many opportunities
Get Summary
Returns an overview of opportunity's metadata
Update
Update an opportunity
Query
Execute a SOQL query that returns all the results in a single response
Create
Create a task
Delete
Delete a task
Get
Get a task
Get Many
Get many tasks
Get Summary
Returns an overview of task's metadata
Update
Update a task
Get
Get a user
Get Many
Get many users

FAQs

  • Can Google Workspace Admin connect with Salesforce?

  • Can I use Google Workspace Admin’s API with n8n?

  • Can I use Salesforce’s API with n8n?

  • Is n8n secure for integrating Google Workspace Admin and Salesforce?

  • How to get started with Google Workspace Admin and Salesforce integration in n8n.io?

Looking to integrate Google Workspace Admin and Salesforce in your company?

Over 3000 companies switch to n8n every single week

Why use n8n to integrate Google Workspace Admin with Salesforce

Build complex workflows, really fast

Build complex workflows, really fast

Handle branching, merging and iteration easily.
Pause your workflow to wait for external events.

Code when you need it, UI when you don't

Simple debugging

Your data is displayed alongside your settings, making edge cases easy to track down.

Use templates to get started fast

Use 1000+ workflow templates available from our core team and our community.

Reuse your work

Copy and paste, easily import and export workflows.

Implement complex processes faster with n8n

red iconyellow iconred iconyellow icon