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

Use of undeclared identifier 'Intercom' in AppDelegate.m - react-native-intercom

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. But Build failed with error Use of undeclared identifier 'Intercom' in AppDelegate.m -…
Kumar
  • 436
  • 1
  • 4
  • 16
1
vote
2 answers

Intercom Rest API search contact (with PHP)

I'm trying to retrieve a contact in Intercom through their REST API. I'm using the following code but I get the following error : CODE try { $postdataarray['query'] = [ "field" => "email","operator" => "=","value" =>…
justberare
  • 1,003
  • 1
  • 9
  • 29
1
vote
1 answer

How to setup SSL for Intercom using Nginx ingress controller?

I'm trying to enable https for custom domain for Intercom setup. The documentation tells: server { listen 443 ssl; server_name your-help-site.custom-domain.com; # replace this with your domain ssl_certificate /path/to/your/fullchain.pem; …
orkenstein
  • 2,810
  • 3
  • 24
  • 45
1
vote
0 answers

Intercom (client side) JavaScript "on message send" callback/event?

Does anyone know how to hook into an Intercom callback on the frontend that will let me know when a user has actually sent a message and not just when they open the chat box initially? We have a modal that calls Intercom('show') when a user clicks a…
KrakenDev
  • 186
  • 9
1
vote
1 answer

Intercom "Couldn't send" error, 404 from the /reply call

Getting these errors from intercom when we try to test it out - Can't find anything in a google search or their docs
user5372593
1
vote
1 answer

Plugin intercom update to latest version cordova error at build/run

I want to update plugin intercom to latest version. I am using cordova version 9.0.0 For iOS works fine, but to update intercom for android I must have the version of platform >= 9.0.0 I updated from version 7.1.1 to 9.0.0 (android platform), but I…
Ciprian Oancea
  • 99
  • 1
  • 11
1
vote
0 answers

Add third party library in chromium project

I'm working on an Android project that extends chromium project. I want to add a third party library (www.intercom.com). The problem is that the intercom documentation is just for gradle projects, and chromium is not using gradle so I have to add…
radu_paun
  • 1,940
  • 21
  • 25
1
vote
2 answers

Get Intercom User_Id and pass as javascript variable

I'm trying to embed an Intercom widget on a static webpage, but then pull user data to populate javascript variables to dynamically populate content on the page. Mainly, I need the user_id and email of the logged in user. Can anyone provide an…
jmarx34
  • 228
  • 2
  • 7
  • 25
1
vote
1 answer

Unable to create a company in Intercom

I'm using this code: Authentication authentication = new Authentication("myAccessToken"); RestClientFactory restClientFactory = new RestClientFactory(authentication); var _companyClient = new CompanyClient(restClientFactory); var…
David Klempfner
  • 8,700
  • 20
  • 73
  • 153
1
vote
0 answers

Can I authenticate through a server side app?

Imagine that I have an Intercom style app (running on some-website.com). That is, a piece of code delivered by some-website.com which renders a popup chat which is ultimately populated by intercom-style-app.com. To see what I mean, go any website…
Colin Ricardo
  • 16,488
  • 11
  • 47
  • 80
1
vote
1 answer

Upgrading Intercom SDK leads to a bunch of "Error:(6) Error retrieving parent for item: No resource found that matches the given name" errors

I'm absolutely new to the Android development world, so please excuse me if this is a stupid question. I've inherited a very old Android codebase which is using a deprecated Intercom SDK. I followed the instructions at…
Saurabh Nanda
  • 6,373
  • 5
  • 31
  • 60
1
vote
1 answer

Which design pattern is used for Snippets like Google Analytics or Intercom?

I want to create a smiliar snippet to Google Analytics and Intercom: Intercom example https://developers.intercom.com/installing-intercom/docs/basic-javascript //Set your APP_ID var APP_ID = "APP_ID"; window.intercomSettings = { app_id: APP_ID …
John Smith
  • 6,105
  • 16
  • 58
  • 109
1
vote
2 answers

How to exclude Intercom scripts from react-snap prerender

I want to exclude the Intercom scripts (JS and CSS, I think, but is 400KBs of stringified code) from a react-snap prerender build. All other scripts are already excluded but Intercom cannot be and is disrupting my prerender and SEO and making…
James Shiztar
  • 488
  • 5
  • 10
1
vote
2 answers

Integrate Intercom with Ionic 4?

I'm trying to integrate Intercom with Ionic 4. The only documentation I could find is this for Ionic 3... https://ionicframework.com/docs/native/intercom/ I know it's for Ionic 3, and I'm using Ionic 4, but it was the only documentation I could…
nachshon f
  • 3,540
  • 7
  • 35
  • 67
1
vote
0 answers

How to integrate Salesforce Opportunity object to Intercom

Every time the Sales reps have to look up manually the Opp stage of the customer to report the status of the process. keywords are used to tag the conversations to direct the Sales rep for better assistance. How do I use a keyword or tag in the…
StealthBlade
  • 13
  • 1
  • 4