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
1
vote
1 answer

How do I populate data in intercom custom attributes from segment?

Segment offers page method call, where you can track the previous URL of a visitor prior to coming on your website. I have this referrer URL with me, I want to push this referrer URL to intercom. What I really want to do? Whenever a user signs up on…
1
vote
1 answer

React Native Intercom - Invariant Violation

I am using react-native-intercom to manage Intercom in my app. I have installed the Intercom iOS SDK using CocoaPods, and linked the react-native-intercom manually (didn't work when using react-native link). Problem though is when I insert it into a…
moinhaque
  • 220
  • 1
  • 4
  • 14
1
vote
1 answer

react native intercom couldn't load your conversation

Intercom message couldn't open sometimes on production mode.(iOS) It works fine in debug mode. There is no error or warning on console. Did anyone face this issue?
Sandy
  • 505
  • 4
  • 15
1
vote
1 answer

Uploading image with Intercom API

I am trying to send an image to Intercom using the user reply API. User Reply API doc There is an option to provide the image urls as attachments to the user reply, but is there a method to upload an image from the file system directly as an…
1
vote
1 answer

Intercom rails API key to access token updation

Hi am new to Ruby On Rails. I got an email from intercom regarding depricating API keys. Am using Intercom-rails but i didnt see any updation changes in git can any one help me thanks in advance.
1
vote
2 answers

app/app.component.ts(192,17): error TS2339: Property 'init' does not exist on type 'Intercom'

I am trying to include intercom npm package in my code base but I am getting below error. can you guys tell me how to fix it. providing my code snippet below app/app.component.ts(192,17): error TS2339: Property 'init' does not exist on type…
user9201591
1
vote
1 answer

angular js code not working with external plugin

I am trying to use intercom in my app to monitor user activity. its working fine when I put inside script tag in index.html but when I try to use in .ts file I am getting below error. app/components/rocket/rocket-search.ts(63,10): error TS2339:…
user9201591
1
vote
0 answers

Failed to apply plugin [class 'com.google.gms.googleservices.GoogleServicesPlugin']

In my ionic project, I have no problem to execute: ionic cordova platform add android But after that I've tried to run: ionic cordova build android --prod --release And I get the following error: Total time: 2.535 secs Error:…
1
vote
1 answer

Passing UTM Parameters to Intercom

I am trying to pass UTM parameters to Intercom to track users who chat with us and where they are coming from. Intercom recommends capturing that information and setting it with the jQuery cookies plugin. Here is the documentation. I am using the…
dtalexone
  • 11
  • 2
1
vote
0 answers

How to fix cordova.InAppBrowser.open and/or Intercom in iOS App

We have developed an app using Cordova and Framework 7. We have code that launches an external url: cordova.InAppBrowser.open(url, '_system'); It works fine in a browser, it works fine on Android, but in iOS the app just sits there (still…
MindWire
  • 3,969
  • 7
  • 34
  • 46
1
vote
1 answer

Creating custom triggers in Zapier

So ive setup intercom to textlocal zaps but there is really no way to create a custom zap. For example, I want to trigger a zap when my clients (registered on intercom) make a purchase or have low credits in their wallet. Has anyone set custom…
shrbisht
  • 676
  • 3
  • 9
  • 23
1
vote
0 answers

Get notified about new window is being shown

I have an issue: a third party messaging component (named Intercom) is presenting a new UIWindow above the application's key window. I would like to get notified about when the it is happening, but no success. My attempts so far: KVO for the…
Bence Pattogato
  • 3,752
  • 22
  • 30
1
vote
2 answers

check if a user exists in Intercom

I want to delete a user from my database and from intercom in the same time but I want to check if this user exists in intercom or not: public function deleteUserAction(Request $request, $id) { $doctrine = $this->getDoctrine(); $em =…
Ait Friha Zaid
  • 1,222
  • 1
  • 13
  • 20
1
vote
3 answers

Intercom track event send an auto message automatically

How do I send an auto message, every time an event occurs, automatically. Event occurs, send auto message immediately? Right now, it takes a while for the message to show when we track an event
Chris Hansen
  • 7,813
  • 15
  • 81
  • 165
1
vote
1 answer

How to integrate Intercom.io JS with WordPress and Typeform

I want to send information collected in Typeform on my WordPress site to my Intercom account. I'm pretty certain that to do that I need to create custom attributes in Intercom of the Typeform data. I am curretly using the Intercom pluging for…
Gavin Reynoldson
  • 611
  • 4
  • 10
  • 27