Skip to main content
⚠️ This is not the latest version. View latest version (6.1)
Version: 6.0

Google API Service

The Google API Service connects B2Win Suite to Google APIs using a Service Account, enabling integration with Gmail and other Google services. It is used by the Send Email node.

Setup Steps

  1. Go to the Google Cloud Console.
  2. Create a new project or select an existing one.
  3. Go to APIs & Services > Library.
  4. Search for the API you need (Gmail API, Google Sheets API, or Google Drive API) and enable it.
  5. Go to APIs & Services > Credentials.
  6. Click Create Credentials > Service account.
  7. Fill in the service account details and click Create.
  8. Grant the service account the Project > Editor role.
  9. Click Create Key, select JSON, and click Create — a JSON file will be downloaded to your computer.

Configure in B2Win Suite

Go to Configurations > Services and open the Google API service. Create a new configuration or edit an existing one:

  • Name: A display name for the configuration.
  • Google Credentials File: Upload the JSON key file downloaded above.

Click Test Connection to verify and Save to store the configuration.

Troubleshooting

  • Verify the correct API is enabled in the Google Cloud Console.
  • Confirm the JSON key file has not been revoked or deleted.
  • Check that the service account has sufficient permissions for the target API.