Google Cloud Setup

Prior to using the node, your Google administrator will need to setup a a Google Cloud project for email access. Once a Client ID and Secret have been generated, you can configure the node in any GlobalCapture workflow requiring it. Note, this node WILL REPLACE the existing Import node step.

Configure a Google Cloud Project

  1. Browse to https://console.cloud.google.com/ and login as your workspace admin user.

  2. From the project selector in the upper right corner, either select a project to work in, or create a new project.

  3. Open the APIs & Services panel.

    image-20240920-145233.png

  4. Select the OAuth consent screen menu, select Internal, and click CREATE.

    image-20240920-145403.png

  5. Provide the required app information

    1. App name: GlobalCapture Email

    2. User support email: Your Google Workspace admin

    3. Provide a logo if desired. The Square 9 logo here conforms to the size parameters from Google

    4. A developer contact is also required, and will generally be the same as your support email

    5. Click Save and Continue

  6. Click Save and Continue again on the Scope screen

  7. Click the Credentials menu, and click Create Credentials, then select OAuth client ID

  8. For Application type, choose Web application

  9. Provide a description name. Something like “GlobalCapture server access”

  10. Add an authorized redirect URL and add the following url:
    https://square9cdn.s3.amazonaws.com/oidc/gmail-oauth-import-callback.html

  11. Click CREATE

  12. Copy the Client ID and Client secret provided. This information will be required when setting up the workflow in GlobalCapture.