Expand Fin to email is now live on Fin Academy!
-
Recently active
Our company is situated in Germany and has to comply with german data protection law. We are looking for a way to give the client a) notice about data collection through intercom and b) the possibility to opt in/out to that. How do you deal with that topic? Which solutions maybe come out of the box from intercom? Thanks for any thoughts on that!
How do I get conversations of a contact? There are methods for getting all conversations and all contacts? Should I loop through all conversations to filter the ones that belong to a given contact?
We're using Intercom's Slack integration to notify our team channel of when a user signs up to our app. Is there a way to send notifications to specific Slack channels depending on certain tags/properties (e.g. IP country)?
Hey gang! We're building an Intercom reporting app and would love to build something you'd find valuable. Are there any reports you wish Intercom had? :)
Intercom Conversations is sending multiple push notifications to our customer service team per message.
I used the intercom widget to post a bug report over 4 weeks ago and my conversation still says it's "not seen yet". Not a good look Intercom. So now I'm going to try posting here and hope that somebody here can graciously be of help. 25% of our weekly crashes reported are coming from intercom. And all of it is coming from: [ICMUserIdentity isEqual:] Currently version of the app in the store has:Intercom SDK - 8.0.0Compiled on XCode 12.1Support iOS 11.0 and higher. The large majority of our users have migrated to iOS 14 - so its not surprising necessarily that 95% of the crashes are from iOS 14 devices. I have no repro steps unfortunately - just the crash logs showing up in Crashlytics and Apple. It is crashing a non-main thread: com.apple.NSURLSession-delegate Here's a full stack trace:Crashed: com.apple.NSURLSession-delegate0 objc_msgSend + 201 -[__NSCFString isEqualToString:] + 2482 -[ICMUserIdentity isEqual:] + 13112363 -[ICMIdentityStore isEqual:] +
Hello, Does anyone know if it's possible to get location-based reports for each teammate? I need to track team productivity based on leads location. Thanks!
Hey Connectors! It's time for Fix-It Friday once again! It's your chance to help out your fellow Connectors with their burning questions. Can you help these folks out? How can I make sure that the messenger icon position and size gets adapted to the screen size automatically? Happy fixing!
Please give me some guide lines in publishing my app. In “submit for a review” page, we are expected to provide a “End- To- End” video, with installation step of the app, how it is possible to show the installation step even before publishing it? How to make my app available to only subscribed users? Is it possible to handle our payments externally? Is it possible to get some one to chat to have more interactive discussion ? (NOTE : I am trying to publish my app through my company profile - imaradevteam@gmail.com)
I can see two different URLs in OAuth Process and Installation. Do both of them talk about same URLs? (Please check the attached screen shots)
Hey all, I have a widget that is using a live content_url to query our server each time the client opens up the intercom window. The widget works just fine, however I don't see an option to reply with an "empty" canvas or so in order to hide the widget. I am probably missing something... If I have found that I have nothing to show the user, I would like to hide the card with the live canvas result.. how can I do so? Thanks!
Hi, this is my first post, so go easy :) I'd like to reply to the last conversation using the api. The URL I'm calling is: https://api.intercom.io/conversations/last/reply/p> I'm using this as reference - https://developers.intercom.com/intercom-api-reference/reference#reply-to-a-conversation/p> The message body looks approximately like this: { "message_type": "comment", "type": "user", "user_id": "usersemail@aferry.com", "body": "Test message"} I've confirmed this user exists but I get this response: { "type": "error.list", "request_id": "000sdhmlsb3j8gk6qieg", "errors": [ { "code": "not_found", "message": "User Not Found" } ]}Any ideas appreciated. I can't see what could be wrong.
We are working with mobile carousels on iOS but need to support different languages. We would like to trigger our carousels automatically. I see rules based off of browser language, but do not see anything for device language. From what I can tell the browser language is not getting set when the user is registered through the mobile SDK.
Hi,Using webhooks to integrate Intercom with some 3rd party software.Subscribed for "conversation.admin.replied" topic. Everything works fine, until the "Article Inserter" is used.When message contains inserted article, the webhook data provided is: 'part_type': 'comment', 'body': '<p>[App: Article Inserter]</p>' So, there is no way to convert such webhook data to message in 3rd party software. We only know that some article was inserted. No url, no ID or title. It will be great if webhook data will contain information about inserted article.Hope it will get fixed someday. P.S. When we use "Insert Article" from Intercom mobile app (without Article Inserter app) - everything works fine, we get the article url in webhook data. But on desktop there is no such button without extra app...
Would love some recommendations for online courses, books or other resources to learn more about leadership / people management. SaaS customer support 10-20 person team and scaling.
Hi there, in the following page : https://www.intercom.com/help/en/articles/3894-using-intercom-with-content-security-policy this link seems not to be reachable : https://share.intercom.io.Please, is anyone know what the correct link is for our proxy ?
HelloI’m using the SDK 8.0 on iOS (Swift)But as soon as I import the SDK, I don’t see any variable anymore in the debug area of Xcode. It’s empty.When I type the po command in the debugger, the variables are not printed.Can you help please?
Have embedded typeform tha asks questions and redirects users to a calendly based on responses on the "end page" Issue is messenger is closing before user can click Open button to redirect to Calendly. Any solutions?
I am also facing weird kind of issue. what happened in my scenario is that is as below (API V is 2.3).As per docs intercom save timestamp data in UTC formatwhen I pass the UTC timestamp to search API sometimes is does not return any result , but at the same time I pass the timestamp of my local region I got requested data . sometimes it happen vise-versain GET All CONTACT API - when requested sometimes data come in ASC order despite mention order=DESC key in query-params I am not sure what is happening at server but I am sure about date is correctly formatted from ISO string to UTC timestamp. Please kindly provide help.
What ever we try a new problem rises. I think we do not have a proper understanding of intercom even-though we use it for about half a year. It's time an expert joins us to advise us. Of course we will come up for the help financially. please drop a msg and let me know if YOU are interested.
Hello! I'm new to this forum, love it! I was wondering what the main purpose for the different workspaces is? Maybe if you guys could provide some examples as to how or why you've used different workspaces. I've got my main workspace pretty much all setup and running, but just wondering as I don't wanna miss out on any other great feature that we could utilize! :)
Hi, I am creating a message using the intercom API. I'm able to send the request, but the recipient sees the sender of the email as: firstname.lastname@company.intercom-mail.com My question is that is it possible to configure intercom so that when the recipient sees the email address of the sender, it is the same as the actual email address of the admin? Rather than companyname.intercom-mail.com? The curl request is below: curl --location --request POST 'https://api.intercom.io/messages#39; \--header 'Authorization: {Bearer token}' \--header 'Content-Type: application/json' \--data-raw '{ "message_type": "email", "subject": "Email subject", "body": "The body of the text message goes here.", "template": "plain", "from": { "type": "admin", "id": "{admin_id}" }, "to": { "type&
Intercom review Hey Interconnected members, I just published a review of Intercom on my blog, covering all the different aspects Intercom offers.You can read the review here: https://chatimize.com/reviews/intercom//p> Let me know what you think!
Hi, I want to create a dashboard based on different filters from Intercom API. I want to have `session_count` and `signed_up_at` filters in Count API. I tried to figure out from the docs but couldn't find any. Please help on this. Any guidance is welcome
I created a custom attribute on Intercom and I would like to move it to our CRM (Zoho). How would it be visible on webhook?
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.