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
3
votes
1 answer

Intercom user registration without internet

I am invoking registerUserWithUserId and registerIdentifiedUser on ios and android, respectively to register a user. If I try to register a user when the phone doesn't have internet (i.e. can't reach the intercom.io servers), will the library retry…
Steven Wexler
  • 16,589
  • 8
  • 53
  • 80
2
votes
0 answers

Intercom users have Enabled push messaging set to unknown

The users are not receiving the FCM Push messages and when I looked at the users attributes I found that they have the Enabled push messaging set to unknown. Please note that there are some users that receive the notifications normally. Did anyone…
2
votes
1 answer

Transmit audio to Doorbird device

I'm trying to create an Android app that connects to the Doorbird device, I know the company's official app, but, I need more features that are tailored to my needs. For someone that doesn't know what is Doorbird device, Doorbird is a smart…
Yonibagi
  • 147
  • 10
2
votes
0 answers

React Native - Branch link in an Intercom message opens browser first instead of the app

I'm finding it hard to get Branch.io deeplinking to work with Intercom. The Branch link works well when opened via native Messages app - opens the app directly when tapped. But if we send this link through an Intercom message, and then tap on it on…
2
votes
2 answers

Detect if a non-react element exists on the page in lifecycle methods or Hooks

I am running into an issue trying to integrate a third party product tour (Intercom) with a react application. There is no way to programmatically end a tour that I have found. Basically, I need a prop that can change inside the react app whenever…
clayton groth
  • 199
  • 2
  • 16
2
votes
1 answer

How to throttle/rate limit requests to prevent 429 error with Axios

I'm attempting to use the Intercom API to close an array of conversations that match a certain criteria. I am using Axios to first call their API to get an array of conversation ID's, then I am looping over those ID's and calling their API to close…
Sean Mc Ternan
  • 139
  • 1
  • 2
  • 7
2
votes
0 answers

Create/update lead using Javascript for Intercom?

We would like to create/update a lead in Intercom via Javascript, we can do it through the PHP, but I have no idea how to do the same with Javascript, because we are using Unbounce landing page and when visitor fill out the form we would like send…
Mapperkids Lee
  • 145
  • 1
  • 6
  • 20
2
votes
1 answer

Async-Await & Bottleneck Rate Limiting using Promise.all

I'm using an API which has a rate limit of 500 requests / min. Therefore I decided to use bottleneck. But I need to execute array of async functions which generates a Promise to make that API call. I'm not sure I'm on the right way. Because API…
Emre Alparslan
  • 1,022
  • 1
  • 18
  • 30
2
votes
0 answers

Can I inject intercom.io using a chrome extension?

I can't seem to inject it through a normal injection. The code is the standard script of intercom put in an src/inject/inject.js file Here is my manifest file { "name": "CHANGE THIS : Extension boilerplate", "version": "0.0.1", …
2
votes
1 answer

Enable Intercom push notifications in a Meteor web app

We use Intercom in our Meteor app. We only call Intercom in Javascript like Intercom('boot') for instance (as described in their documentation for single page web apps). This all works fine so far, except the push notifications. The documentation…
Bart S
  • 1,698
  • 1
  • 16
  • 21
2
votes
0 answers

How can I make hyper link html tag to be a trigger for intercom

I have a site which is already installed intercom and it works well. I want for intercom to act when I click a hyper link. like below. I found the docs, but I couldn't find any hint. Is it possible? if possible, what should I do?
errorMessage
  • 333
  • 3
  • 19
2
votes
3 answers

Custom font in @font-face not working

I'm going mad. I'm trying to use a purchased font in my emailers, and I can't debug what's wrong / why it isn't working. This is the current head and DTD:
2
votes
1 answer

Manage registered GCM services

I'm new to Google clound messaging and need a hint. I registered two services on Google Developers page when I was enabling push notifications on Intercom. AppName-Beta AppName-Release Now I want to delete one of them and rename the other, because…
Martin
  • 94
  • 2
  • 12
2
votes
2 answers

Intercom integration auth python

I am not able to authorize in accessing users from intercom using get request. This is what I have done: import requests headers = { 'Authorization': 'Bearer {my accsess token}', 'Accept': 'application/json', 'Content-Type':…
s.singh
  • 62
  • 11
2
votes
2 answers

Track events for leads Intercom

How i can track events for leads with JavaScript API. In documentation talks like: When using the JavaScript API, adding the code to your app makes the Events API available. Once added, you can submit an event using the trackEvent method. This will…
Oleksii Sytar
  • 353
  • 5
  • 17
1 2
3
12 13