Expand Fin to email is now live on Fin Academy!
-
Recently active
I would like to connect the Search Term in Google Ads to the users. I know we can use the UTM tagging. But we use auto-tagging. So can we use a combination of the GCLID and UTM, or is there another solution?
mapping:I'm trying to add intercom as a destination from Segment, to send data about users signing up. My goal is to use "Sign up" events as a trigger for sending outbound emails in Intercom. In Segment, I've added Intercom Cloud Mode (Actions) as the destination. This is the error I'm getting when sending a test event (response from Intercom Cloud Mode):{"type":"error.list","request_id":"0004a9f3p9cnvnicnu0g","errors":[{"code":"not_found","message":"User Not Found"}]} this is the test event:{ "channel": "server", "context": { "library": { "name": "analytics-java", "version": "3.3.1" } }, "integrations": {}, "messageId": "4b5e747e-4df9-42f9-a8a6-eb890815b8cc", "originalTimestamp": "2022-12-01T18:27:52.103Z", "projectId": "3nsx
We got a crash at the method `cellForRowAt` of the class `HelpCenterSearchViewController`with Intercom 10.4.0.I did not find any explicit fix relative to this crash in the latest versions released.Can you help me on that ?Thanks!
I realize this is highly contextual and depends on a host of factors, but I'm wondering if there are some rough benchmarks against which I might compare our Help Center's SSRR. Is there an industry standard, e.g., or a number that Intercom uses internally to give customers a target to aim for? At Lessonly by Seismic, we've achieved a SSRR of roughly 87% YTD, which seems very good to me! But again, I have no basis for comparison.
This would help us assess the context the user is in when asking the question. App context is not enough. It seems like a bad work around to add these values as the conversation has already been initiated (ref. the endpoint where you already have a conversation id).
I saw import history but I don't see any columns that provide uploader name. Do we have way to know? https://www.intercom.com/help/en/articles/177-import-your-user-data-into-intercom#:~:text=Events%20API.-See%20your%20Data%20Import%20History,-You%20can%20see
I am trying to merge the lead and user having the same mail-id, I don't want the user to log in to the site as it will not serve any purpose, we are using a mobile app for that part. However, the issue I am running into is as soon as I call the API to merge the lead and the user, the service user (on the website - lead) is not able to chat or send any messages, is there any way to continue talking even after merging them? Is there any way to achieve this without losing the ability to chat after the merge?
Hiya, I'm trying to set up auto follow-up to unresponsive conversations, and when I felt that it's all done, I hit a brick wall. Created custom actionCreate inbox rulesAutomation workingNow the issue that I have is that the system sends out auto follow-up messages as per the rules at any time in the journey (ours takes 12 hours), and that means that customers can receive a notification/email from us at 2AM in the morning to let them know they've been responsive. I am trying to figure out a way to trigger the rule during office hours only (which I can do via inbox rules), but also re-trigger the rule when the office re-opens, so it applies the auto follow-up again to conversations due to receive a reply. Has anyone tried anything similar and can support? Hope it makes sense. Cheers
We basically want to automate a certain support related banner messages to our CI/CD pipelines. For example when the new release is being build, we want to be able to programmatically set a banner message (from a list of templated banner messages) that the release is about to happen and once the release is finished and deployed, we want to be able to again programmatically via some api remove that earlier banner message. Thank you.
Hello! We are trying to set up push notifications for the iOS mobile app that we are building. We have performed all the steps described here:https://developers.intercom.com/installing-intercom/docs/ios-push-notifications/p> Our app requests user's permission to send push notifications, and we are able to see the correct "push notifications enabled" setting in Apple Settings, so we know that requesting permissions works.At the same time when I look at user profiles in Intercom, all users have "Enabled push messaging" property set to "Unknown", and so we are not able to send push notifications from Intercom. Has anyone experienced this issue before? Anything we are missing in the configuration? Thanks in advance!
I managed to have push notifications working in our Expo EAS app with `@intercom/intercom-react-native` library and `config-plugin-react-native-intercom`. They are working fine, but:when I answer a customer form Intercom chat dashboard the push notification subject is my Intercom user name and the body is only a couple of words that I wrote the message to customer. Can I customise the push notification to something like: subject - "Company Name:, body - "Hey, Company Name just sent you a message, please check it out" ?
This makes no sense, a week ago I set one of our mobile carousels to trigger every minute to help debug and test in our development environment, today when I try to do it an error says "a message can only be sent every hour". Something is broken there.
I have a set of email IDs that I maintain in a Google sheet. When I trigger I want the value of last seen to be updated to a Google sheet? Is it possible?
I am getting above error while 'Rebuild' a project. AGPBI: {"kind":"error","text":"Can't determine type for tag '<macro name=\"m3_comp_bottom_app_bar_container_color\">?attr/colorSurface</macro>'","sources":[{"file":"/Users/brittognanaraj/.gradle/caches/transforms-3/bc32538fb0414547d4337593d1e2c55f/transfo
Good afternoon. Is it possible to add an executing code to the trigger that can check for the presence of installed software on the user's device?
I'd love to have the option of creating a similar forum than this one for our company! Is this something planned in your Roadmap? Speaking of Roadmap, do you have one to share with us? Thanks!
Do i need to publish my app on intercom for API calls?
I'm using the React Native Intercom SDK (versions below) and am getting the following build error: /DEV AppCenter-iphoneos/XCFrameworkIntermediates/Intercom/Intercom.framework/Intercom' does not contain bitcode. You must rebuild it with bitcode enabled (Xcode setting ENABLE_BITCODE), obtain an updated library from the vendor, or disable bitcode for this target. @intercom/intercom-react-native: 4.0.0react-native: 0.70.6Node: 14Xcode: 13 What can I do to solve this?
Hello all, I am wondering if Intercom allows us to have insights regarding deliverability (not sends)? And if this can be seen per domain? I am interested to see the IP health, and also the deliverability of the series that we have in place. Any insights are much appreciated. Thank you! Regards
In our first app launch, we need to ask for permission to send notifications. Even when granted, Intercom push notifications do not work for the app until the user relaunches the app. Using Intercom swift package 12.1.0Using automatic swizzle for enabling intercom push notification handlingHave enabled didRegisterForRemoteNotificationsWithDeviceToken in Application Delegate. Thanks for your help.
Today we start receiving reports of crashes when intercom is opened, it seems to be something to do with a API response: Stacktrace received:java.lang.ClassCastException: java.lang.Class cannot be cast to java.lang.reflect.ParameterizedType at retrofit2.HttpServiceMethod.parseAnnotations(HttpServiceMethod.java:46) at retrofit2.ServiceMethod.parseAnnotations(ServiceMethod.java:39) at retrofit2.Retrofit.loadServiceMethod(Retrofit.java:202) at retrofit2.Retrofit$1.invoke(Retrofit.java:160) at java.lang.reflect.Proxy.invoke(Proxy.java:1006) at $Proxy2.getHomeCardsSuspend() at io.intercom.android.sdk.api.MessengerApi$DefaultImpls.getHomeCardsSuspend$default(MessengerApi.kt:181) at io.intercom.android.sdk.homescreen.HomeViewModel$onUiCreated$1.invokeSuspend(HomeViewModel.kt:60) at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.k
Hey there, I want to automatically start a conversation for the user on button click which pre-fills conversation custom attributes to let the support know a internal error id and the failing code part. How can I add these custom attributes to a conversation when the JS api doesn't allow such? Can I somehow get the conversation id to update the conversation attributes via API after creation? Do you see any other option? Will the "JS API" be sophisticated at any time in future?
Hello.We want to report an issue with the ‘@Intercom/intercom-react-native’ for old ios devices (iPhone 5s, iPhone 6). The transition effect is incomplete and it does influence the appearance of the header component in a chat.As a pod dependence, we do use the ‘“Intercom”, ‘~> 10.3.5’' version.
I'm using the REST API to Search for Contacts/Conversations, with filter condition on the updated_at timestamp. What I need is to find all Contacts having updated_at on 2022-11-09 UTC (i.e 1667952000 <= updated_at < 1668038400, in which 1667952000 is 2022-11-09T00:00:00Z). However, no matter how I build the query, either using the simple equal operator (as per Intercom's doc about search & timestamp), or using the complex AND/OR/</=/> operators, I always get some results having updated_at on 2022-11-08. It looked like to me that when truncating the timestamps to date, the server used my timezone (UTC+10), so instead of giving me results between 2022-11-09T00:00:00+00:00 and 2022-11-10T00:00:00+00:00, it gave me results between 2022-11-09T00:00:00+10:00 and 2022-11-10T00:00:00+10:00. This is an unexpected/unwanted result for me. Is there anyway to fix that?Thanks
How do I reduce the amount false users of my software. it's cause me to be charge upwards of $700+ per month? is there a number that I can call to assist me with billing?
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.