integration-service
latest
false
- 基本情報
- 通知
- フレックス ライセンス
- トラブルシューティング
- コネクタ ビルダー
- Act! 365
- ActiveCampaign
- Active Directory - プレビュー
- 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 – プレビュー
- Customer.io
- Databricks Agent
- Datadog
- DeepSeek
- Deputy
- Discord - プレビュー
- DocuSign
- Drip
- Dropbox
- Dropbox Business
- Egnyte
- Eventbrite
- Exchangerates
- Exchange Server - プレビュー
- Expensify
- Facebook
- Freshbooks
- Freshdesk
- Freshsales
- FreshService
- Getresponse
- GitHub
- Gmail
- Google Cloud Platform
- Google ドキュメント
- Google ドライブ
- Google フォーム - プレビュー
- Google マップ
- Google スプレッドシート
- Google Speech-to-Text
- Google Text-to-Speech
- Google ToDo リスト - プレビュー
- Google Vertex
- Google Vision
- Google Workspace
- GoToWebinar
- Greenhouse
- Hootsuite
- HTTP Webhook - プレビュー
- HubSpot CRM
- Hubspot Marketing
- HyperV - プレビュー
- IcertisIcertis
- iContact
- Insightly CRM
- Intercom
- Jina.ai
- Jira
- Keap
- Klaviyo
- LinkedIn
- メール
- Mailchimp
- Mailgun
- Mailjet
- MailerLite
- Marketo
- Microsoft 365
- Microsoft Azure
- Microsoft Azure Active Directory
- Microsoft Azure AI Foundry
- About the Microsoft Azure AI Foundry connector
- Microsoft Azure AI Foundry authentication
- Microsoft Azure AI Foundry features table
- 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 準拠の LLM
- Oracle Eloqua
- Oracle NetSuite
- PagerDuty
- Paypal
- PDFMonkey
- Perplexity
- Pinecone
- Pipedrive
- QuickBooks Online
- Quip
- Salesforce
- Salesforce AgentForce & Flows – プレビュー
- 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 - プレビュー
- TangoCard
- Todoist
- Trello
- Twilio
- UiPath Data Fabric – プレビュー
- UiPath GenAI アクティビティ
- X(旧ツイッター)
- 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 で提供されるコネクタ パッケージの一部は機械翻訳で処理されています。
新しいコンテンツの翻訳は、およそ 1 ~ 2 週間で公開されます。

Integration Service ユーザー ガイド
最終更新日時 2025年10月9日
See the following table for an overview of the capabilities offered by the connector when executing agents in agentic processes.
Feature Area | 機能 | Foundry AI Agent in Maestro |
---|---|---|
認証 | Single token, Bearer token (e.g. Personal Access Token). | いいえ |
認証 | Service Principal-based authentication (e.g., service key, OAuth 2.0). | はい |
認証 | User-delegated, token-based authentication (e.g., On-Behalf-Of, OpenID). | はい |
Project Discovery | Discover available projects based on authentication. | No (provided by the user) |
Agent Discovery | Discover available agents. | Yes (lists all agents in a project) |
Invocation | Supports synchronous (request-response) invocation. | いいえ |
Invocation | Supports streaming invocation (Server-Sent Events). | いいえ |
Invocation | Supports asynchronous invocation with polling or webhook/callback. | はい |
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 thread_id within Manage Properties in Maestro) |
Output Controls | Enforces structured, schema-adherent JSON output from agents. | いいえ |
Content Handling | Supports multi-modal content exchange (e.g., binary files, images, audio). | Partial (possible if the developer encodes the output and sends it in the prompt) |
Observability | Provides comprehensive observability through togglable verbose tracing, OTEL-formatted traces, and cross-platform correlation IDs. | Yes (in Azure Foundry Portal) |
Consumption & Attribution | Tracks and attributes AI consumption (tokens/units) per response for cost analysis. | Yes (in Portal) |
バージョン管理 | Enables agent versioning for CI/CD workflows, targeted invocations by version number (e.g., GA, preview), and rollbacks. | いいえ |
エラー処理 | Delivers structured, detailed error messages (reason, domain, metadata) for advanced debugging and conditional logic. | はい |