Export Intercom To Qlik 2021 🆕 Essential
A very specific and interesting topic!
Add a header for Authorization: Bearer and set the Accept header to application/json . export intercom to qlik
Do while Len(next_url) > 0 REST [Load data using next_url]; // Extract 'next' URL from JSON response next_url = JsonExtract([response], '$.pages.next'); Loop A very specific and interesting topic
Users: SQL SELECT * FROM "contacts" (where "role" = 'user') WITH CONNECTION ( HEADER "Authorization" "Bearer YOUR_ACCESS_TOKEN", HEADER "Intercom-Version" "2.10" ); 0 REST [Load data using next_url]
curl -X GET \ https://api.intercom.io/users \ -H 'Authorization:Bearer <YOUR_API_TOKEN>' \ -H 'Content-Type: application/json' \ -d ' "filter": "created_at": "gte": "2022-01-01T00:00:00Z", "lte": "2022-01-31T23:59:59Z"
Working with the Intercom API: What you need to know - Tray.ai