- Getting started
 - Notifications
 - Licensing
 - Troubleshooting
 - Connector Builder
 - Act! 365
 - Active Directory - Preview
 - ActiveCampaign
 - Adobe Acrobat Sign
 - Adobe PDF Services
 - Amazon Bedrock
 - Amazon Connect
 - Amazon Polly
 - Amazon SES
 - Amazon Transcribe
 - Amazon Web Services
 - Anthropic Claude
 - Asana
 - AWeber
 - Azure AI Document Intelligence
 - Azure Maps
 - BambooHR
 - Box
 - Brevo
 - Calendly
 - Campaign Monitor
 - Cisco Webex Teams
 - Citrix Hypervisor
 - Citrix ShareFile
 - Clearbit
 - Confluence Cloud
 - Constant Contact
 - Coupa
 - Customer.io
 - Datadog
 - Deputy
 - DocuSign
 - Drip
 - Dropbox
 - Egnyte
 - Eventbrite
 - Exchange Server - Preview
 - Exchangerates
 - Expensify
 - Facebook
 - Freshbooks
 - Freshdesk
 - Freshservice
 - GetResponse
 - GitHub
 - Gmail
 - Google Cloud Platform
 - Google Docs
 - Google Drive
 - Google Maps
 - Google Sheets
 - Google Speech-to-Text
 - Google Tasks - Preview
 - Google Text-to-Speech
 - Google Vertex
 - Google Vision
- About the Google Vision connector
 - Google Vision authentication
 
 - Google Workspace
 - GoToWebinar
 - Greenhouse
 - Hootsuite
 - HTTP Webhook - Preview
 - Hubspot CRM
 - HubSpot Marketing
 - HyperV - Preview
 - iContact
 - Insightly CRM
 - Intercom
 - Jira
 - Keap
 - Klaviyo
 - LinkedIn
 - Mailchimp
 - MailerLite
 - Mailgun
 - Mailjet
 - Marketo
 - Microsoft 365
 - Microsoft Azure
 - Microsoft Azure Active Directory
 - Microsoft Azure OpenAI
 - Microsoft Dynamics 365 CRM
 - Microsoft OneDrive & Sharepoint
 - Microsoft Outlook 365
 - Microsoft Sentiment
 - Microsoft Teams
 - Microsoft Translator
 - Microsoft Vision
 - Miro
 - NetIQ eDirectory
 - Okta
 - OpenAI
 - Oracle Eloqua
 - Oracle NetSuite
 - PagerDuty
 - PayPal
 - PDFMonkey
 - Pinecone
 - Pipedrive
 - QuickBooksOnline
 - Quip
 - Salesforce
 - Salesforce Marketing Cloud
 - SAP BAPI
 - SAP Cloud for Customer
 - SAP Concur
 - SAP OData
 - SendGrid
 - ServiceNow
 - Shopify
 - Slack
 - SmartRecruiters
 - Smartsheet
 - Snowflake
 - Stripe
 - Sugar Enterprise
 - Sugar Professional
 - Sugar Sell
 - Sugar Serve
 - System Center - Preview
 - TangoCard
 - Todoist
 - Trello
 - Twilio
 - VMware ESXi vSphere
 - watsonx.ai
 - WhatsApp Business
 - WooCommerce
 - Workable
 - Workday
 - X (formerly Twitter)
 - Xero
 - YouTube
 - Zendesk
 - Zoho Campaigns
 - Zoho Desk
 - Zoho Mail
 - ZoomInfo
 

Integration Service for Automation Suite User Guide
To create a connection, you need to have a Service Account Configuration key.
To create and manage service account keys using the Google Cloud console, follow the steps explained in the Google Cloud documentation.
PRIVATE_KEY is the private portion of the public/private key pair:
               {
  "type": "service_account",
  "project_id": "PROJECT_ID",
  "private_key_id": "KEY_ID",
  "private_key": "-----BEGIN PRIVATE KEY-----\)
PRIVATE_KEY\)
-----END PRIVATE KEY-----\)
",
  "client_email": "SERVICE_ACCOUNT_EMAIL",
  "client_id": "CLIENT_ID",
  "auth_uri": "https://accounts.google.com/o/oauth2/auth",
  "token_uri": "https://accounts.google.com/o/oauth2/token",
  "auth_provider_x509_cert_url": "https://www.googleapis.com/oauth2/v1/certs",
  "client_x509_cert_url": "https://www.googleapis.com/robot/v1/metadata/x509/SERVICE_ACCOUNT_EMAIL"
}{
  "type": "service_account",
  "project_id": "PROJECT_ID",
  "private_key_id": "KEY_ID",
  "private_key": "-----BEGIN PRIVATE KEY-----\)
PRIVATE_KEY\)
-----END PRIVATE KEY-----\)
",
  "client_email": "SERVICE_ACCOUNT_EMAIL",
  "client_id": "CLIENT_ID",
  "auth_uri": "https://accounts.google.com/o/oauth2/auth",
  "token_uri": "https://accounts.google.com/o/oauth2/token",
  "auth_provider_x509_cert_url": "https://www.googleapis.com/oauth2/v1/certs",
  "client_x509_cert_url": "https://www.googleapis.com/robot/v1/metadata/x509/SERVICE_ACCOUNT_EMAIL"
}To create a connection to your Google Vision instance, you need to perform the following steps:
- 
                     
Select Integration Service from Automation Suite.
 - 
                     
From the Connectors list, select Google Vision. You can also use the search bar to narrow down the connector.
 - Select the Connect to Google Vision button.
 - 
                     
You are now redirected to the connection page. Enter your service account configuration key and select Connect.
 - The app asks for your permission to read, write, modify, and delete Google Vision data on your behalf.
 - Your connection has been added.
 
For more information about authenticating in Google Vision, visit the Authenticating to the Cloud Vision API page.