city.involve.ai Open in urlscan Pro
2600:9000:206f:ae00:5:290c:d7c0:93a1  Public Scan

Submitted URL: https://www2.involve.ai/e/977373/nvite-utm-medium-EmailSequence/v6lk/31916914?h=zCSA4lIxXLjrNScVYKUdJkzdY_7kwyxaWj22dQ-MwDg
Effective URL: https://city.involve.ai/?utm_source=Webinar+Invite&utm_medium=Email+Sequence
Submission: On August 31 via api from US — Scanned from DE

Form analysis 4 forms found in the DOM

GET /search/index

<form method="get" action="/search/index">
  <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"><span>
          <div class="algolia-search-container" role="combobox" aria-haspopup="listbox" aria-labelledby="downshift-2-label">
            <div class="algolia-search-container--empty-input">
              <div class="search-box"><input aria-label="Search" type="search" placeholder="Enter keywords and hit the Return key for all results." autocomplete="off" autocorrect="off" autocapitalize="off" class="search-box__input"
                  aria-autocomplete="list" aria-labelledby="downshift-2-label" id="downshift-2-input"><button type="submit" aria-label="Enter" class="search-box__submit"><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><button type="reset" aria-label="Clear search" class="search-box__reset" 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: registerPOST /member/register

<form name="register" method="post" action="/member/register" class="form js-ajax-form--registration" novalidate="novalidate">
  <div class="js-notification ">
    <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"> Email address (please use a business email) * </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 &amp; 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 <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="ECTRDkmmIF-yR_FJrDTD2TmGkRkMojs2a3c4TAkYizo">
</form>

Name: loginPOST /member/login

<form name="login" method="post" action="/member/login" class="form js-ajax-form--login">
  <div class="js-notification">
    <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 <div class="loader"></div></button>
  <div class="box__pad box--note box--blend">
    <a href="#" class="js-open-modal" data-modal="forgot" tabindex="-1">Forgot password?</a>
  </div>
  <input type="hidden" id="login__token" name="login[_token]" value="X4ffif7BQJAYv5zga_dmGQJwbD-JnfmNo-ecao3BbC8">
</form>

Name: forgotPasswordPOST /member/forgotPassword

<form name="forgotPassword" method="post" action="/member/forgotPassword" class="form js-ajax-form--forgot" id="form--forgot__943579747">
  <div class="js-notification">
    <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"> Username or e-mail </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">Back to overview</a>
  </div>
  <input type="hidden" id="forgotPassword__token" name="forgotPassword[_token]" value="nPIiItwcBWwJHjji1EJz-Hd-vGycI0FBS_QWHcI1ZNw">
</form>

Text 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
    * 
    * * Welcome to the CI.ty Café.
      * Recently active topics
      * Unanswered questions
      * CI.ty conversations
      * Using involve.ai in the best possible ways5
      * Help and tech support3
      * The Customer Intelligence Movement12
      * CI.ty News
      * News from the CI.ty and involve.ai1

 * Library
    * 
    * * involve.ai Library
      * Getting Started
      * involve.ai Customer Journey6
      * Welcome to the CI.ty3
      * Welcome to involve.ai4
      * Product Information
      * Customer Health Dashboard6
      * Workspaces6
      * Machine Learning and Artificial Intelligence4
      * Setup and administration9
      * Best Practices
      * Use case library5
      * Data Science as as Service2
      * Using involve.ai - end user training5

 * | Support
 * Website
 * involve.ai login



 * Create a post
   Login




WELCOME TO THE CI.TY: A CUSTOMER INTELLIGENCE (COMMUNI)TY




WHAT MYTHS ARE YOU BUSTING WITH YOUR DATA-DRIVEN INSIGHTS?



Hello CI.ty! I’m one of the involve.ai co-founders and our Chief Product
Officer. I've had such a great response to my recent webinar on Gut Instinct vs
Data that I've been working with our Marketing team to develop a daily series on
the topic. I'll be sharing learnings on what drives net revenue retention, what
to look for, and the risks of using intuition over being data-driven. Post in
the comments here if there are myths you want to see us address or that your own
team has busted with data!  I know many of you have uncovered surprises...    
In the mean time, here’s Myth #1: Net Promoter Score is broken.  Don’t you
agree?! “NPS can never be the only driver of churn; it should always exist in
combination with other data elements.”




5 days ago
130


THE INTERSECTION OF CX, EX, EMPATHY AND DATA - MATRIXCARE AND THE HUMAN SIDE OF
CI

E
15 days ago
220


INTRODUCING INVOLVED IN A MINUTE - QUICK TRAININGS TO HELP YOU SUCCEED


8 days ago
130


EXPLORE THE CI.TY


GET STARTED

About the CI.ty and involve.ai


LIBRARY

involve.ai documentation and guides


CAFÉ

Discuss, advise, or just read the news


TOWNHALL

Product updates and ideas


MECHANIC

Technical support


EVENT CENTER

Webinars, podcasts and meet-ups


SEEN AROUND TOWN

 * Most recent posts
 * Categories

SaumyaBCommunity Manager
posted in The Customer Intelligence Movement

WHAT MYTHS ARE YOU BUSTING WITH YOUR DATA-DRIVEN INSIGHTS?

Hello CI.ty! I’m one of the involve.ai co-founders and our Chief Product
Officer. I've had such a great response to my recent webinar on Gut Instinct vs
Data that I've been working with our Marketing team to develop a daily series on
the topic. I'll be sharing learnings on what drives net revenue retention, what
to look for, and the risks of using intuition over being data-driven. Post in
the comments here if there are myths you want to see us address or that your own
team has busted with data!  I know many of you have uncovered surprises...    
In the mean time, here’s Myth #1: Net Promoter Score is broken.  Don’t you
agree?! “NPS can never be the only driver of churn; it should always exist in
combination with other data elements.”

20

5 days ago
BrigidCCommunity Manager
published in Using involve.ai in the best possible ways

INTRODUCING INVOLVED IN A MINUTE - QUICK TRAININGS TO HELP YOU SUCCEED

The involve.ai team is excited to share a new set of resources: Involved in a
Minute, our video series walking users through common daily involve.ai use
cases in five minutes or less.  Before you yell at us, we know they aren’t all
exactly one minute, but the title was too catchy to pass up! You can: Use these
videos before go-live to get familiar with the involve.ai platform Watch them as
you’re trying to accomplish a specific task (e.g. preparing for a value review,
managing at-risk customers, or capturing changes in customer health) Learn new
ways of using involve.ai! Find the ever-growing series here  and comment on this
post to tell us what use cases you’d like to see added to our training library.
 

1130

8 days ago
BrigidCCommunity Manager
published in Using involve.ai - end user training

INVOLVED IN A MINUTE: CAPTURE CHANGES IN CUSTOMER HEALTHTRAINING

Learn how to input a change in customer health into the involve.ai platform.  

240

8 days ago
BrigidCCommunity Manager
published in Using involve.ai - end user training

INVOLVED IN A MINUTE: PREPARE FOR RENEWAL CONVERSATIONSTRAINING

Learn how to use involve.ai to help prepare for renewal discussions with your
customers.  

260

8 days ago
BrigidCCommunity Manager
published in Using involve.ai - end user training

INVOLVED IN A MINUTE: PREPARE FOR A VALUE REVIEWTRAINING

Learn how to use involve.ai to get ready for a Quarterly Business Review or
Value Review meeting.  

250

8 days ago
E
EricGCI.tizen
posted in The Customer Intelligence Movement

THE INTERSECTION OF CX, EX, EMPATHY AND DATA - MATRIXCARE AND THE HUMAN SIDE OF
CI

Hi Customer Intelligence Community, I'm Eric Grunden, the CCO for MatrixCare,
part of ResMed. A few weeks ago, I participated in a panel with involve.ai's
Mary Poppen and WalkMe's Wayne McColluch, and while our conversation centered
around the role of CS in shifting markets, we veered into some very human
topics, near and dear to my heart. I wanted to share some of those thoughts here
- the way CS, data, and empathy interact - and the story behind my perspective.
We often, and rightfully, focus on Customer Intelligence as a means of revenue
retention. But we risk forgetting that it also runs deeper than that. Good CI
gives us, as leaders and organizations, a path to be more human. It allows our
teams to be heroes and to build meaningful relationships with customers most in
need of support.   “We do not lose a customer during this time” My company
experienced this firsthand during the last economic downturn, in the early days
of the pandemic. As an Electronic Health Records

30
E
15 days ago
BrigidCCommunity Manager
published in Using involve.ai - end user training

INVOLVED IN A MINUTE: MANAGE AT-RISK HEALTHTRAINING

Watch this quick overview to understand how you can regularly use involve.ai to
identify and take action on customers who are at risk of churn.    

3130

20 days ago
BrigidCCommunity Manager
published in Using involve.ai - end user training

INVOLVED IN A MINUTE: PLATFORM OVERVIEWTRAINING

Watch this high level tour to learn about the involve.ai platform and key
features.        

3130

20 days ago
mpoppenCI.tizen
published in The Customer Intelligence Movement

HEALTH SCORES ARE GUIDES, NOT GRADES

At one of my prior companies, before the magic of automated health scoring, I
asked the CSMs on my team to manually input and track customer health in our
CRM. We prescribed ranges and color coding to keep things as simple as possible.
What do you think happened? Miraculously, almost all of our customers displayed
as if they were in great health. Our health score column was a flood of green,
high, renewable scores. Aaand we watched some of these green, healthy customers
churn. Of course, this high health across the board was an illusion. Not only
were our team members coming from various subjective perspectives, they were
also worried that highlighting at-risk customers would reflect poorly on them.
So red customers were marked yellow, yellow customers green.  In a society where
we’ve been socialized by report cards from a young age, this makes perfect
sense: seeing the health of one’s complex customer boiled down to a single
number can feel like a reflection on one’s work i

4860

22 days ago
cathyCommunity Manager
published in Setup and administration

UPDATING YOUR NOTIFICATION SETTINGSTUTORIAL

Login to your involve.ai account Click your avatar on the top right, then click
Settings  Select Notifications on the left side menu  Toggle on or off the
notifications you want to receive.  *Note: For Summary Emails, Admins will be
able to select if they want their users/teams to receive daily, weekly or
monthly notifications. However, users will still have the ability to update
these preferences for themselves. 

100

1 month ago
Show more activity


CI.TY CONVERSATIONS

Share advice and questions with other data heads


USING INVOLVE.AI IN THE BEST POSSIBLE WAYS

 * 5 topics
 * 5 Replies


HELP AND TECH SUPPORT

 * 3 topics
 * 2 Replies


THE CUSTOMER INTELLIGENCE MOVEMENT

 * 12 topics
 * 10 Replies


CI.TY NEWS

Stay in the know with involve.ai updates


NEWS FROM THE CI.TY AND INVOLVE.AI

 * 1 topic
 * 0 Replies




SOCIAL




POPULAR TAGS

 * how to
 * Customer Success
 * data
 * Customer Intelligence
 * feature
 * health score
 * retention
 * support
 * AI
 * community
 * data mapping
 * early warning
 * ideation
 * integrations
 * machine learning

Powered by inSided
Terms & ConditionsCookie settings
Back to top


SIGN UP

Already have an account? Login


Username *

Email address (please use a business email) *

Password *

I accept the terms & conditions
loginBox.register.email_repeat

Register



NOW ENTERING THE CI.TY...

No account yet? Create an account

Username or Email

Password

Remember me
Log in

Forgot password?

Enter your username or e-mail address. We'll send you an e-mail with
instructions to reset your password.

Username or e-mail

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