Expand Fin to email is now live on Fin Academy!
-
Recently active
We are seeing the following crashes on Android only when upgrading to Version 6 of the React Native SDK. iOS works fine: 1-07 12:50:31.668 21555 21555 D AndroidRuntime: Shutting down VM11-07 12:50:31.672 21555 21555 E AndroidRuntime: FATAL EXCEPTION: main11-07 12:50:31.672 21555 21555 E AndroidRuntime: Process: com.neuropeakpro, PID: 2155511-07 12:50:31.672 21555 21555 E AndroidRuntime: java.lang.IllegalStateException: No OnBackPressedDispatcherOwner was provided via LocalOnBackPressedDispatcherOwner11-07 12:50:31.672 21555 21555 E AndroidRuntime: at androidx.activity.compose.BackHandlerKt.BackHandler(BackHandler.kt:97)11-07 12:50:31.672 21555 21555 E AndroidRuntime: at androidx.navigation.compose.NavHostKt.NavHost(NavHost.kt:212)11-07 12:50:31.672 21555 21555 E AndroidRuntime: at androidx.navigation.compose.NavHostKt.NavHost(NavHost.kt:129)11-07 12:50:31.672 21555 21555 E AndroidRuntime: at io.intercom.android.sdk.m5.helpcenter.HelpCenterScreenKt.HelpCenter
Hello, I wanted to report to you a problem we faced recently.Our application is crashing when it's starting on iOS 13.We are using the Intercom SDK version 16.1.2.We installed this one with Cocoapod.It seems the SDK is referencing one Library that is available for iOS14+UniformTypeIdentifiershttps://developer.apple.com/documentation/uniformtypeidentifiersDid you also experience the same issue?I noticed the SDK should support iOS 13 in the podspec file: https://github.com/intercom/intercom-ios/blob/master/Intercom.podspecCrash log:Termination Description: DYLD, dependent dylib '/System/Library/Frameworks/UniformTypeIdentifiers.framework/UniformTypeIdentifiers' not found for '/private/var/containers/Bundle/Application/33855C68-5037-413A-B790-77EB65129A22/Qonto.app/Frameworks/Intercom.framework/Intercom', tried but didn't find: '/System/Library/Frameworks/UniformTypeIdentifiers.framework/UniformTypeIdentifiers' '/System/Library/Frameworks/UniformTypeIdentifiers.framework/UniformTypeIdenti
Integration with the sdk seems to work but when I navigate to the messaging screens it crashes immediately java.lang.NoClassDefFoundError: Failed resolution of: Landroidx/compose/ui/platform/LocalSoftwareKeyboardController; at io.intercom.android.sdk.m5.conversation.ui.ConversationScreenKt.ConversationScreenContent(ConversationScreen.kt:240) at io.intercom.android.sdk.m5.conversation.ui.ConversationScreenKt.ConversationScreen(ConversationScreen.kt:119) at io.intercom.android.sdk.m5.navigation.ConversationDestinationKt$conversationDestination$5.invoke(ConversationDestination.kt:79)
Hello,I trying to search by using the “POST /contacts/search” API. If I call the API from either POSTMAN or form the JSON as string, everything works fine. But when I trying to serialize an object to JSON and call the API, I get the error “Query body must contain a query hash”.This is from .NET API.Scenario which worksvar json = JObject.Parse($@"{{ ""query"": {{ ""operator"": ""AND"", ""value"": [ {{ ""field"": ""email"", ""operator"": ""="", ""value"": ""{email}"" }} ] }}}}");var jsonStr = json.ToString();var postData = new StringContent(jsonStr, Encoding.UTF8, "application/json");using (HttpResponseMessage response = await httpClient.PostAsync($"/contacts/search", postData)){ … }Scenario which results in the errorvar searchQuery = new IntercomSearchQuery{ Operator = "AND", Value = new List<IntercomSearchValue> { new IntercomSearchValue { Field = "email
Asking on behalf of the user 👉 “Is it on the Road Map to allow required fields for Tickets Creation in Workflows?”
“Are there reports to compare YOY statistics?”
“Is there a timeline for FIN kicking in with SMS's sooner than email or around the same?”
Hi, After updating to latest android sdk version (15.6.0), there's a crash when user clicks 'Send us a message' or 'Messages' Button. I attach crash logs below java.lang.NoClassDefFoundError: Failed resolution of: Landroidx/paging/Pager; at io.intercom.android.sdk.m5.inbox.InboxViewModel.<init>(InboxViewModel.kt:44) at io.intercom.android.sdk.m5.inbox.InboxViewModel.<init>(InboxViewModel.kt:30) at io.intercom.android.sdk.m5.inbox.InboxViewModel$Companion$factory$1.create(InboxViewModel.kt:109) at androi
Hello, I’ve successfully subscribed my url to the conversation.rating.added topic, and I’m getting the data.However, I’ve noticed that the conversation_rating object which is supposed to contain the “rating” and “remark” is always null.How can I get the “rating” and “remark” directly from the webhook each time a rating is added to a conversation? Thanks!
Hello, friends. I am wondering if anyone has a link handy that will take me to Intercom’s employment opportunities?
I’m trying to find documentation on how to trigger a workflow from within the mobile app, more specifically when a specific page in my application is viewed. I see lots of information on how to build the flows, but I can’t seem to find any documentation on how to update my application to enable this.
Problem description: On our website, after integration with Intercom, our some components lost CSS styles. Problem occurs only on mobile devices. Steps to reproduce:Open Intercom chat window Close Intercom chat window Move between pagesTech Stack:NextJS MUI
When going through Xcode’s Organizer window you can see a breakdown of energy logs. In there Intercom-related calls and processes are listed as high impact.Here are couple of examples:48 seconds cpu time over 51 seconds (94% cpu average), exceeding limit of 80% cpu over 60 seconds 48 seconds cpu time over 59 seconds (81% cpu average), exceeding limit of 80% cpu over 60 seconds48 seconds cpu time over 59 seconds (81% cpu average), exceeding limit of 80% cpu over 60 secondsThe rest of the reports is quite similar in the stack traces and impact.Is there anything that Intercom could do to help with the battery impact? Maybe by exposing methods to stop listening for websocket messages? Some additional information:We’re utilizing bluetooth-central background execution mode to listen to BLE device, which means that the app in some circumstances may never go to terminated/suspended state App is built with Flutter Intercom SDK version used 16.3.0
A team “inbox” has been deleted and data from when that team was active needs to be recovered, is this possible? This happened within 7 days.
“Can we get an example on how and when to use reusable workflows?”
After the script script is loaded, set the global attribute language_override to English, but it seems to have some problems. Some contents of the dialog box are displayed in Chinese. How to solve it?window.intercomSettings = { app_id: 'xxxxxx', language_override: 'en',};
We do have our app published in intercom store and our customers gonna use that app to install / use it to interact with our system, we do ask customers to configure the our endpoint under webhook for interaction purpose. I do have questions, as per this documentation https://developers.intercom.com/docs/references/webhooks/webhook-models/#signed-notifications they mentioned “your app’s client secret” do that mean client secret of published app or we should get customer’s intercom workspace app’s client secret
Asking on behalf of the user 👉 “Any update for if/when Fin will be available for email conversation?”
I'm trying to use the Api directly on the front end, but I'm getting this CORS error strict-origin-when-cross-origin. httpOptions = { headers: new HttpHeaders({ 'Content-Type': 'application/json', 'Authorization': 'Bearer ....', 'Access-Control-Allow-Origin': '*' }) };doest not Intercom apis work in the client side?
Asking on behalf of the user 👉 “Hi there! Question - our team is using Fin AI, and it is maxed out at 10 URL's. Is expanding that cap in the product roadmap?”
Hello intercom support team,we successfully integrated the intercom widget in our react application and we would like to make use of the showArticles(...) function to display certain articles on button click. Is there a possibility to navigate back to the home tab directly after opening multiple articles via the showArticles(...) function? Because at the moment, If a user opens multiple articles on a button click the user has to navigate back through all articles which got opened.Another thing we experienced was that, after the user navigated all the way back, the help tab of the widget was shown without any possibility to select another tab or was blank without any content. Is there a possibility to avoid that? Messanger without content in the help tabScaled home tab without navigation possibilities after back navigation in an article.
We’re seeing the following log when running our iOS app:“Your app will be rejected from the AppStore unless you add NSCameraUsageDescription and NSMicrophoneUsageDescription to your Info.plist. More information is available here: https://developers.intercom.com/installing-intercom/ios/installation/#step-2---update-info.plist” The linked doc has no mention of these two usage descriptions. Are these still required?
How can I get rid of the Intercom Branding?
When a new user is created in our webapp, we send an event with information to Intercom. Can we use Intercom to create a new Contact in Salesforce?
“Is it in the pipeline to add Folders to workflows? Not sure deleting them always makes sense, but if we could subfolder them under each workflow type that would be great.”
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.