Troubleshooting Intercom Reader
This topic lists common issues and quick checks to help you diagnose Intercom Reader problems.
Authentication failures (401/403): Verify the API key or OAuth access token, and confirm the app scopes include the tables you selected. If using OAuth with refresh tokens, ensure the tokens are current.
Invalid table names: Misconfiguration of
TablesandExcluded tablescan cause errors. Remove unsupported names or correct casing; use%wildcards carefully.Conversations not readable: Reading
Conversationsmay require specific Intercom plan/permissions. Exclude it or adjust your Intercom subscription and scopes.No data in Incremental load: Check the
Start positionvalue (for example,%=-1vs. a specific timestamp/offset) and confirm theIncremental load marker(UpdatedAt) is present and advancing.Throughput or lag: Tune
Thread pool count,Connection pool size, andPolling interval. Ensure thread pool does not exceed connection pool.