How Nuuly turned AI savings into higher pay for its support team
-
Recently active
What happens when I pause a Series?
Why is my audience for email messages not the same when targeting the same users with a chat or a post message?
Can how I prevent new users entering a Series?
What order will my messages in my Series send in? How do I get them to send in X order?
Why did a user in my Series hit the goal / not hit the goal?
how do I switch back from html editing to text editing?
Hi everyone. Hope you are doing well I've developed a custom Intercom application that works properly in Inbox (within a conversation page). It's created according this documentation with help of build-in Canvas Kit. I need to put this app in Contacts (with a contact details page) to let my teammates communicate with our customers faster. As of right now, they have to manually create a conversation first to do an action with the custom app. But this documentation page says that custom apps can be integrated with Inbox pages only. I've seen some screenshots with a public app available in Intercom app store located on a contact page. But I don't see any settings how put my app there. Is it technically possible?
Hi,According to https://developers.intercom.com/intercom-api-reference/reference/reply-to-a-conversation it says "Notes accept some HTML formatting." I am using below html as <html> <body> <h4>Share screen recordings</h4><br> <img src="{video_icon}" alt="no image"> <a href='{record_link}' style="margin-top:30px; text-align:center; display:block;" >Record your screen</a> </body> </html> However the style part is missing in the output. Can some one guide me what limitation exists on HTML formatting. I wanted to post an app in the reply, but i do not see any rest api where i can embed App in the conversation reply. That's the reson i am posting html form of my app rather than canvas. Kindly let me know if this is possible
The conversation title/subject has moved in the New Inbox it used to be here 👇
Followed the instructions, but don't see the blue bubble at the bottom right
For example, if I want to just get the name of the company, or the date it was created back when I look up the ID? I know that in general I could just ignore the rest, but I'm trying to do this within a Custom Action, and I don't necessarily want to write the whole company object back to the Person I'm looking it up for. For context on why I'm doing this rather than associating that Person directly to the Company, I don't want to pollute my Companies with non-employees of said Company. However, I'd still like to be able to look up what Company they are requesting support for so that we can customize their experience when they are interacting with a bot.
Background: We are building an integration with Intercom for our Application suite. We want the O-Auth flow in Intercom enabled for our users. As we understand it, this would require us to go through the App Review process from Intercom. Questions: 1. Can we change the oAuth URL before/after review?2. Can we change the webhook before/after review?3. We want the installation of our Intercom plugin only via our web app itself, how long can we have the app approved but unlisted on Intercom?4. Does Intercom need access to our webhook code to test, given that there is nothing else on our Intercom app?
My problem is that I want to sync ALL users and companies to my CRM AND ALL historical conversations - so when we engage with a customer for onboarding and account management activities we can see all support history via Intercom. I need to sync conversations to my CRM - we are now using Close (having used Hubspot and Pipedrive previously) Something similar to this here: https://www.intercom.com/help/en/articles/2128216-hubspot-app-send-leads-and-conversations-to-hubspot(but needs to import all historical) Currently, we are dancing between the two platforms (not very well or fun). I have spent a bunch of time being a (far too complex) integration with Zapier but I think this ultimately ends in frustration as it needs to be something more native or adequately supported by Intercom. It's also a bit of a data governance issue for us because if Intercom dies on us we don't have these records anywhere else. How can I sync all historical conversations to an external service?
I'm developing iOS app using intercom iOS SDK. Currently I'm facing problem that's intercom doesn't update for new message coming. Only update when I open conversation from launcher or goes into background mode, then comes again in foreground mode your help is required?
Created a new company:curl https://api.intercom.io/companies\ -X POST \ -H 'Authorization:Bearer <AuthToken>' \ -H 'Accept: application/json' \ -H 'Content-Type:application/json' -d ' { "name": "Test Company", "company_id": "18ac530", }'It was created successfully. Then used the Intercom generated id for it to attach it to a contact:$ curl https://api.intercom.io/contacts/62fe23da8c9c889b4c86b884/companies\ -X POST \ -H 'Authorization:Bearer <AuthToken>' \ -H 'Accept:application/json' -d '{ "id": <intercom_id for the company> }'Got an error, company not found. The docs say that a company must have at least 1 user to be listed and accessible. But this is a Catch-22 how am I supposed to add users if I am unable to access the company. To confirm, that my initial call to create the company was indeed successful, I ran this:curl \ -s https://api.intercom.io/com
hi, i am trying to create an intercom canvas kit, i create a url for initialize and submit flow on google apps script but it don't work well this is my google apps script code INITIALIZEfunction doPost(e) { var Json = JSON.parse(e.postData.contents); sendDataSocket(Json) var CanvasBody = { "canvas": { "content": { "components": [ { "type": "button", "label": "Click ME!!!!", "style": "primary", "id": "url_button", "action": { "type": "submit" } }, ], }, }, }; return ContentService.createTextOutput(JSON.stringify(CanvasBody)).setMimeType(ContentService.MimeType.JSON); }SUBMITfunction doPost(e) { var Json = JSON.parse(e.postData.contents); var CanvasBody = { "canvas": { "cont
Sync limitations Intercom doesn’t consider outbound messages without replies as conversations.We found that if an end-user doesn’t reply to outbound messages (such as emails, posts, or chats), we can’t fetch the conversation IDs because the REST API does not return them. As a result, we can’t sync these conversations to your destination. I want to see who gets which outbound. When can we get ability to get this data programmatically? @Azure Radio 277
We utilize the Jira/Intercom integration to connect our Development team with our Customer Service inquiries. We'd like to see how many conversations are linked to a certain Jira ticket or even just linked to tickets in general. Has anyone found a simple way to do this?
Hi I'm trying to update 'language_override' value during the user preference update event, but I couldn't see any changes even after calling the APIs. Is there any other way to update the field? Thanks
What is the difference between token and acess_token returned while trading the authorization code
I've seen a few questions about it in this forum and it would be helpful for our mobile app.
Has anyone else had this problem? It's been 3 days and Intercom support still hasn't read any tickets, so I figured I'd ask the community here. The injector script and boot code both call the right appId, but the scripts that get injected insert both the correct and the other company's appId.
Hello There,Consider me new to the intercome and don't have an idea about even the basics of integration. I'm presenting the use case and seeking a solution for it. Once the user opens up the messenger, he will be shown up with a form that is generated through my server (it is not the same every time. It is based on some conditions). The form content is different for different users based on the logic on the server.The user clicks on a button on this form and the response is sent back to the server for some business decisions. So I'm confused with following thingsHow should my server be intimated when the user opens up a messenger (with the user detail)How can I send the UI back in form of JSONHow can I record the response back if a button in that UI is pressed The information available is in bits and pieces and I'm not able to find the end to end example.Looking forward for an end to end example do acheive the use case. Regards,
Hello, I am trying to send new user data - including email - to a third party app. It seems that email are not part of the payload, how can I add it to it? Thanks!
I have an Intercom app, and I am pulling conversations in to my local storage for my customers to run additional analysis on. I want to be able to link them back to the original conversation in their Intercom dashboard. I can't find documentation on the logic to construct a link back to the conversation. Can anyone help me find the right logic?
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.