community.intercom.com
Open in
urlscan Pro
2600:9000:2646:8400:4:b48f:e840:93a1
Public Scan
Submitted URL: http://community.intercom.com/
Effective URL: https://community.intercom.com/
Submission: On November 16 via api from US — Scanned from DE
Effective URL: https://community.intercom.com/
Submission: On November 16 via api from US — Scanned from DE
Form analysis
4 forms found in the DOMGET /search/index
<form method="get" action="/search/index" data-bounded-context="Search">
<div class="searchbox searchbox--large qa-search-area">
<div class="searchbox__input algolia-search--forum qa-menu-search-input">
<div class="search-and-filter-wrapper" data-bounded-context="Search"><span>
<div class="algolia-search-container" aria-expanded="false" aria-owns="downshift-2-menu" role="combobox" aria-haspopup="listbox" aria-labelledby="downshift-1-label">
<div class="algolia-search-container--empty-input">
<div class="search-box"><button type="submit" aria-label="Enter" class="search-box__submit" data-toggle="button"><svg aria-hidden="true" width="16" height="16" class="" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path
d="M15.5 14H14.71L14.43 13.73C15.41 12.59 16 11.11 16 9.5C16 5.91 13.09 3 9.5 3C5.91 3 3 5.91 3 9.5C3 13.09 5.91 16 9.5 16C11.11 16 12.59 15.41 13.73 14.43L14 14.71V15.5L19 20.49L20.49 19L15.5 14ZM9.5 14C7.01 14 5 11.99 5 9.5C5 7.01 7.01 5 9.5 5C11.99 5 14 7.01 14 9.5C14 11.99 11.99 14 9.5 14Z"
fill="currentColor"></path>
</svg></button><input aria-label="Search" type="search" placeholder="Search or ask a question" autocomplete="off" autocorrect="off" autocapitalize="off" data-track-type="click keydown" data-element-name="Search input"
data-event-filter="enterKeydownFilter" class="search-box__input" aria-autocomplete="list" id="downshift-1-input"><button type="reset" aria-label="Clear search" class="search-box__reset" data-toggle="button" style="opacity: 0;"><svg
aria-hidden="true" width="16" height="16" viewBox="0 0 16 16" fill="none" class="">
<path
d="M8.00065 1.33334C4.31398 1.33334 1.33398 4.31334 1.33398 8.00001C1.33398 11.6867 4.31398 14.6667 8.00065 14.6667C11.6873 14.6667 14.6673 11.6867 14.6673 8.00001C14.6673 4.31334 11.6873 1.33334 8.00065 1.33334ZM11.334 10.3933L10.394 11.3333L8.00065 8.94001L5.60732 11.3333L4.66732 10.3933L7.06065 8.00001L4.66732 5.60668L5.60732 4.66668L8.00065 7.06001L10.394 4.66668L11.334 5.60668L8.94065 8.00001L11.334 10.3933Z"
fill="currentColor"></path>
</svg></button></div>
</div>
</div>
</span></div>
</div>
</div>
</form>
Name: register — POST /member/register
<form name="register" method="post" action="/member/register" class="form js-ajax-form--registration" novalidate="novalidate" data-mn="ItemView" data-mn-app="frontend">
<div class="js-notification " data-mn="CompositeView" data-mn-app="frontend">
<div class="box box__pad is-hidden">
<ul></ul>
</div>
</div>
<div class="form__row">
<div class="first">
<label data-required="1" class="label required" for="register_user_username"> Username * </label>
</div>
<div class="second">
<input type="text" id="register_user_username" name="register[user][username]" required="required">
</div>
</div>
<div class="form__row">
<div class="first">
<label data-required="1" class="label required" for="register_user_email"> E-mail address * </label>
</div>
<div class="second">
<input type="email" id="register_user_email" name="register[user][email]" required="required">
</div>
</div>
<div class="form__row">
<div class="first">
<label data-required="1" class="label required" for="register_user_password"> Password * </label>
</div>
<div class="second">
<input type="password" id="register_user_password" name="register[user][password]" required="required">
</div>
</div>
<div class="form__row">
<div class="first choices--stacked fancyselect">
<input type="checkbox" id="register_terms" name="register[terms]" required="required" value="1">
<label for="register_terms" class="required"> I accept the <a href="/site/terms" target="_blank" class="terms">
terms & conditions
</a>
</label>
</div>
</div>
<div class="email_repeat" style="display: none;">
<div class="form__row">
<div class="first">
<label class="label" for="register_email_repeat"> loginBox.register.email_repeat </label>
</div>
<div class="second">
<input type="text" id="register_email_repeat" name="register[email_repeat]">
</div>
</div>
</div>
<button type="submit" id="register_submit" name="register[submit]" class="btn btn--cta btn--full-width"> Register as guest <div class="loader"></div></button>
<input type="hidden" id="register_is_invite" name="register[is_invite]">
<input type="hidden" id="register__token" name="register[_token]" value="85f3CyG_pEvhJ6lgWAb0Tckcij-spz4L1_JSMyQ8pbg">
</form>
Name: login — POST /member/login
<form name="login" method="post" action="/member/login" class="form js-ajax-form--login" data-mn="ItemView" data-mn-app="frontend">
<div class="js-notification" data-mn="CompositeView" data-mn-app="frontend">
<div class="box box__pad is-hidden">
<ul></ul>
</div>
</div>
<div class="form__row">
<div class="first">
<label class="label required" for="login_usernameOrEmail"> Username or Email </label>
</div>
<div class="second">
<input type="text" id="login_usernameOrEmail" name="login[usernameOrEmail]" required="required">
</div>
</div>
<div class="form__row">
<div class="first">
<label class="label required" for="login_password"> Password </label>
</div>
<div class="second">
<input type="password" id="login_password" name="login[password]" required="required">
</div>
</div>
<div class="form__row">
<div class="first choices--stacked fancyselect">
<input type="checkbox" id="login_remember" name="login[remember]" value="1">
<label for="login_remember"> Remember me </label>
</div>
</div>
<button type="submit" id="login_submit" name="login[submit]" class="btn btn--cta btn--full-width"> Log in as guest <div class="loader"></div></button>
<div class="box__pad box--note box--blend">
<a href="#" class="js-open-modal" data-modal="forgot" tabindex="-1" data-mn="ItemView" data-mn-app="frontend">Forgot password?</a>
</div>
<input type="hidden" id="login__token" name="login[_token]" value="rDGgqvNh5-bpLDnO3iF9Rx5cn0JsNRVq4LlHae8XD0k">
</form>
Name: forgotPassword — POST /member/forgotPassword
<form name="forgotPassword" method="post" action="/member/forgotPassword" class="form js-ajax-form--forgot" id="form--forgot__2006352553" data-mn="ItemView" data-mn-app="frontend">
<div class="js-notification" data-mn="CompositeView" data-mn-app="frontend">
<div class="box box__pad is-hidden">
<ul></ul>
</div>
</div>
<div class="form__row">
<div class="first">
<label class="label required" for="forgotPassword_username"> Enter your e-mail address </label>
</div>
<div class="second">
<input type="text" id="forgotPassword_username" name="forgotPassword[username]" required="required">
</div>
</div>
<div class="form-row first">
<button type="submit" id="forgotPassword_submit" name="forgotPassword[submit]" class="btn btn--cta qa-submit-button"> Send <div class="loader"></div></button>
<a href="#" class="group__item end js-open-modal qa-forgot-password-overview-link" data-modal="login" data-mn="ItemView" data-mn-app="frontend">Back to overview</a>
</div>
<input type="hidden" id="forgotPassword__token" name="forgotPassword[_token]" value="qbKxpuNsEdgB_2uYk47H_E-DbZuUt2lF1axQDM_3w0c">
</form>
Text Content
Skip to main content COOKIE POLICY We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies. Accept cookies Deny all Cookie settings × COOKIE SETTINGS We use 3 different kinds of cookies. You can choose which cookies you want to accept. We need basic cookies to make this site work, therefore these are the minimum you can select. Learn more about our cookies. Basic Functional Normal Functional + analytics Complete Functional + analytics + social media + embedded videos Accept cookies * Community * * * Forum Support overview * Recently active topics * Unanswered questions * News & Updates * News & Updates1 * Product Area * Messages & Series683 * Conversations556 * Article Help Center385 * Workflows407 * Surveys60 * Product Tours244 * Messenger427 * Contacts & Companies178 * Fin AI Agent51 * Tickets34 * Fin AI Copilot1 * Popular Topics * Settings, Security & Permissions111 * Apps & Integrations499 * Workspace Data Management15 * Reporting166 * API & Webhooks482 * Intercom Mobile App33 * Mobile SDKs388 * Customer FAQ81 * Intercom Community112 * Third-Party Apps & Plugins10 * Post-Event Q&A10 * Tips from the Intercom Team * Getting started with Intercom12 * Tips for Developers7 * Intercom for Human Support8 * Intercom for Automated Support8 * Tips from Expert Users * Getting started with Intercom1 * Use Intercom like a PRO2 * Apps & Integrations1 * Welcome * New Members3 * Expert Users5 * Expert Program Q&A0 * Expert Profiles0 * Help Center * Academy * Resources * Developer Hub * Partner Hub * * Create New Topic * Login Merge conversations & tickets- Beta available 🤩 8 months ago INTERCOM COMMUNITY Connecting Customers, Partners, Developers and Intercom Teams together * 5.637 Topics * 14.128 Replies * 16.039 Members Recently online D S A * Ask questions and find answers * Learn from experts * Connect and get inspired JOIN THE COMMUNITY PRODUCT Q&A Find answers and ask Expert Users for advice USER TIPS See tips from Users and Intercom Team PRODUCT WISHLIST Suggest ideas and share upvotes GROUPS Join a User Group and connect with peers EVENTS Explore upcoming user events & trainings NEWS & UPDATES See latest Intercom and Community News NEW TO INTERCOM COMMUNITY? START HERE ✨ 1 year ago 14550 JOIN THE INTERCOM EXPERT PROGRAM 🏆 17 days ago 1500 * Recent activity * Help others * Categories E emmanuelakattoNew Participant posted in Welcome Party Hi From New Member - Emmanuel Katto Hi Everyone, I am Emmanuel Katto From Uganda. I just joined this community. Right now exploring intercom resources. I’ll be posting my queries here if i get stuck while using intercom for developers. Thanks! Emmanuel Katto 7 957 3 hours ago Christian HernandezNew Participant posted in Welcome Party Hello hello Hey there, Christian here. I am the main admin of Intercom at Brightside Financial, + WFM + Real time Analyst + QA. Haha, being knee deep in workflows has its perks of knowing where to look, what to look for and whats trending within the business. Glad to be here :) 5 533 4 hours ago J jamesonNew Participant asked in Welcome Party hello team hello team 1 203 4 hours ago Lisa RogersNew Participant posted in Welcome Party Greetings from Nevada! Hello everyone! I oversee the Support operations for a SaaS organization and I’ve been using Intercom for about 1 ½ years. I love all the functionality and features that I’ve come to learn and use within Intercom. I’m looking forward to connecting with you all and learning some new pro tips and best practices to help scale our business and team. Automation is our main focus the second half of 2023 so I’m all ears if this is your jam! 9 826 5 hours ago K Keti BosikashviliNew Participant asked in Workflows Trigger a manual action by the teammate Can I trigger a custom attribute change within the user's qualification section? 1 406 O 9 hours ago B BrookHenryNew Participant asked in Conversations Can AI Image Enhancement Tools Improve Customer Support Resources? Hi all,I'm exploring ways to enhance the visual quality of the help documentation and customer support resources for my Intercom-powered platform. Has anyone experimented with AI-based image enhancement tools to improve the clarity and detail of images, like screenshots or diagrams, used in support articles? Would love to hear your thoughts or suggestions!! 0 50 B 12 hours ago B Bruno MartinsNew Participant posted in Conversations Massive chat historic download Good evening everyone, does anyone know if it's possible to download conversations in bulk from a specific period? I mean the actual chat history, the content of the conversations.I need to do a bulk analysis of the most common topics and customer inquiries, but it's impossible to do that by opening each conversation one by one. Maybe there any app in the Intercom app store that has this feature? 1 72 B 12 hours ago Nur NahidInnovator ✨ asked in Messenger Intercom with React.js website Is it possible to integrate intercom live chat with a React.js website? 1 31 16 hours ago J johnpienaarNew Participant asked in Conversations In-app notifcations into conversations Hi Currently the in-app notifications do not post to any tables that we can sync via Fivetran. I seem to recall it was possible to add these to the conversations data and tag them there, but I can’t seem to find documentation on how to achieve this. Any info or help in getting the app notifications data into our data warehouse would be super helpful 1 102 S 16 hours ago C Crystal HornNew Participant asked in Fin AI Agent Fin didn't initially answer We’re testing out Fin, and for one of our chat conversations, Fin didn’t provide an answer immediately. The customer sent another message an hour later, and then Fin replied. Fin greeted the customer in the widget just fine prior to the initial customer message. Any ideas on what would cause a delay? Could it be customer environment? Or an occasional glitch in Fin? 1 161 17 hours ago Show more activity B BrookHenryNew Participant asked in Conversations Can AI Image Enhancement Tools Improve Customer Support Resources? Hi all,I'm exploring ways to enhance the visual quality of the help documentation and customer support resources for my Intercom-powered platform. Has anyone experimented with AI-based image enhancement tools to improve the clarity and detail of images, like screenshots or diagrams, used in support articles? Would love to hear your thoughts or suggestions!! 0 50 B 12 hours ago J johnpienaarNew Participant asked in Conversations In-app notifcations into conversations Hi Currently the in-app notifications do not post to any tables that we can sync via Fivetran. I seem to recall it was possible to add these to the conversations data and tag them there, but I can’t seem to find documentation on how to achieve this. Any info or help in getting the app notifications data into our data warehouse would be super helpful 1 102 S 16 hours ago W William BetteridgeNew Participant asked in Messages & Series Tag conversations by different partner widgets? How can I have different partners each have a widget and then tag each distribution endpoint as a tag so I know where volumes are coming from per widget? Example: Brand Apple Brand Orange Both use an intercom widget with our company, when the message is sent in, I want to be able to identify which brand I am getting the message from, Apple or Orange. Thank you for the help! 0 30 W 20 hours ago A AgemiroNew Participant asked in Messenger Intercom config body doesn't accept email I'm being prevented from putting the email in the body of the intercom web message, every time I try to put it in, I get: POST 403 (Forbidden). Why is this happening? Can't I send the email? If the documentation says to put it in? import * as fromIntercom from '@intercom/messenger-js-sdk'; fromIntercom.Intercom({ app_id: this.appId, name: profile.nickname, userId: profile.sub email: profile.email }); 0 70 A 1 day ago C Contato OficinaNew Participant asked in Mobile SDKs Issue with Opening Intercom Chat via Push Notification on iOS (React Native) Hello, I’m experiencing a problem where the Intercom chat does not open when a user taps on a push notification on iOS. I have implemented the Intercom React Native plugin as per the documentation, and the messaging functionality works perfectly. Notifications are received correctly, but tapping on them does not open the chat as expected. Environment Details: • Platform: iOS • React Native Version: 0.74 • Intercom React Native Plugin Version: 8.1.0 Problem Description: • The Intercom messenger is fully integrated into my app, and users can send and receive messages without any issues. • Push notifications from Intercom are successfully delivered to the device. • According to the documentation, tapping on a push notification should automatically open the relevant chat within the app. However, this is not happening on iOS. • When I tap on a push notification while the app is closed, the app opens but does not display the chat. Instead, it remains on the previous screen or the home screen 0 150 C 1 day ago K Karel AndriessenNew Participant asked in Messages & Series Do checklist open up in new webpages? Hi, I’m setting up an onboarding checklist for new users. Users will have to go through multiple pages within our app to complete the list. I did a test run but the checklist is not opening up on the sequential pages after the initial launch. How can I make sure that the checklist is opened each time the user goes to the next page? Or does the user have to manually open the list each time he moves to another page? 0 120 K 1 day ago S shacharzNew Participant asked in Messenger Booting intercom messenger with a lead credentials Hey! In our use case, we are creating a contact (user or a lead) and then booting the intercom messenger for the created contact. When we are creating a user, we return the user external_id and hash that was generated, and we start the messenger with this data, this way the user sees correct conversation and history. We want to do the same for a created lead, we don’t want to generate the lead on the client side, but on the backend and then use the lead data to boot the messenger. We seems to be missing something, because we could not get the messenger started for a lead.We try using the lead.id, lead.external_id, with and without the lead hash, added the createdAt timestamp, tried a combination of those properties, but nothing seems to start the messenger for a specific lead. What data does the boot function want to get to allow us to start if for a specific lead? Thank you! 2 282 2 days ago R RJ CruzNew Participant asked in Reporting Responsiveness report has incomplete data points Hello Team, Have you had reported issues where the Responsiveness report has incomplete data points?I posted this also in chat and still waiting feedback. We want to verify if this is an instance\setting issue we can tweak or is general for all Intercom users. I would like to ask if this 0 40 R 2 days ago E Eliab ShifferawNew Participant asked in Conversations Problems With Audio Files Being unviewavle I am experiencing an issue with the iOS version of the application. All audio files that are sent via conversation are unviewable and undownloadable due to an indefinite loading state. Is there a way to resolve this problem? 0 40 E 2 days ago T Tom WagnerConnector asked in Mobile SDKs Deadlock when unit testing on iOS When running unit tests in Xcode Cloud we often get a test failure because the tests failed to start. In those cases we get a spindump indicating that there is a deadlock caused by something Intercom does as a result of [UIBarAppearance init] being called. Anyone seen something similar? It seems to be related to a global initializer so just linking against Intercom will cause the problem. Just to be sure I’ve changed our code to not call any Intercom methods when running as part of XCTests but it appears to still be happening. 1 51 T 2 days ago Show more activity NEWS & UPDATES - NEWS & UPDATES * 1 topic * 1 Reply PRODUCT AREA MESSAGES & SERIES * 683 topics * 1648 Replies CONVERSATIONS * 556 topics * 1552 Replies ARTICLE HELP CENTER * 385 topics * 1148 Replies WORKFLOWS * 407 topics * 871 Replies SURVEYS * 60 topics * 124 Replies PRODUCT TOURS * 244 topics * 646 Replies MESSENGER * 427 topics * 1157 Replies CONTACTS & COMPANIES * 178 topics * 519 Replies FIN AI AGENT * 51 topics * 99 Replies TICKETS * 34 topics * 63 Replies FIN AI COPILOT * 1 topic * 1 Reply POPULAR TOPICS - SETTINGS, SECURITY & PERMISSIONS * 111 topics * 206 Replies APPS & INTEGRATIONS * 499 topics * 1301 Replies WORKSPACE DATA MANAGEMENT * 15 topics * 20 Replies REPORTING * 166 topics * 323 Replies API & WEBHOOKS * 482 topics * 1092 Replies INTERCOM MOBILE APP * 33 topics * 65 Replies MOBILE SDKS * 388 topics * 1286 Replies CUSTOMER FAQ * 81 topics * 129 Replies INTERCOM COMMUNITY * 112 topics * 201 Replies THIRD-PARTY APPS & PLUGINS * 10 topics * 18 Replies POST-EVENT Q&A * 10 topics * 11 Replies TIPS FROM THE INTERCOM TEAM GETTING STARTED WITH INTERCOM * 12 topics * 3 Replies TIPS FOR DEVELOPERS * 7 topics * 6 Replies INTERCOM FOR HUMAN SUPPORT * 8 topics * 1 Reply INTERCOM FOR AUTOMATED SUPPORT * 8 topics * 13 Replies TIPS FROM EXPERT USERS GETTING STARTED WITH INTERCOM * 1 topic * 0 Replies USE INTERCOM LIKE A PRO * 2 topics * 2 Replies APPS & INTEGRATIONS * 1 topic * 1 Reply WELCOME NEW MEMBERS * 3 topics * 6 Replies EXPERT USERS * 5 topics * 0 Replies EXPERT PROGRAM Q&A * 0 topics * 0 Replies EXPERT PROFILES * 0 topics * 0 Replies Ask your question FEATURED TOPICS * Apps & Integrations * Messages & Series * Conversations * API & Webhooks * Messenger * Workflows * Mobile SDKs COMMUNITY SPOTLIGHT "Intercom Community is a valuable way to not only get answers to questions, but also to workshop problems that may not have simple and straightforward answers." Erin Kappers, Automation Manager, SponsorUnited EVENTS CALENDAR Dez 10 In-Person Event The New Economics of Customer Service - Berlin Dez 11 In-Person Event The New Economics of Customer Service - London Show more USER LEADERBOARD * Week * All time 1 Nur Nahid 261 points 261 points 2 Erin 172 points 172 points 3 J Jihan Javier 49 points 49 points 4 O Omid21a1 46 points 46 points Show full leaderboard 1 Nathan Sudds 6472 points 6472 points 2 Milan 6219 points 6219 points 3 Joseph S. 4026 points 4026 points 4 Brent 2979 points 2979 points Show full leaderboard EMPLOYEE LEADERBOARD * Week * All time 1 Jennifer K 220 points 220 points 2 Emilygav 140 points 140 points 3 E Ebenezer.Laleye 102 points 102 points 4 Michaela Hone 44 points 44 points 1 Racheal 15808 points 15808 points 2 Jennifer K 10635 points 10635 points 3 Jacob Cox 10427 points 10427 points 4 mateusz.leszkiewicz 7406 points 7406 points MEET THE COMMUNITY EXPERTS KEVIN BENDIXEN Community Expert MILAN MARKOV Intercom Certified Partner NATHAN SUDDS Community Expert CONNECT, LEARN AND SHARE Join a discussion group to connect with peers, learn, get inspired and share knowledge. Engage with like-minded Intercom customers, partners and experts. Join a User Group JOIN THE INTERCOM COMMUNITY Join an exclusive network of 14,000+ global peers and unlock your FREE membership benefits JOIN NOW COMPANY COMMUNITY GET INVOLVED RESOURCES SUPPORT About Getting started User Groups User tips Forum Support Customers Community Guidelines Idea Exchange Academy Help Center Careers Community Q&A Developer Hub Books and Webinars FAQ Newsroom News & Updates Service Partner Hub Blogs and Podcasts User Groups Powered by Gainsight Terms & ConditionsCookie settings JOIN THE INTERCOM COMMUNITY 🎉 Already have an account? Login INTERCOM CUSTOMERS AND EMPLOYEES Log in with SSO or Username * E-mail address * Password * I accept the terms & conditions loginBox.register.email_repeat Register as guest LOGIN TO THE COMMUNITY No account yet? Create an account INTERCOM CUSTOMERS AND EMPLOYEES Log in with SSO or Username or Email Password Remember me Log in as guest Forgot password? Enter your E-mail address. We'll send you an e-mail with instructions to reset your password. Enter your e-mail address Send Back to overview SCANNING FILE FOR VIRUSES. Sorry, we're still checking this file's contents to make sure it's safe to download. Please try again in a few minutes. OK THIS FILE CANNOT BE DOWNLOADED Sorry, our virus scanner detected that this file isn't safe to download. OK This site uses cookies and similar technologies ("cookies") as strictly necessary for site operation. We and our partners also would like to set additional cookies to enable site performance analytics, functionality, advertising and social media features. See our Cookie Policy for details. You can change your cookie preferences in our Cookie Settings. Reject All Accept All Manage your cookies