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
14
votes
6 answers

How to hide the Intercom chat widget in specific pages in a single page application (SPA)?

Consider a single page application written in vanilla JS (to avoid framework-specific answers). I have an app in which I load Intercom by default, but I want to hide the widget in specific pages. That should be doable from Intercom itself, as shown…
Gilberto Torrezan
  • 5,113
  • 4
  • 31
  • 50
12
votes
2 answers

Dynamic configuration for Angular module imports

Our Angular 12 app has a module that imports a dependency we want to configure based on a configuration file that's only available in runtime, not in compile-time. The package in question is ng-intercom, although I imagine the same issue could come…
barney.balazs
  • 630
  • 7
  • 19
9
votes
1 answer

PODS_ROOT and other pods env variables not set when compiling Ionic app

I have built an Ionic 2 app which uses Intercom (a third-party extension). Intercom is installed using cocoapods. When compiling my app I am given the errors: diff: /Podfile.lock: No such file or directory diff: /Manifest.lock: No such file or…
Mike
  • 8,767
  • 8
  • 49
  • 103
9
votes
2 answers

How do I add the Intercom script in my React app?

I'm using redux-segment for my analytics and am trying to implement Intercom. The issue I am having is actually getting it to load etc. I'm trying to follow this, but still unsure on where to enter the app id, etc. Intercom segment. I am want to…
joethemow
  • 1,641
  • 4
  • 24
  • 39
6
votes
1 answer

Getting java.lang.NoSuchMethodError, No virtual method log(ILjava/lang/String;Ljava/lang/Throwable;)

I have add Itercom Chat for Customer support or Contact Us. But When I add Intercom sdk dependency (implementation 'io.intercom.android:intercom-sdk-base:9.+') and App run then crash my App. i get error like below java.lang.NoSuchMethodError: No…
Arti
  • 672
  • 7
  • 19
6
votes
1 answer

Apple Mach-O Linker Error - Undefined symbols for architecture x86_64: "_UISceneWillEnterForegroundNotification" and "___isPlatformVersionAtLeast"

I am using https://github.com/tinycreative/react-native-intercom and went through the installation there and https://developers.intercom.com/installing-intercom/docs/ios-installation This worked fine for a while and just started all of a sudden. …
6
votes
3 answers

call a function every time a route is updated vue.js

I have integrated intercom in my app and I need to call window.Intercom('update'); every-time my url changes. I know I could add it on mounted() but I rather not modify all my component and do it directly using the navigation guards. (Mainly to…
Costantin
  • 2,486
  • 6
  • 31
  • 48
5
votes
0 answers

How do I trust localhost with Intercom Messenger? (Remix Run)

I'm trying to integrate Intercom into my Remix Run app. Intercom asks you to list trusted domains on which the messenger should work. The official documentation states that 'We don't support adding localhost, but you can add '0.0.0.0'…
Sandeyez
  • 49
  • 3
5
votes
1 answer

Calendly API booking meetings for an user

I have been reading through the Calendly API docs and I am trying to figure out if there is a way to programmatically create a meeting event for a user. We have intercom installed on our site, but we want a more native approach to scheduling a…
GrandFleet
  • 809
  • 2
  • 10
  • 25
5
votes
1 answer

W/Intercom realtime: No realtime endpoints present so we can't connect

My App that uses Intercom displays this warning at runtime. So does the official sample app. W/Intercom realtime: No realtime endpoints present so we can't connect What is the purpose of this warning, and how can I fix it? If it helps, here is a…
lucidbrot
  • 5,378
  • 3
  • 39
  • 68
5
votes
0 answers

Inconsistent results when requesting users from a segment with Intercom's API

Here's a funny one, which blows my mind at the moment. I am trying to get the user IDs of all users in a segment. About 2500 users. The segment was created using Intercom's search/filter. Here's how I grab the users (random segment…
MortenMoulder
  • 6,138
  • 11
  • 60
  • 116
5
votes
0 answers

How to implement the intercom/push-to-talk/walkie-talkie feature based on Firebase on Android and iOS?

I’m using Firebase as the cloud database and handling authentication for my Android and iOS APPs, it works quite well. Recently I want to add the intercom/push-to-talk/walkie-talkie function to the APPs based on Firebase as well. I have searched on…
Alison
  • 431
  • 6
  • 19
5
votes
3 answers

Intercom ECMASCRIPT6 Tag Manager Error

I previously successfully setup intercom using Google Tag Manager. Haven't touched it for a couple of months and go to make a new tag but I'm presented with this error coming from the intercom tag: Error at line 6, character 243: this language…
chdonncha
  • 485
  • 1
  • 4
  • 11
5
votes
2 answers

Don't open intercom messenger on load

I am integrating Intercom into my website, but when a user loads the page, the chat window automatically opens up. I have gone through their documentation, adding things like Intercom('hide'), turning off and removing auto messaging, etc, but the…
alexmattorr
  • 362
  • 4
  • 15
4
votes
3 answers

android: exported needs to be explicitly specified for element

I'm getting a Flutter build error in AndroidManifest.xml android:exported needs to be explicitly specified for element . Apps targeting Android 12 and higher are required to specify…
Earthling
  • 83
  • 3
  • 13
1
2 3
12 13