Expand Fin to email is now live on Fin Academy!
-
Recently active
Hi,I want to set up automation where I'll be sending emails to my clients thanking them for purchasing a subscription. I sell the subscription using Stripe. I've connected Stripe with Intercom. I want the trigger for sending the email to be the purchase of the subscription by a new client. I'm setting this up using the 'series' option in Intercom, but I'm having trouble choosing the trigger. On the list, I have the option 'Created subscription', but I'm not sure if this pertains to Stripe as there's no information indicating it's a Stripe trigger. Additionally, I have 'Stripe subscription period start at', but choosing this I'm not sure if the email will be sent immediately after the subscription purchase.I'd also like different emails to be sent depending on the type of purchased subscription. With the 'Created subscription' option, I have the ability to define the subscription name, in my case, for example, 'Starter - social media' (I sent an example in the screenshot). But I'm uncer
I am tying to query conversations (via python) and my payload is as follows payload = { "query": { "operator": "AND", "value": [ { "field": "state", "operator": "=", "value": "open" }, { "field": "admin_assignee_id", "operator": "=", "value": "123456" }, { "field": "waiting_since", "operator": "<", "value": 1693564392 } ] }} The above logic should be, show me conversations where state = open AND admin_assignee_id = 123456 AND waiting since is less than 1693564392. The response however includes conversations that have a “state” = “closed” What am I doing wrong ? Your docs state AND operators can have upto 15 filters.
Hi,I am using webhooks and trying to identify an event of ‘conversation.admin.opened’ when a lead replies on a closed ticket but it doesn’t seem to trigger it. the odd thing is that it works on one workspace but not on the other.
There was a ticket which was closed without viable solution, so I’m creating new one. Issue seems to be related to compose and accompanist versions.Required accompanist version: 0.32.0Required compose version: 1.5.0Target and compile sdk: 34 Error looks like this:java.lang.ClassCastException: androidx.compose.animation.AnimatedContentTransitionScopeImpl cannot be cast to androidx.compose.animation.AnimatedContentScope at io.intercom.android.sdk.m5.navigation.IntercomTransitionsKt$defaultEnterTransition$1.invoke(IntercomTransitions.kt:12) at androidx.navigation.compose.NavHostKt.createEnterTransition(NavHost.kt:346) at androidx.navigation.compose.NavHostKt.access$createEnterTransition(NavHost
I am trying to find a “standard” out-of-the-box data model provided by Intercom for: Users/Contacts Accounts/Companies I have inherited an Intercom instance with a ton of custom fields. I need to know what the “standard” fields are in the data model so I can clean up the custom ones! Thanks
According to the API documentation, something like this should workPOST{ "message_type": "comment", "type": "user", "body":"<h1>hello world</h1>", "intercom_user_id":""}but instead I get a "user is an invalid value for type" error - even though the API explicitly says that it is. I do note that the page linked only has an admin note reply as an option in the dropdown. Does that mean that it is not possible to post a reply on behalf of a user? Would appreciate any help here.
For an Android app that targets API 33 and that includes FCM for push notifications, what is the advice on requesting the NOTIFICATION permission?My usecase: We have a tab in our app that when pressed, calls Intercom.client().present(). While the user is viewing the HelpCenter, the user could start a customer support chat. This is an ideal moment to request the NOTIFICATION permission. The user just sent a chat message and likely expects a notification when there is a reply.Is there a way for our app to know when the user sent a message so we can request the permission? Or does the intercom SDK request the notification permission on behalf of the app if needed?Versions:Intercom Android SDK v15.1.3 App targetSDK 33 Firebase BOM 30.0.0 (Firebase Messaging 23.0.4)
I wish we could rate apps in Intercom’s app store. I have some feedback from Userfeed. It’s not being actively worked on and getting a hold of anyone on the Userfeed team is impossible. Now it seems one of the core features I use is broken. I am definitely looking for an alternative now. Any suggestions?
Hi, New to IC and have set up a Custom Object. My thinking was first to push data to the Custom object from our Bubble app as soon as the data changes in the Bubble app. However, according to https://www.intercom.com/help/en/articles/6298280-setting-up-a-custom-objectthere's no API yet to use for pushing data from my Bubble app to IC, right? So, I guess I need to create a Custom Action that then can be used in a Bot to in real time retrieve the data need? Best, Peter
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.
Hello,Has anyone else noticed that the support replies are taking longer than a business day, or is it just me?I've been trying to deactivate a trial, but I haven't received a response since last week. Additionally, there doesn't seem to be a way to cancel using the platform itself.Could someone provide assistance?Thank you very much,
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 :(
Could you provide me with a daily email summary of my support team tickets count and main topics?
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."
Hi all,What strategies are people using to remove internal users and test accounts from items like performance reports, success metrics etc?Thanks,Steve
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?
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.