Expand Fin to email is now live on Fin Academy!
-
Recently active
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.”
We wanted to use Intercom chat messenger on our Salesforce Community (Lightning Aura).
Hi! In my report, I have "Median response time" Chart (Response time, Reply sent at, Median aggregation)I want to calculate the same metric via Intercom API. In the conversations schema, I found statistics.median_time_to_reply attribute. However, the results I'm getting while using this attribute is different from the chart, like +20 minutes. Can you please suggest what can be wrong here? Are there any other ways to calculate this via Intercom API?
We’d like to goal our agents on email first response times - but measuring the time from when a case is first assigned to the agent and when they respond, rather than from when the customer first emailed and the agent responded.Example: A customer emails us. 2 hours pass before an agent is assigned the case. The agent then responds an hour later. For measuring the agent’s performance, we’d want to capture the 1 hour difference between assignment and the agent’s first response to the customer, rather than the 3 hours between when the customer first reached out and the agent first responded back.Basically, we want to goal our agents based on what’s in their control. We are also tracking the overall First Response Time because at the end of the day that’s the customer’s experience- but we’re treating this as a team level metric influenced by things like staffing levels, product issues and the like - many things outside of an individual agent’s control.Is this possible? How would we
Hi,I need to give search options functionalty inside dropdown component using Canvas Kit in inbox appI have 300+ single select option in dropdown so it is very deficult to find option when change the option from the dropdown list, So I have to integrate kind of search functionality.
Hi,We're encountering an issue with the Intercom for Jira and Intercom intergration, where conversations are being incorrectly moved to the "Unassigned" inbox. This happens after an agent creates a Jira ticket, connects it to a conversation and then snoozes the conversation. Initially, these conversations are correctly assigned to a specific inbox. However, upon unsnoozing, they revert to "Unassigned" instead of their original inbox. This only happens when there is a Jira-ticket in the conversation.The typical flow is as follows: a customer interacts with our chatbot, the conversation is then routed to an appropriate inbox, an agent responds and subsequently creates a Jira ticket, and finally snoozes the conversation. The problem arises when the conversation is unsnoozed and does not return to its initially assigned inbox.Could anyone suggest a solution to this problem?
I’m new to Intercom and I’m setting up my first Custom Actions. The app that I use the most is called Simplero so it is my top priority for getting set up.It uses Basic authentication (ref https://github.com/Simplero/Simplero-API?tab=readme-ov-file#authentication) and I’ve set up an authentication text token (ref https://www.intercom.com/help/en/articles/6615543-setting-up-custom-actions-authentication#h_7c58d5179f) in Intercom: In the Token value box, I pasted my API key. The API key that I have works. I’ve tested it in other apps (i.e. Pipedream) and it works just fine. I’ve also tried generating new API keys and I’ve tried 3 different ones. All of them return the following error: 401 Unauthorized{"error":"Bad API key"}The setup appears so simple, I can’t imagine what I might be doing wrong. So I tried setting up another Authentication Token for a different app I also use, and that one works fine, although it’s a Bearer token not Basic. So I’m not completely a newbie, but I’m by no m
Only my “Test workspace” crashes, the production one works fine.The code I’m calling is the following when opening the Help Center:Intercom.present(Space.helpCenter)--The uncaught exception that is being thrown is:Terminating app due to uncaught exception 'NSUnknownKeyException', reason: '[<IntercomSDKPrivate.ErrorViewController ...> setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key closeImageView.'Which often means the `ErrorViewController.xib `(or storyboard?) had a property set in a XIB which longer exists in ErrorViewController.--The expected behaviour is that if an error needs to display (because I’m using a test workspace) that the error shows rather than the app crashing.
Has anyone successfully integrated Split.io with Intercom? One use case would be to drive segmentation via split as it’s how we soft launch new features. If Intercom doesn’t find the UI component to point at, it tends to just point at anything.
When I use the sample on the iOS platform, this error will be reported. How can I solve this problem
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.