How Nuuly turned AI savings into higher pay for its support team
-
Recently active
We use the Outlook Calendar app for leads to book demos. There has been issues over the last few months where sometimes it will work (show availability for the sales team on a round-robin basis) and other times, it will not work (show that there is no availability). There has always been availability across the team, we’ve checked that everyone has the right settings, availability and that our calendars are still connected but we still have the issue. I’ve tested in incognito mode, on a different device, on a different browser and sometimes it works, sometimes it doesn’t. Has anyone else had this issue and managed to fix it permanently?
I setup and added Acute Feedback on my Intercom project as above image. But in Mobile app that using Android SDK 15.1.6, the Acute Feedback button is invisible.Could you please help me check this problem? How can I fix it? Thank you
Do push notification work on a iOS simulator? I have not been able to receive one despite going through at the steps required to setup push notification for a React Native iOS app.
Intercom only sends country (example united states) but not city or state (Los Angeles, California information back to salesforce. Is there a reason the integration functions this way? Is this an unfinished intergation? Intercom What gets pushed to salesforce
We’re seeing a LOT of crashes with iOS SDK as of late and even after upgrading to the latest iOS SDK of 15.1.4Main three for sure are the following areas:IntercomColors.accessibleActionColor.getter IntercomSDK_IntercomNexusSocket resetConnectionTimeout outlined init with copy of (String, Any)Seeing about 100+ of these a week from our users.I can’t attach the logs as the question won’t post if I do. But I have a lot that I can supply.
Previously, User contacts were only created in Intercom when they first logged into our platform. Because of this, we could treat the First Seen field as a reliable indicator of the first time a user actually logged in. Knowing the time between “signed_up_at” (i.e. user provisioning) and “First Seen”(i.e. user login) is very useful. We are making some changes which means we will pre-create users in Intercom via API when their accounts are provisioned. Users created via API have First Seen automatically populated as the time they are created in Intercom. Is there a way to null this field, or otherwise reset/overwrite/etc? I guessed at “first_seen_at” as the field name since it’s not listed in the docs. Anyone else have this issue or solved it a different way?
Hi,We are upgraded to GA4 and the site already captures data in GA4, we would like to set up the tag manager to capture the INTERCOM event like someone “provided email address” on the chat will treat as one conversion and would track that in Google Analytic and also pass to Google Adwords as successful conversion.I go through the articles about setting up tag manager in GA4 and am still a bit confused, I only need to keep track of the event of “provided email address”Does anyone have better instructions on this matter?Thanks,
I’ve followed the react native android push notification setup (https://developers.intercom.com/installing-intercom/docs/react-native-push-notifications) however I am receiving the following build error when building my app. android:exported needs to be explicitly specified for element <service#<<my package name>>.MainNotificationService>. Apps targeting Android 12 and higher are required to specify an explicit value for `android:exported` when the corresponding component has an intent filter defined.Has anyone experienced this and what is the fix?
Hi i was just trying to connect a jira project to intercom as we have done with some other projects and i got this message :has anyone seen this before and managed to resolve it? i have jira cloud installed and like i mentioned we have done this with other projects in jira. Authentication is already verified.
Intercom is telling us that they dont support a sync using salesforce’s default record ID! How does everyone else work around this severe limitation? I cant imagine changing our business processes and adding a new unique field just to get data synced. Adding a new unique field is not a big thing but we would have to change our sales processes to now update a field upon account creation :(
Hi,We are currently facing a significant issue related to time zone discrepancies that is affecting customer access to our contact center services.Our contact center is based in Melbourne, with operational hours set from 9:00 AM to 7:00 PM local Melbourne time. However, due to the diverse time zones across Australia, customers from different regions, such as Perth, are encountering difficulties reaching us at suitable times. The time difference between Melbourne and Perth is approximately 2 hours.To enhance customer experience, we urgently need a solution for dynamically routing customer interactions based on their local time and our operational hours. This issue significantly affects our ability to deliver efficient customer service to clients across Australia.Your assistance in addressing this matter promptly is greatly appreciated.
I need to setup the Intercom webhook to an external endpoint. But the external endpoint needs an authorization header. I could not find the HTTP header fields in Intercom's webhook configuration. https://www.rfc-editor.org/rfc/rfc6750#section-5 "Don't pass bearer tokens in page URLs: Bearer tokens SHOULD NOT be passed in page URLs (for example, as query string parameters). Instead, bearer tokens SHOULD be passed in HTTP message headers or message bodies for which confidentiality measures are taken. Browsers, web servers, and other software may not adequately secure URLs in the browser history, web server logs, and other data structures. If bearer tokens are passed in page URLs, attackers might be able to steal them from the history data, logs, or other unsecured locations."
I have custom action to open a case in salesforce. when I’m testing it in setup it works properly, when I’m sending the same values in postman it works properly. but in live chat I’m getting” Error occurred validating request values” Endpoint: https://mydomain.my.salesforce.com/services/data/v57.0/sobjects/Case/Any ideas?
Hello!I hide my Intercom widget on some pages of the app using Intercom('update', {hide_default_launcher: true});.The problem is that the user still hears messages sound even when the chat is hidden.Is there any way to mute the chat?Or any other methods to hide chat completely, including the sound?
Hi, I’m trying to use a snippet code i got from your developer party, to search conversations between two epochs. The codes runs without a problem on your platform, but when I use it in google scripts I get the response:{"code":"invalid_query","message":"Query body must contain a query hash"} I guess it is related to the JSON payload, though the string seems to be ok.I was able to work with the API without any problem, when I don’t send a body, but I always get the error whenever I include a body.Any clue? const str = JSON.stringify({ query: { value: [ {field: 'created_at', operator: '>', value: '1690081199'}, {field: 'created_at', operator: '<', value: '1690167601'} ], operator: 'AND' } }); const options = { method: 'POST', headers: { accept: 'application/json', 'content-type': 'application/json', authorization: 'Bearer XXXXXXXXXXXXXXXXXXXXXX' }, body: str }; const response = UrlFetchApp.fetch('ht
Hey, I'm getting the following build error trying to integrate the React Native SDK with iOS builds. Android build works fine. I have tried the both ways (Automatic & Manual) of installation the sdk.Intercom package version : 5.2.0X-Code - 14.2React-Native Version: 0.66.4Node : 14.17.0
After upgrading from an older Intercom React Native version to the latest version (see details below) we’re no longer able to use the Intercom.displayMessenger() API to open the message composer with the logic mentioned in the docs here, which says:Then we’ll ensure the Messenger opens in the best place for each user.For example:If a user has one unread conversation, we open that conversation. If a user has no conversations, we open the composer. If a user has more than one unread conversation, we open the conversations list. If a user has no unread conversations, we open the last screen they were on when they closed it.The docs still mention the Intercom.displayMessenger() API, but according to comments in the code it’s deprecated and will be removed in the future. Currently calling the function seems to simply do the same as the Intercom.present() API. Our customer support team really likes the old Intercom.displayMessenger() UX and messenger display logic and would prefer to keep it
Hi, am currently struggling to add the Octopods Omnichannel app to our test environment. We worked on prod up to the go live and now we set up the test environment but a few other apps also do not have the install now button in the app store. can anyone tell me why or how to install them?
We’re trying out the canvas app. When we pass the header and text components, the Canvas is loading correctly in the Inbox.This is the request body: { "canvas": { "content": { "components": [{ "type": "text", "text": "Create Case in SF", "style": "header", "label": "sf create case", "align": "center" }, { "type": "text", "text": "his is a text component." }] } }}But, when we try to add a button as well, along with the text components, it is showing an error.{ "canvas": { "content": { "components": [{ "type": "text", "text": "Create Case in SF", "style": "header", "label": "sf create case", "align": "center" }, { "type": "text", "text": "his is a text component." }, { "ty
We use @capacitor/intercom plugin to use Intercom in Ionic app. According to logs device token is passed inside the plugin. And user is registered in Intercom. But without device token. So it is unable to send push notification to it
I want to reply message from instagram, do i need to buy a PRO or a Starter?
Hi Intercom:When using Intercom, some users have provided feedback that they are unable to send pictures on the Android system. when trying to send pictures, it prompts an error: unable to send.However, we can still receive text messages.we use @intercom/intercom-react-native, here is the dependencies:{ "react-native": "0.64.4", "@intercom/intercom-react-native": "3.0.0", "expo": "^44.0.4"}android/build.gradle information:buildscript { ext { buildToolsVersion = "30.0.3" minSdkVersion = 24 compileSdkVersion = 32 targetSdkVersion = 31 multiDexEnabled = true readerSdkVersion = "1.5.6" }}here is the information collected from users.Android Device: SM-A426UAndroid OS version: 13Could you please take a look, Thanks in advance!
Getting reports of crashes. It’s pretty explicit, the SDK tries to launch an app to handle `mailto` but none are found on the device.Intercom Android SDK version: `15.0.0`android.content.ActivityNotFoundException: No Activity found to handle Intent { act=android.intent.action.VIEW dat=mailto:xxxxxxx@xxxx.xxx } at android.app.Instrumentation.checkStartActivityResult(Instrumentation.java:1945) at android.app.Instrumentation.execStartActivity(Instrumentation.java:1620) at android.app.Activity.startActivityForResult(Activity.java:4541) at androidx.activity.ComponentActivity.startActivityForResult(ComponentActivity.java:754) at android.app.Activity.startActivityForResult(Activity.java:4499) at androidx.activity.ComponentActivity.startActivityForResult(ComponentActivity.java:735) at android.app.Activity.startActivity(Activity.java:4860) at android.app.Activity.startActivity(Activity.java:4828) at io.intercom.android.sdk.articles.ArticleWebViewClient.shouldOverrideU
Curious if anyone’s done it. thx.
Using React Native SDK, I see this error each time I open the app. Here is my codeIntercom.loginUserWithUserAttributes({ userId: `${authData.id}` }).then(() => { this.updateUser(authData, onUpdate)}) Even when I wrap this inside logout then callback, I get the same error.Intercom.logout().then(() => { Intercom.loginUserWithUserAttributes({ userId: `${authData.id}` }).then(() => { this.updateUser(authData, onUpdate) })})Note: This happens only on Android.
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.