FAQ

chevron-rightCan I pull data from multiple Intercom workspaces?hashtag

You can connect each workspace separately by creating multiple data flows in Coupler.io. Each connection requires its own OAuth authorization. Once you have imports from all workspaces, you can append them together in your destination using Coupler.io's Append transformation or by manually combining sheets.

chevron-rightHow often can I schedule imports from Intercom?hashtag

You can schedule imports as frequently as you need—hourly, daily, weekly, or monthly. However, to avoid timeouts and API overload, we recommend:

  • Daily or weekly for conversations and tickets (with narrow date ranges using date filters)

  • Weekly or monthly for static data like teams, segments, and tags

Leave at least 30 minutes between imports of the same data flow to allow the API to recover.

chevron-rightWhich report should I use to track customer support volume and resolution time?hashtag

Use "List of tickets" if your workspace is primarily ticket-based, or "List of conversations" if you're using conversations for support. Both include created/updated dates so you can calculate resolution time. Export to BigQuery or Google Sheets and add a calculated column: resolution_time = closed_date - created_date.

circle-info

See the Data Overview article for a full list of available fields in each report and use cases by role.

chevron-rightWhat's the difference between "created after/before" and "updated after/before" filters?hashtag
  • Created: Filters by when the conversation, ticket, or contact was first created. Use this for weekly or daily imports of new data.

  • Updated: Filters by when the record was last modified (status change, new message, tag added, etc.). Use this if you want to catch recent changes to existing records.

For incremental imports, use created dates to avoid re-pulling old data.

chevron-rightCan I analyze sentiment or summarize conversations automatically?hashtag

Yes! Export your conversations to an AI destination like Claude or ChatGPT. Once the data reaches the AI, you can:

  • Summarize long conversation threads

  • Analyze customer sentiment

  • Extract key issues or feature requests

  • Categorize conversations by topic

This is faster than reading manually and helps you spot trends across hundreds of conversations.

chevron-rightWhy is my append import duplicating data?hashtag

This usually happens when:

  • You used overlapping date ranges in consecutive imports (e.g., run 1 pulls Jan 1-7, run 2 also pulls Jan 1-7)

  • You re-ran the same date range without clearing the destination sheet first

Fix: Plan non-overlapping date ranges for each import:

  • Run 1: Jan 1-7

  • Run 2: Jan 8-14

  • Run 3: Jan 15-21

This way, each run captures new data without overlap.

circle-info

See Common Issues for more on append mode timeouts.

chevron-rightHow do I combine conversation and ticket data in one view?hashtag

If you need conversations and tickets in the same sheet:

  1. Create one data flow for "List of conversations"

  2. Create another for "List of tickets"

  3. Export both to the same destination sheet

  4. Use Coupler.io's Append transformation to combine them (if they have matching column names), or manually append them in your spreadsheet or data warehouse

Note: They may have different column structures, so you might need a manual cleanup step.

chevron-rightWhat if I need to pull specific data that isn't in the standard reports?hashtag

Intercom's standard reports cover most use cases (contacts, conversations, tickets, companies, teams, etc.). If you need custom fields or more granular filtering:

  1. Check if advanced filters can narrow results to what you need

  2. Use date filters to reduce data volume and test your setup

  3. Contact Coupler.io support—they may be able to help with custom extractions or point you to Intercom API documentation

chevron-rightCan I use Intercom data in Looker Studio?hashtag

Yes! Export any Intercom report to Google Sheets, then connect that sheet to Looker Studio. You can then:

  • Build dashboards for ticket volume, resolution time, and team performance

  • Track conversation trends and customer engagement

  • Create filters by team, status, priority, or date range

Note: Very large datasets may load slowly in Looker Studio. If that happens, pre-aggregate or summarize your data in Google Sheets before connecting.

Last updated

Was this helpful?