Integrate with Google
Connect to Google and exchange data between Google services and Next Matter.
Connect services
Connect Google services in your Next Matter portal so that you don't have to authenticate your API calls
In your Next Matter portal, go to Automations library, and click Connect in the app tile of the Google services you want to use.
Check the required scopes to learn more about which data is shared between the apps.
If you get a 401 error when running a connected integration step, it might mean that the connected account got deactivated or deleted. It might also show when the same account was connected in another environment and then disconnected. This disconnect leads to all workspaces being deauthorized.
Check which account is connected
If you need to check which account has been used to connect the integration, you can do one of the following:
- To find the Google Drive user:
- Create an integration step with a GET request to:
https://www.googleapis.com/drive/v3/about?fields=user
This will return the user information. - For Google Sheets:
Use a Next Matter integration step (which can be a no-code step) to make a change in a sheet and check the version history to identify the user.
- Create an integration step with a GET request to:
Disconnect the account
You can disconnect an integration in the Automations library.
Updated 10 days ago