Expand Fin to email is now live on Fin Academy!
-
Recently active
Release Date: 18-08-2024 🚀 Enhancements Updated to support iOS 18 and Swift 6 concurrency for all public interface types. The sections model has been previously deprecated in the Help Center API. It has now been removed. Any uses of sections should now be replaced with collections.
I kept getting the following error when trying to reply to a whatsapp message using an admin type with the admin_id retrieved from the admin endpoint { "type": "error.list", "request_id": "003ririmu25u6re52260", "errors": [ { "code": "not_found", "message": "User Not Found" } ]}
Hi,I’ve configured a data export to S3 and the historical export has failed but hourly exports are running OK. I've not received any email with a log or something similar showing the error and causes. Why has the export failed? Where can I see the logs in order to know why has failed?
Hello,I have configured Intercom Webhooks because I wanted to receive notifications about admins replies.I’ve set Endpoint URL and subscribed to “conversation.admin.replied” topic.The endpoint URL is correct and valid, because I received some initial requests (including PING). It also receives a request every time I click “Send a test request” in config page.The problem is that I don’t get any notifications about admin replies. I have logged into Intercom as an admin, I have replied to an user – and nothing happened. There are many users using our Intercom everyday and at least a few times a day one of the admins replies – so I suppose there should be some notifications coming to my webhook. Unfortunately, that’s not the case – it seems like I’m receiving 0 requests from Intercom Webhooks.Can you help? Can you point me what may I be doing wrong?
Hi! We’re are currently setting up Intercom in our React native + Expo application. Everything regarding push notifications is working. We can receive push notifications on both android and iOS platforms. However, deep link are only working on iOS. Our intent filter is as follows:const BASE_MW_INTENT = { autoVerify: true, action: "VIEW", category: ["BROWSABLE", "DEFAULT"],};const MW_ANDROID_INTENT_FILTERS = [ // Deep links config. { ...BASE_MW_INTENT, data: [ { scheme: "ourcompany", host: "ourcompany.site.nl", }, ], }, // Universal links config. { ...BASE_MW_INTENT, data: UNIVERSAL_LINKS_DATA, },]; And our deep link is as follows:ourcompany://ourcompany.site.nl/mijn/account/abonnementThis again works on iOS, but not on android. The following also do not work:ourcompany://ourcompany.nl/mijn/account/abonnementhttps://ourcompany.nl/mijn/account/abonnementWhich are all valid urls for our app. Launching any of these via the abd CLI does work,
Hello 👋 I’d like to get some info about how can I create a report where I can see how many tickets are created by specific agents. Thank you in advance for your help.
Hello!We are using push notifications with Intercom to notify users of important events in our app.We’d like to know if Intercom supports silent push notifications for iOS & Android i.e. push notifications that we send to our apps that do not display any alerts/sounds, but are just used from our apps, to do actions such as reloading UI elements.Thank you.
Is there a way to “reset” an article’s reaction? For example, if an article received 75% ☹️ (frown face), we’d like to be able to reset it back to zero once an article is updated. That also includes the ability for someone who downvoted it previously to have an opportunity to re-rate the article.
Is it possible to add a copy action to a text area in an inbox app using canvas kit?
Hi Team, I have invited by the owner. So can I view list my teammate including their emails? Best regards,Manh
Any word on when you'll support Catalyst apps on macOS? We've been using Intercom on our mobile app, and would love to use Carousels in the Mac App as well.
Hello, I am an Android Kotlin developer, and I am using your SDK's automatic survey feature, which is triggered by an event. Everything is working fine when I test it in my environment because minify and shrink are disabled. However, when I generate a release version where this scenario changes (minify and shrink are enabled), the survey stops working.I am using the ProGuard configuration provided in your GitHub documentation, as well as the ProGuards for OkHttp, Okio, and Retrofit (these last ones have been working in production for a long time in the code, it's not something recent, only Intercom is). Could you please assist me with this issue?Intercom SDK: 15.1.0 (Without push messaging)Compile SDK: 33Min SDK: 21Target SDK: 33Our logging is not throwing any type of errors.
Hi there,I’ve created a webhook handling conversation.user.created and conversation.user.replied events. I’m using automation where the first step in the communication is the list of buttons, but also customer can send the message (instead of clicking one of buttons). Basically, I need to recognise in the webhook request, that the button was clicked OR the text was written by the customer. After a close inspection of the request data, both cases are identical. Interesting fact is that, as I’m using “Unstable” version of API, when the buttons are used deeper in the workflow, webhook request contains value in conversation_parts?.conversation_parts[0].metadata?.quick_reply_option_uuid when button is used, so I’m able to detect the click action. But for the first appearance of buttons in the workflow (on the first step) - metadata is not even present. Thanks and regards,Milan
Hi, Currently building an integration that allows courses to be embedded into Intercom. All this is working fine however when selecting a course, given there can be many, I thought it would be best to kick the user out to a sheet with a custom UI.Does a `sheet` action actually work within a canvas from a Configure flow response though? I can see the components rendering out properly but when I interact with them they don’t seem to trigger anything, not even any network activity.
Hello, the Compose version of my Android project is “1.4.1” and the intercom sdk version is “15.10.2”.The issue I am having is that the app crashes when I select an image from the user’s gallery.
Release Date: 29-08-2024 🚀 Enhancements Added support for merged conversations
Release Date: 08-08-2024 🐛 Bug Fixes Support added for multiline attribute collector. Fixes an issue with canvas kit where some users were experiencing crashes. Fixes some minor UI issues. Note This release contains some beta features.
Is there a way to create a webhook to fire whenever someone mentions another (specific) team member ?My end goal is to receive a direct message in my Slack whenever someone mentions me in IntercomThanks!
Hello! I'm seeking someone experienced with setting up Intercom for customer support. If you have expertise in configuring Intercom for efficient customer service operations, please reach out. We're eager to streamline our support processes and would appreciate your help. Thanks!
I’m having trouble with QuickBooks Payroll not updating. The update either fails or gets stuck at a certain stage each time I try. Restarting the software hasn’t resolved the issue. What could be causing this, and what steps can I take to fix it?
While creating note from the intercom interface I can tag teammates, can i do that with the API?
Hi,We are getting the following bug on React-Native Android, which is causing Play Store to reject our appBug: - React Native SDK 7.1.3- We open an article by using the method "Intercom.presentContent(IntercomContent.articleWithArticleId(9305883)) "- When the article we just get a screen that says "Something went wrong" (screenshot below)- FYI this works on iOS
I would like to embed a code to a help article from Tango. Is there a way to get this code embedded?
Execution failed for task ':app:mergeExtDexDebug'.> Could not resolve all files for configuration ':app:debugRuntimeClasspath'.> Failed to transform lifecycle-livedata-core-2.8.3.aar (androidx.lifecycle:lifecycle-livedata-core:2.8.3) to match attributes {artifactType=android-dex, asm-transformed-variant=NONE, dexing-enable-desugaring=true, dexing-enable-jacoco-instrumentation=false, dexing-is-debuggable=true, dexing-min-sdk=21, org.gradle.category=library, org.gradle.dependency.bundling=external, org.gradle.libraryelements=aar, org.gradle.status=release, org.gradle.usage=java-runtime}.> Execution failed for DexingWithClasspathTransform: /Users/name/.gradle/caches/transforms-3/3bfdb8d4164eceb9beb59b9f7ee5ce18/transformed/lifecycle-livedata-core-2.8.3-runtime.jar.> Error while dexing.
We are observing that within one bot flow, when we set an attribute value on a reference attribute there is way to reset it. If we continue on the same flow, and bring the customer back to first option, it keeps on appending the values selected by the customers. Anyone have any luck resetting the attributes within same conversation ?
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.