- 基本情報
- 通知
- ライセンス
- トラブルシューティング
- コネクタ ビルダー
- 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 Defender for Cloud
- Azure Maps
- BambooHR
- Box
- Brevo
- Calendly
- Campaign Monitor
- Cisco Webex Teams
- Citrix Hypervisor
- Citrix ShareFile
- Clearbit
- Confluence Cloud
- Constant Contact
- Coupa
- CrewAI – プレビュー
- Customer.io
- Database Hub - プレビュー
- Databricks エージェント
- 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
- 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
- Microsoft Azure OpenAI
- Microsoft Azure Sentinel
- Microsoft Dynamics 365 CRM
- Microsoft OneDrive & SharePoint
- Microsoft Outlook 365
- Microsoft Power Automate – プレビュー
- Microsoft Sentiment
- Microsoft Sentinel 脅威インテリジェンス
- Microsoft Teams
- Microsoft Translator
- Microsoft Vision
- Miro
- NetIQ eDirectory
- Nvidia NIM – Preview
- 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 Apps (プレビュー)
- UiPath Data Fabric – プレビュー
- UiPath GenAI アクティビティ
- UiPath Orchestrator
- 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 ユーザー ガイド
制限事項
このセクションでは、Integration Service のすべてのコネクタおよび/またはアクティビティに影響する、プラットフォーム レベルの制限値とその他の制限事項について説明します。
データ処理の制限
Integration Service には、応答を取得するためのプラットフォームの制限があります。データ処理の上限は 8 MB です。つまり、一部の API 呼び出しでは、取得される応答の数が 8 MB の制限を超え、「応答の内容が大きすぎます」というエラー メッセージが表示される場合があります。
8 MB の制限は JSON 形式のデータに適用されます。これには、ファイルが JSON データの一部として Base64 形式で送受信されるケースが含まれます。JSON の外部で処理されるファイルの制限は 1 GB です。
回避策
次の手順に従って、データ処理の制限を超えないようにすることができます。
- アクティビティ レベルの [レコードの最大数] フィールドを少ない数値に調整します。
- クエリにフィルター処理を追加します。フィルター パラメーターを指定すると、応答の数を制限できます。
アクティビティのタイムアウト
Integration Service コネクタに基づくすべてのアクティビティとトリガーには、プラットフォーム全体で 90 秒のタイムアウトが設定されています。つまり、API から 90 秒以内に応答を受信しない場合、アクティビティはタイムアウト エラーで失敗します。
トリガーの制限事項
このセクションでは、Integration Service のトリガーの既知の制限事項を示します。
トリガーを自動的に無効化する
新規または更新されたイベントのポーリング中に、サードパーティ アプリケーションの問題が原因でトリガーで 100 回連続したエラーが発生すると、トリガーは自動的に無効化されます。 このメカニズムは、システムの安定性を維持するのに役立ちます。
いずれかのトリガーが無効化されると、メール通知が届きます。 エラーの原因となっている根本的な問題を修正した後に、トリガーを手動で再度有効化する必要があります。
Data processing limit
Integration Service enforces an 8 MB data processing limit per event payload. This applies not only to activities but also to triggers, meaning large record payloads may fail to process if they exceed the limit.
Polling interval behavior
The polling interval defined at the connection level for polling-based triggers (including Wait for Event and Resume) is automatically applied to all triggers associated with that connection. This means that:
- Individual triggers cannot have their own polling intervals. All triggers under the same connection will inherit the interval configured on the connection.
- Updating the interval on the connection implicitly updates it for all associated triggers.