Expand Fin to email is now live on Fin Academy!
-
Recently active
I have an iOS app and I want to show a specific post to an user who does a certain action, like tapping on a button. How can I do that?
We've been operational for 1 month but have only just implemented Intercom. We would like to backfill intercom with events that have occurred over the past month so that we can create useful segments e.g. if someone registered for a webinar last week can we push that to intercom as an event with metadata? Many thanks!
I have been looking for a way to subscribe to certain keywords in this community. This is one of the most useful features of the Atlassian Community. The idea would be that I receive an email whenever someone creates a post with one of those keywords. Do you think this is something that could be added to Interconnected?Alternatively, would it be possible to create a group specifically for specific apps? In this case, we could at least subscribe to that group and do not have to browse the community daily for new questions regarding our apps.
Is the API really up and running? I keep getting responses saying the API service is temporarily unavailable. I have yet to receive a working response in the past two days. When attempting to exchange an auth code for a token at https://api.intercom.io/auth/eagle/token we receive this error: { "type": "error.list", "errors": [ { "code": "service_unavailable", "message": "Sorry, the API service is temporarily unavailable" } ]} We are also unable to authenticate with our own token from our developer hub. Is anyone else having these issues? We have an approved app that used to work and now we are stuck with a broken user experience.
I have been experiencing very slow API response times recently. Upwards of 10+ seconds and some never returning for both the list tags and search conversations endpoints. I checked the rate limit and seems to be plenty left, besides I do end up with a 200 response when it does eventually return. Not really sure whats going on so any guidance would be appreciated.
Is there a way to delete articles at once?I heard that you can delete the articles in bulk through api at once.Is there a team that has done that?
Why isn't there a way to view path analysis on a monthly or annual basis? you can only view it per day? This makes the feature virtually useless....
We've been making use of the Custom Attributes in the Conversations we have for support contacts. Initially we'd hoped to have them automatically filter out more detailed layers based on preceding options, but that wasn't possible. So, to structure them for our team we put them in a specific order:CategoryActivitySpecificResolutionWhile these appeared in the correct order of the Inbox view, when folks were prompted to use them at closure (we made them mandatory 😈 ) they appeared out of defined order, alphabetically. After much trial and error, and as that couldn't be fixed, we ended up making them:1 Category2 Activity3 Specific4 ResolutionMy question is, is this still the case? I'd rather not mess with live data to confirm! :)
Regarding this endpoint - https://developers.intercom.com/intercom-api-reference/reference/reply-to-a-conversationIs there a limit to the size for body? If there is, what is that limit? We want to be able to send a transcript of previous conversations to the agent but we were wondering if there is limit to the length of the body that we can send in the payload in a single call.
Our users are not so responsive, they tend to skip survicate polls. Looking for advice for collecting feedback. Tried using "Posts" but sometimes the emoji answer options do not pop up.Also, thought of using attributes, so the customer would choose the relevant answer and then filter the conversations according to the attributes.But I don't think this is the best long term solution. How do you guys collect user's feedback?
Trying to capture a certain date in an intercom bot step, and wanting to use that date to create a reminder for the customer to be able to add to their google calendar or ical. Anyone know of tools that would make this possible?
While adding a messenger or help center in android home screen[contains added fragment to activity] the messenger and helpcenter is showing as transparent as background.
Hi. I am using the unstable version of the API to export all messages sent in a given timeframe.Reference: https://developers.intercom.com/intercom-api-reference/v0/reference/downloading-the-data I wonder why Sender is not included in the exported data?How to retrieve that information? My best guess is that I have to use the ConversationID returned from the exported message data to retrieve information on the conversation as per:https://developers.intercom.com/intercom-api-reference/v0/reference/conversation-modeland then use the author from the source object. Is that correct? Thanks in advance.
I want to add tags to conversations that happened in the past. How do I do that? Is it possible?
Despite there is a dedicated property in data attribute object model, called 'label' which is supposed to provide a value for the custom attribute to be displayed in UI, looks it does not work. Even after I send a request to create a new property with some name in 'label' field, a property will be shown just as specified in 'name' attribute, with first letter capitalized. For example, if name=myCustomProp and label=My Custom Prop, then in UI it comes as 'Mycustomprop'. This is just not quite user friendly... https://www.intercom.com/help/en/articles/320-tracking-user-data-in-intercom
How can I dismiss Mobile Carousels programmatically?
Ios simulator app encounter this error "PINDiskCache.m (1223) ERROR: The item couldn’t be saved because the file name [Long long filename] is invalid"
in the past there were control on permissions mean not all users can get access to the inbox now I see all the users can access pulse is there any way to prevent assigning the conversation to the teammate but still can have access to inbox
What workflows does your Support team have in place in order to keep Account Managers, Customer Success Managers, and other customer-facing teammates informed of conversations coming from specific clients? Currently, our Support team comments and @ mentions the dedicated CSM in a note once we've begun engaging with a user on one of the teams our CSM manages. The CSMs tell us no ping ever feels unnecessary, however, there are a few downsides to our process: it's manual (it's easy to forget) and CSMs might not want to be made aware of every user's message. We also have an Inbox for the segment of accounts managed by CSMs, but viewing all conversations can be a bit overwhelming to scroll through. The feedback we've collected from the CSM's is that they wish they had a report, like a dashboard, displaying only their client's conversations 🤔 What do you recommend?
Hello! I'm researching ways of importing our Mixpanel events into Intercom. The current integration doesn't support the type of Mixpanel data we'd like to push into Intercom (e.g. Project Count, Task Count, Schedule Count etc). Intercom support recommended we create a custom API to push these Mixpanel data events, however our Dev team is at capacity and we don't have the resources to code a custom solution. Are there any other dev-light options available? I've investigated using Zapier however it looks like you can't trigger from Mixpanel to Intercom (just the other way around). Is there an option to manually ingest Mixpanel data into Intercom via csv upload? Appreciate any and all suggestions! Thanks.
iOS SDK 10.0.3 (also reproduced in all next SDK versions), iOS 14+I send a message that includes a deep link associated with app. The deep link opens normally by click on Intercom message notification, but I receive a crash when click the link on Intercom Messenger:*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[ICMPostViewController presentationContext]: unrecognized selector sent to instance 0x1194b6660'The some rows from stack trace:#6 0x00000001075cebc4 in -[ICMRootViewController closeIntercomModalWithCompletion:] at /Users/distiller/project/IntercomSDK/Classes/Presentation/Common/Windows/ICMRootViewController.m:368 #11 0x00000001873e2c98 in -[NSNotificationCenter postNotificationName:object:userInfo:] () #12 0x00000001075784b8 in +[ICMLinkOpener openCustomSchemeURL:] at /Users/distiller/project/IntercomSDK/Classes/Core/Link Handling/ICMLinkOpener.m:93Could you help me to fix it? Also I have a two different URL scheme for D
Here is my request body:{ "email": "test@gmail.com", "role": "lead", "name": "First_name Second_name", "created_at": "123123123", "custom_attributes": { "Plan": "Plus", "Facebook": "https://facebook.comquot; } }
What's the best app to rate customer satisfaction?
Is it possible to have someone set our Intercom up for us?
Our organisation teaches Maths online to young high school learners. We chat with our contacts via WhatsApp Messenger. Is there a way to set up automatic messages for them when they contact us outside office hours? We would ideally like one automatic reply to be set up for weekdays, and a different message for weekends. Is that possible? We like to send each of our learners a reminder an hour before their class begins. To achieve that, we had to set up an integration with Octopods and Twilio. Do we need to set up a similar integration for these automatic out-of-office messages, or is this something we can actually do out of the box with Intercom? I would appreciate any advice or links to useful articles that you could share.
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.