Expand Fin to email is now live on Fin Academy!
-
Recently active
There's one other thread I can see on this topic that hasn't been touched since Feb 2021. Hopefully the 'answer' has changed. I'd like to sync Tier 3 tickets with Azure DevOps (aka Azure Boards). I'd love for the integration to work like GitHub's, or better yet, like Jira's. A little time searching online shows that merge.dev has connectors for both Intercom and Azure DevOps, and with its native support for a Ticket entity, seems to have bi-directional syncing. https://merge.dev/integrations/intercom. We could use their free license level to do this, I imagine. Would prefer something direct and native from Intercom or this community. Thanks!
Our company did a rebranding and changed their domain and we need to change this domain in Intercom too but I don't find any edit or remove button.
Hi! I made a request for a CSV file yesterday, but haven’t received anything yet.Can anyone help, please? Thank you!
Trying to set up a Custom Action that, when triggered from a conversation part in Inbox, POSTs the content of that conversation part as JSON along with some other information about the user & conversation to a webhook catch URL (Zapier, in this case): When I’m sending sample data through the Custom Actions UI, this works perfectly every time, the webhook catches the data and I can parse it and go on my merry way.But as soon as I use the Custom Action on real conversation data in Intercom, I get sporadic errors. The logs say this is because an Error occurred validating request values, but there’s no way to see anything else about what might be causing this:To make things more confusing, triggering the Custom Action for one message in the conversation is sometimes successful, while triggering the Custom Action for a different message in the same conversation fails! I can only guess that some characters in the message aren’t being escaped and therefore the JSON is not valid. Has anyon
I want to analyze intercom datas some of my client in my analyzing web app. I couldn't find anywhere how?I have 2 clients and they want to integrate their intercom account in our app to analyze conversation data.I want to add this integration but I couldn’t find the right way to this. Could you help me?
Hello Intercom Community,I’m relatively new to interacting with APIs. I’m trying to extract the list of all contacts following the instructions from the API documentation.My ultimate goal is to run this GET request every let’s say 1 hour and then from the resulting set to get the data I need for the contacts who have an “updated_at” value later than a <fixed threshold_time> (ie. the most recently updated items). If I understood correctly it is not possible to provide sorting parameters for this GET request (eg. based on descending “updated_at”).So my question is: What is the default sorting method that defines the order of items in the resulting list of contacts. I’m not not if that’s “updated_at” or “last_seen_at” or any other field. If I know for instance that contacts are by default sorted based on descending “updated_at” then I can paginate through the results, and get the data from each page, until I reach a page with “updated_at” values earlier than my <fixed threshold_t
I'm very interested in the new AI Beta which uses Chat GPT, can you tell me a bit more about it please?
i see that , for building an app . we should only canvas kit and limit the app components and elements with canvas kit.i want to create an app using html,css and javascript and is it possible to do that ??
hi ,i want to create an app using html,css and javascript in intercom inbox. but i didn’t find any reference for the same.does intercom provide any interface methods..? through which we can access the current ticket details such as id,subject and description and make api’s call to third party api’s?any leads are helpful.thanks rahul
I am using the API. When I retrieve a conversation and inspect each of its conversation_parts, I see each of them has an author. However, there seems to be no information regarding who this message is addressed to. Is it possible to get that information? Or at least to know wheter it is internal or external communication.
API 2.3 via PHP+cURL: I can SET or CHANGE the external_id but any attempt to set the external_id to empty posting {'external_id':''} to https://api.intercom.io/contacts/... is returned with a 200 OK but the external_id retains the former value. I have tried with '' and null to no avail.
*Environment:*iOS 17.0.3, iPhone 11 Pro.*Steps to reproduce:*Open intercome chat Take a look at the partner icon*Actual result:*
Hi,I’m trying to make a flow with Shopify Flow to update phone number and other data to Intercom.Do you know how to do it?On shopify Flow:Action: Send HTTP requestHTTP Method: POST (?)https://api.eu.intercom.io/contacts (for Europe)Key:authorization: Bearer KEY(Intercom / create an app / access token)content-type: application/jsonBody:{ ….. data…..}What is wrong? everything? 😁 I was doing it with Zapier but I would like to do it with Shopify Flow to decrease my Zapier account thanks
Hello!I’m trying to create, using Intercom API, a ticket with one or more attachments.I’ve created a Ticket Type that contains one Ticket Type Attribute (named Files) of data_type ‘files’.Then, following the API documentation for the POST request to create a ticket, I’ve created this payload:That, as long as the Files are an empty array ([]) works out.If I try to add the files data, I always receive this kind of error: Couple of details:I’ve read the other similar question here with no luck I have tried all the combinations for Files, like, a list of objects with one entry, an object containing a files property that is a list of objects and so on and so forth. Nothing. I’ve checked the API documentation and this entry https://developers.intercom.com/docs/references/2.9/rest-api/api.intercom.io/Models/file_attribute/ is aligned with what I did, but still not working I wasn’t able to find anywhere a specifics for the files data_type I checked the github repos but I always find info rel
Hey there, I am currently building an intercom integration to sync tickets. I have a custom ticket attribute called “priority” of type list which has the options “urgent”, “high”, “normal”, and “low”.I try to update the ticket attribute like this via the Dev Docs and the try out button. Without the attribute the flow works fine (so my Bearer token and the rest is set up correctly):Json body:{ "ticket_attributes": { "_default_title_": "example", "_default_description_": "there is a problem", "priority": "urgent" }, "state": "in_progress"} I get the following error message:{ "type": "error.list", "request_id": "0016erd0q33c1jgjf750","errors": [{ "code": "parameter_invalid", "message": "'urgent' is not a valid value for attribute 'priority' of type 'list'" } ] } I also tried “priority”: [“urgent”], “priority”: “[urgent]” and more. Could you tell me which schema is expected for the list attribute?Kind RegardsIan
Updated to the (almost)latest react native intercom version a month ago. Pods are on 16.1.1.We get these crashes:IntercomSDK_MethodSwizzleEXC_BAD_ACCESS (KERN_INVALID_ADDRESS)Crashed: com.apple.NSURLSession-delegate0 libobjc.A.dylib 0x32f8 objc_release + 161 libobjc.A.dylib 0x32f8 objc_release_x0 + 162 Intercom 0x5e904 IntercomSDK_MethodSwizzle + 94883 Intercom 0x618bc IntercomSDK_MethodSwizzle + 217044 CFNetwork 0x133c8 _CFNetworkSetHSTSStoragePath + 429045 libdispatch.dylib 0x26a8 _dispatch_call_block_and_release + 326 libdispatch.dylib 0x4300 _dispatch_client_callout + 207 libdispatch.dylib 0xb894 _dispatch_lane_serial_drain + 7488 libdispatch.dylib 0xc3f8 _dispatch_lane_invoke + 4329 libdispatch.dylib 0x17004 _dispatch_root_queue_drain_deferred_wlh + 28810 libdispatch.dylib 0x16878 _dispatch_workloop_w
Im running a retro on the emails sent to our top users during the year 2023. Im loking for a way to view all the emails specific users received in a year. I found the rceent content section in each user’s profile, but I cannot expand it to see the entire year, it shows up to May 2023. Is there a way to easily find this?
iOS Intercom SDK: 15.0.3Steps: - Present the messenger view from source app `Intercom.present()`- Dismiss the Messenger viewIssue: - When we dismiss the `Messenger View`, we see a white background for a second.We’ve been investigating this issue for past few days and require your support to close it.Note: Attaching the video for your reference. Thanks!
I’m using Android SDK version 14.0.0 and I got this crash in intercom. Fatal Exception: java.lang.IllegalStateException: ViewTreeLifecycleOwner not found from android.widget.FrameLayout{61dc520 V.E...... ......ID 0,0-1080,2180 #7f0a0389 app:id/intercom_overlay_root} at androidx.compose.ui.platform.WindowRecomposer_androidKt.createLifecycleAwareWindowRecomposer(WindowRecomposer.android.kt:349) at androidx.compose.ui.platform.WindowRecomposer_androidKt.createLifecycleAwareWindowRecomposer$default(WindowRecomposer.android.kt:324) at androidx.compose.ui.platform.WindowRecomposerFactory$Companion$LifecycleAware$1.createRecomposer(WindowRecomposer.android.kt:168) at androidx.compose.ui.platform.WindowRecomposerPolicy.createAndInstallWindowRecomposer$ui_release(WindowRecomposer.android.kt:224) at androidx.compose.ui.platform.WindowRecomposer_androidKt.getWindowRecomposer(WindowRecomposer.android.kt:299) at androidx.compose.ui.platform.AbstractComposeView.re
Two weeks ago I wanted to segment my leads and add a Calendly integration, ok, I had to use the Support Pro plan for that, no problem. At that exact moment, I already wanted to upgrade. If there were a button to pay more and upgrade me I would happily do it immediately.But no, there wasn't a button to upgrade; there was a button to "TALK WITH SALES TEAM".How unbearable. I asked the woman to upgrade, but she wanted to make a sales call. Omg, NO! I don't want a sales call! I was already using the feature and just wanted to confirm my upgrade. "Please upgrade me, miss." My upgrade was not done.The worst happened. 2 weeks passed, the trial ended. The feature I was using stopped working and disrupted my processes. And the UPGRADE hasn't been done yet!I've been through two more salespeople, and still nothing. Seriously, what the hell is this?Everything could have been resolved with the push of a button! But no, they did it by assigning me to thousands of sellers—a nightmare. I started thinki
I am experiencing an error while integrating the Speakatoo API. I have correctly specified the voice ID within the "tts_resource_ids" parameter, but I receive a message stating "The voice you select is unavailable to use." I would appreciate assistance in understanding the cause of this error and finding a solution.
If starting the app in CarPlay, Intercom causes the app to crash:[CPTemplateApplicationScene windows]: unrecognized selector sent to instanceTerminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[CPTemplateApplicationScene windows]: unrecognized selector sent to instance 0x103386dc0'terminating with uncaught exception of type NSExceptionPreviously we haver setup Intercom in AppDelegate, but in preparation for CarPlay, we moved Intercom setup to SceneDelegate, as per the documentation.Currently the only way to have Intercom be stable, is to uninstall the app and reinstall. But that user experience is terrible.
Hi, the SDK crash if I try to start a CarPlay app. The error is [CPTemplateApplicationScene windows]: unrecognized selector sent to instance 0x1228ef470 The error is thrown from login method: Intercom.loginUser(with: attributes, completion: nil)
Is there an app/integration to ask users for app store reviews directly on Intercom Messenger.
Hi there! Approximately three weeks ago I submitted a PR to add a missing feature to the SDK for Node.JS but I think the repo. isn’t getting much attention lately. Is there a way to contact the maintainers of the code? Thanks in advance!
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.