integration-service
latest
false
- Getting started
- Notifications
- Flex licensing
- Troubleshooting
- Connector Builder
- Act! 365
- ActiveCampaign
- Active Directory - Preview
- 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
- CrewAI – Preview
- Customer.io
- Databricks Agent
- Datadog
- DeepSeek
- Deputy
- Discord - Preview
- DocuSign
- Drip
- Dropbox
- Dropbox Business
- Egnyte
- Eventbrite
- Exchangerates
- Exchange Server - Preview
- Expensify
- Facebook
- Freshbooks
- Freshdesk
- Freshsales
- Freshservice
- GetResponse
- GitHub
- Gmail
- Google Cloud Platform
- Google Docs
- Google Drive
- Google Forms - Preview
- Google Maps
- Google Sheets
- Google Speech-to-Text
- Google Text-to-Speech
- Google Tasks - Preview
- Google Vertex
- About the Google Vertex connector
- Google Vertex authentication
- Google Vertex AI agent connector features table
- Google Vision
- Google Workspace
- GoToWebinar
- Greenhouse
- Hootsuite
- HTTP Webhook - Preview
- Hubspot CRM
- HubSpot Marketing
- HyperV - Preview
- Icertis
- iContact
- Insightly CRM
- Intercom
- Jina.ai
- Jira
- Keap
- Klaviyo
- LinkedIn
- Mail
- Mailchimp
- Mailgun
- Mailjet
- MailerLite
- Marketo
- Microsoft 365
- Microsoft Azure
- Microsoft Azure Active Directory
- Microsoft Azure AI Foundry
- Microsoft Azure OpenAI
- Microsoft Dynamics 365 CRM
- Microsoft OneDrive & Sharepoint
- Microsoft Outlook 365
- Microsoft Power Automate
- Microsoft Sentiment
- Microsoft Teams
- Microsoft Translator
- Microsoft Vision
- Miro
- NetIQ eDirectory
- Okta
- OpenAI
- OpenAI V1 Compliant LLM
- Oracle Eloqua
- Oracle NetSuite
- PagerDuty
- PayPal
- PDFMonkey
- Perplexity
- Pinecone
- Pipedrive
- QuickBooksOnline
- Quip
- Salesforce
- Salesforce AgentForce & Flows – Preview
- Salesforce Marketing Cloud
- SAP BAPI
- SAP Cloud for Customer
- SAP Concur
- SAP OData
- SendGrid
- ServiceNow
- Shopify
- Slack
- SmartRecruiters
- Smartsheet
- Snowflake
- Snowflake Cortex
- Stripe
- Sugar Enterprise
- Sugar Professional
- Sugar Sell
- Sugar Serve
- System Center - Preview
- TangoCard
- Todoist
- Trello
- Twilio
- UiPath Apps - Preview
- UiPath Data Fabric – Preview
- UiPath GenAI Activities
- UiPath Orchestrator - Preview
- X (formerly Twitter)
- Xero
- watsonx.ai
- WhatsApp Business
- WooCommerce
- Workable
- Workday
- Workday REST
- VMware ESXi vSphere
- YouTube
- Zendesk
- Zoho Campaigns
- Zoho Desk
- Zoho Mail
- Zoom
- ZoomInfo

Integration Service user guide
Last updated Oct 29, 2025
See the following table for an overview of the capabilities offered by the connector when executing agents in agentic processes.
| Feature Area | Feature | Google Vertex Agent in Maestro |
|---|---|---|
| Authentication | Single token, Bearer token (e.g. Personal Access Token) | No |
| Authentication | Service Principal-based authentication (e.g.,service account key) | Yes |
| Authentication | User-delegated, token-based authentication (e.g., On-Behalf-Of, OpenID). | No |
| Project Discovery | Discover available projects based on authentication | No (provided by the user) |
| Agent Discovery | Discover available agents | Yes (lists all AgentEngine agents within a project) |
| Invocation | Supports synchronous (request-response) invocation. | Yes |
| Invocation | Supports streaming invocation (Server-Sent Events). | No |
| Invocation | Supports asynchronous invocation with polling or webhook/callback. | No |
| Invocation | Ability to specify the agent's tools/skills within the API request. | Yes (in Prompt) |
| Session Management | Maintains conversational context via session IDs and allows for the retrieval of event history from an ongoing session. | Yes (use of session id within Managed Properties in Maestro) |
| Output Controls | Enforces structured, schema-adherent JSON output from agents. | No |
| Content Handling | Supports multi-modal content exchange (e.g., binary files, images, audio). | No |
| Observability | Provides comprehensive observability through togglable verbose tracing, OTEL-formatted traces, and cross-platform correlation IDs. | Yes (in Google Cloud Console) |
| Consumption & Attribution | Tracks and attributes AI consumption (tokens/units) per response for cost analysis. | Yes (the token cost of each response is included in the {:}response) |
| Versioning | Enables agent versioning for CI/CD workflows, targeted invocations by version number (e.g., GA, preview), and rollbacks. | No |
| Error Handling | Delivers structured, detailed error messages (reason, domain, metadata) for advanced debugging and conditional logic. | Yes |