Connect Intercom To Qlik Link Access

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)';

Have you tried building an Intercom dashboard in Qlik? Share your experience with the REST connector’s pagination loop in the comments below. connect intercom to qlik

Here is a pseudo-code example of the Qlik load script: LIB CONNECT TO 'Intercom_REST'; SQL SELECT id as

Scroll to Top