Connect — Intercom To Qlik

LIB CONNECT TO 'Intercom_REST'; SQL SELECT id as conversation_id, created_at, updated_at, source_type, (SELECT value FROM tags WHERE type='tag') as tag_list FROM conversations WHERE updated_at > '$(vLastLoadTime)';

Here is a pseudo-code example of the Qlik load script: connect intercom to qlik

Connecting these two platforms allows you to visualize support volume against feature releases, or predict churn based on frustration keywords in tickets. LIB CONNECT TO 'Intercom_REST'; SQL SELECT id as

Qlik provides a built-in library of connectors for common SaaS platforms. Intercom is supported via the Web Connector, which uses OAuth 2.0 to pull data. LIB CONNECT TO 'Intercom_REST'