Questions tagged [intercom]

Intercom is a paid for service that provides tools around chat, customer chat, customer engagement, and customer acquisition.

Intercom is a paid for service that provides tools around chat, customer chat, customer engagement, and customer acquisition.

Intercom provides apis and sdks for web, ios, and android development.

184 questions
2
votes
1 answer

Add tag to lead in Intercom with Zapier

I was having issues tagging a lead in Intercom via Zapier. Zapier offers a "Tag User" action, but nothing for leads. Since Intercom requires leads to be tagged given their ID (and not by email), the existing Zapier action can not be used.
knation
  • 406
  • 3
  • 12
2
votes
0 answers

How are widgets such as Intercom.io and Olark using the parent domains cookie?

I've built a widget that I enclosed inside an iFrame, but I'm having difficulty sending the cookies created on the parent domain to the iframe domain for use. The parent and iframe domains are different, so cross-domain rules apply. Is there a…
Raidspec
  • 652
  • 1
  • 6
  • 13
2
votes
3 answers

How to track Intercom chat as an event in GA

Love Intercom but can not figure out how to track actual chat ans event in GA Any work around for that as seems like they dont support this natively Thanks in advance
2
votes
1 answer

Intercom.io API list/listBy/find only returning 50 users in response body

The docs for intercom-node, https://github.com/intercom/intercom-node, say that I can access my users data with the client.users.list or client.users.listBy or client.users.find. The problem is I am only getting 50 users in the body of the response…
currenthandle
  • 1,038
  • 2
  • 17
  • 34
2
votes
1 answer

Does the intercom supports new GCM?

The way of working with GCM was updated since march 2015, so does the intercom.io supports new realization? Because here (https://docs.intercom.io/Install-on-your-mobile-product/using-google-cloud-messaging-gcm-with-intercom-for-android) is old…
Mikhail Valuyskiy
  • 1,238
  • 2
  • 16
  • 31
1
vote
1 answer

I am trying to setup intercom in react native ,getting issue of Failed Identity Verification check

I am trying to set intercom in react native ,my hash is generating properly compared with HASH generator,passing exact params ,verified every key and setup,still getting issue of Error logging in user: [Error: ERROR - [HTTP 401] - Failed Identity…
Manish Kumar
  • 997
  • 2
  • 13
  • 30
1
vote
0 answers

Unable to update the custom_attribute field using the node.js intercom-client

I am using the official Intercom node.js 'intercom-client' library (latest version -- 4.0, and node version 16.18) to try to add data to the custom_attribute field for an existing conversation, but keep getting an 'attribute does not exist'…
Dan Lesky
  • 11
  • 3
1
vote
0 answers

Intercom chat bot reply display again and again after dismissing it in ios

I have Integrated intercom-react-native v3.0.5 in one of my react native apps. On sending a message, a default operator bot (not created custom bot) reply is received. Earlier it was displaying once if user dismisses it while using the app, but now…
1
vote
0 answers

Instance member can't be accessed using static access while using intercom_flutter.dart package

I'm getting the following errors in my flutter app when attempting to use intercom_flutter.dart package. Instance member 'initialize' can't be accessed using static access. Instance member 'displayMessenger' can't be accessed using static…
Earthling
  • 83
  • 3
  • 13
1
vote
1 answer

Convert API requests to Google Apps Script

This post is following my previous one -> How to turn Postman API's request into Apps Script code? I'm trying to convert 3 API requests into a single piece of code via Google Apps Script. The purpose is to export automatically a set of data from my…
Damien
  • 143
  • 1
  • 10
1
vote
1 answer

How to enable an ASP.NET MVC web app using Forms Authentication as a SAML SSO ID Provider?

We have an ASP.NET MVC web application on .NET 4.5. The application is using forms authentication. We want this application to act as an ID Provider for a SSO integration with Intercom. Does .NET 4.5 have any built in functionality to enable this…
Swisher Sweet
  • 769
  • 11
  • 33
1
vote
1 answer

Could not find com.google.android:flexbox:1.0.0 react-native-intercom

I have a react-native project. After the bitnary (jcenter) shutted down I started to replace it. Currently I'm using mavenCentral(). Also I'm using the react-native-intercom (wrapper for intercom). When I'm trying to build gradlew assembleRelease.…
1
vote
1 answer

How to integrate intercom live chat feature into an Android app

I'm try to integrate intercom live chat feature into my app, the live chart platform shows as below but could not load the chart features. Also, I get this error in the logcat: E/Intercom: Api call failed:…
Oluwafemi
  • 306
  • 1
  • 4
  • 14
1
vote
0 answers

"ng-intercom" does not trigger with custom widget and no errors in console

I'm facing the same issue with ng-intercom: v8.0.2 Angular v12.1 Code inside Component ngOnInit() this.intercom.boot({ app_id: "alphanumeric_code", custom_launcher_selector: "#btnSelector", widget: { …
shubu
  • 11
  • 1
1
vote
1 answer

How can we retrieve the intercom messenger user/contacts from the API?

I have a production website integrated with an intercom messenger, now I want to retrieve those users from the API, I am an access token followed this URL…
Ishika Jain
  • 949
  • 2
  • 11
  • 23