SlideShare a Scribd company logo
1 of 33
What’s one word you always
misspell?
Drop it in the chat!
Top 5 use cases
OK, maybe a bit more than 5 😉
Boulder HUG May 24, 2023
Platform
Integration
(iPaas)
Process
Automation
& Data Quality
Perspective
Business Intelligence
& Data Preparation
1
2
3
What is Operations Hub?
How Operations Hub is used today
Q&A + discussion
Agenda
What is Operations Hub?
Operations Hub is a data and process
supercharger…it’s HubSpot’s “special sauce”
More efficiently manage the movement
and use of data and streamline your
business processes (like automation and
reporting) in HubSpot 👌
Yamini (our CEO) said that!
Platform
How can we get every
team the info they need
to do their jobs in
HubSpot?
Process
Can we make everyone’s
day to day consistent,
efficient, and
automated?
Perspective
How can we use all our
data to drive business
strategy?
Product philosophy - 3 P’s
This is easier said than done!
Overwhelmed “HubSpot person” managing the 3 P’s
Don’t just take my word for it…
.
Over 50% of
marketers say they
use 5+ tools every
day.
According to Harvard
Business Review, only
3% of companies’ data
meets basic quality
standards.
75% of companies
admit that employees
fabricate data to tell
the right story.
50%+ 3% 75%
Not a typo
Unpacking the 3 P’s a bit more
Platform = Integrate Process = Automate
● 100+ Data Sync apps
● Real time, two-way sync
● Historical sync
● Custom Code Actions
● Data quality
automation
● Scheduled workflow
triggers
● Webhooks
Perspective = Report
● Datasets
● Formula fields in reports
● Snowflake Integration
What are some use cases?
Automation
in HubSpot
Data quality
Automation
from outside
of HubSpot
Make
reporting
easier
Make
reporting
smarter
Data Quality
Crafted into our CRM, not cobbled on top of it. Powered by
AI and always expanding (ie more data)
● Monitor sync health, properties, records
● Data guardrails to prevent issues
● Bulk merge
Clean!
Contaminated
Would you drink a glass of
water that was only 3% clean?
Only 3% of company data
meets quality standards 😳
(source)
Don’t know
which leads
are worth
their time.
SALES
Send the
wrong
message to
the wrong
person.
MARKETING
Don’t have
the context
they need to
delight
customers.
SUPPORT
Spend too
much time
finding &
cleaning up
data issues.
OPERATIONS
Can’t trust
data to
make smart,
strategic
decisions.
LEADERSHIP
Internal teams feel the impact
UNDERSTAND YOUR DATA MODEL
Data Model Overview
Data quality starts with a good data
structure. The data model feature makes
it easy to visualize how your data is
organized in HubSpot so you can have
confidence in your CRM from day one. Get
a complete visual representation of
HubSpot standard objects, properties, and
associations — all consolidated into a
single view.
UNDERSTAND YOUR DATA
Data Quality
Command Center
You can't fix what you can't find. In the
data quality command center, get at-a-
glance insights on the health of all your
HubSpot data in one place. Identify stale
properties, integration bottlenecks, and
more, so you can get ahead of problems
before they snowball.
FIX FORMATTING ISSUES
Data Quality
Recommendations
Use our recommendations, merge in
bulk. Our AI-powered data quality
features will find formatting issues and
suggest fixes. We will also find potential
duplicates and allow for you to records in
bulk
PREVENT FORMATTING ISSUES
Keep your data clean
Create data guardrails to ensure a
clean system moving forward. You don’t
need a degree in data science to keep a
clean database, you just need to check
some boxes.
Automation within HubSpot
Our automation tools our powerful, Operations Hub
supercharges them
● Associations
● Lead routing
● Deal management
**Pro tip, don’t forget about the Programmable Automation
Use Case Library! Requirements to use it: ability to copy and
paste 😎
KEEP A CLEAN CRM
Associations
Create and label associations. Every
company’s data model is different, use
CCAs (custom coded actions) in workflows
to keep a clean CRM
MAINTAIN SWIMLANES
Rotate and assign
Ensure the right data is in front of the
right person. If the out of the box rotation
isn’t enough, use CCAs to take it to a whole
other level.
STAY ON TOP OF EVERYTHING
Renewal
management
Create a renewal deal. Create records,
associate them appropriately, populate
new records with necessary data and
ensure no renewal falls through the cracks
This is one of many submissions on our Programmable Automation
Use Case Library
Automation outside of
HubSpot
Use more than just the data within HubSpot CRM - connect
with other systems to automate almost anything
● Create custom integrations
● Data enrichment
● Connect with all of your internal systems
**Pro tip, don’t forget about the Programmable Automation
Use Case Library! Requirements to use it: ability to copy and
paste 😎
VALIDATE YOUR DATA
Email validation
Do you like when emails bounce?
Probably not, so use CCAs to validate
emails with other systems like Kickbox
This is one of many submissions on our Programmable Automation
Use Case Library
ENRICH YOUR DATA
Enrich your data
View the whole picture in HubSpot. This
CCA can pull in information about enrolled
companies and use that information to
update company properties
This is one of many submissions on our Programmable Automation
Use Case Library
CONNECT YOUR SYSTEMS
Speak to another
database
Ensure all of your systems are on the
same page. This CCA can integrate
HubSpot with external databases. For
example, check whether a contact uses
your platform already and create a free
trial for them if not.
This is one of many submissions on our Programmable Automation
Use Case Library
Make reporting easier
You don’t need to hire an army of data scientists
● Create a “jumping off point” for your team
● Make the custom report builder less scary
● Connect with Snowflake
It can be difficult to create custom reports, datasets makes
this easy
VIEW WHAT’S MOST IMPORTANT
Reduce the noise
View the data you need most. No
need to view hundreds of properties,
only surface what a given team needs.
Building datasets like this also lets your
teams be more independent.
REPORT WHERE YOU WANT
Snowflake Data
Share
Would you rather create reports in
Snowflake? Our data share integration
will allow you to easily bring any data
you’d like into your data warehouse
Make reporting smarter
If your “reporting hands” are tied, datasets can untie them
● Cross object calculations
● Formulas
● Write data to properties (or don’t, it can also just live
within the dataset)
**Pro tip, don’t forget about the Datasets Formula Library!
Requirements to use it: ability to copy and paste 😎
ZOOM INTO YOUR DATA
Understand
where your
strengths are
Do a deep dive into product
performance. Use this formula to
understand which products are most
profitable
ZOOM INTO YOUR DATA FROM ALL SYSTEMS
Understand all
parts of your
business
Create formulas and calculations.
View all of your data together,
including data from other systems
IF(CONTAINS([Product Name], "Jeans") ||
CONTAINS([Product Name], "Leggings") ||
CONTAINS([Product Name], "Khakis") ||
CONTAINS([Product Name], "pants") , "Pants",
IF(CONTAINS([Product Name], "Shirt") ||
CONTAINS([Product Name], "shirt"), "Shirts",
IF(CONTAINS([Product Name], "Shoes") ||
CONTAINS([Product Name], "Boots"), "Footwear",
"Accessories")))
Product
Category ✔ String
IF([Duration to Complete Shipping] > 7,
"Overdue", "Within Range")
Shipping
Overdue ✔ String
ABS(DATEDIFF("DAY", [Create date], [Checkout
Complete Timestamp]))
Duration to
Complete Checkout ✔ Number
ABS(DATEDIFF("DAY", [Checkout Complete
Timestamp], [Close date]))
Duration to Complete
Shipping ✔ String
IF([Duration to Complete Shipping] > 7,
1, 0)
Shipping
Overdue (count) ✔ Number
SEE THE WHOLE PICTURE
Deal Risk Score
Evaluate at-risk Deals
Deal Stage Pipeline
Visualize conversion
rates between each
stage of a Deal pipeline
Deal Velocity
Understand time to
close across different
groupings/categories
ARR Churn Impact
Compare ARR for Deals
that are in churn risk
Zoom out on your sales process
Thanks for your
time today!

More Related Content

Similar to Boulder HubSpot User Group: Top 5 Use Cases for Operations Hub

Building a Marketing Data Warehouse in Google BigQuery with Supermetrics
Building a Marketing Data Warehouse in Google BigQuery with SupermetricsBuilding a Marketing Data Warehouse in Google BigQuery with Supermetrics
Building a Marketing Data Warehouse in Google BigQuery with SupermetricsIn Marketing We Trust
 
Business Intelligence Module 2
Business Intelligence Module 2Business Intelligence Module 2
Business Intelligence Module 2Home
 
What's So Great About Embedded Analytics?
What's So Great About Embedded Analytics?What's So Great About Embedded Analytics?
What's So Great About Embedded Analytics?GoodData
 
NYC Data Driven Business Meetup - 2.7.17
NYC Data Driven Business Meetup - 2.7.17NYC Data Driven Business Meetup - 2.7.17
NYC Data Driven Business Meetup - 2.7.17Karl Pawlewicz
 
How to Drive Better Business Insights with Strong Data Governance
How to Drive Better Business Insights with Strong Data GovernanceHow to Drive Better Business Insights with Strong Data Governance
How to Drive Better Business Insights with Strong Data GovernanceMatt Dillon
 
Business Intelligence-v1.pptx
Business Intelligence-v1.pptxBusiness Intelligence-v1.pptx
Business Intelligence-v1.pptxRandhirShah3
 
An Easy-to-Follow Guide to HubSpot and Salesforce Integration.pdf
An Easy-to-Follow Guide to HubSpot and Salesforce Integration.pdfAn Easy-to-Follow Guide to HubSpot and Salesforce Integration.pdf
An Easy-to-Follow Guide to HubSpot and Salesforce Integration.pdfGrowth Natives
 
Latest trends in Business Analytics
Latest trends in Business AnalyticsLatest trends in Business Analytics
Latest trends in Business AnalyticsPuneet Bhalla
 
Business Intelligence Visualization
Business Intelligence VisualizationBusiness Intelligence Visualization
Business Intelligence VisualizationMarketingKulsys
 
Implementing business intelligence
Implementing business intelligenceImplementing business intelligence
Implementing business intelligenceAlistair Sergeant
 
Modern Product Data Workflows: How and Why: Embedded Analytics Interfaces For...
Modern Product Data Workflows: How and Why: Embedded Analytics Interfaces For...Modern Product Data Workflows: How and Why: Embedded Analytics Interfaces For...
Modern Product Data Workflows: How and Why: Embedded Analytics Interfaces For...Hannah Flynn
 
How and Why: Embedded Analytics Interfaces For Your SaaS Product
How and Why: Embedded Analytics Interfaces For Your SaaS ProductHow and Why: Embedded Analytics Interfaces For Your SaaS Product
How and Why: Embedded Analytics Interfaces For Your SaaS ProductAggregage
 
Dreamforce 2010: Sales Cloud Integration: Accelerate CRM Adoption and ROI
Dreamforce 2010: Sales Cloud Integration: Accelerate CRM Adoption and ROIDreamforce 2010: Sales Cloud Integration: Accelerate CRM Adoption and ROI
Dreamforce 2010: Sales Cloud Integration: Accelerate CRM Adoption and ROIDarren Cunningham
 
Strategy & Success: Practical Tools & Techniques For The Strategist, Architec...
Strategy & Success: Practical Tools & Techniques For The Strategist, Architec...Strategy & Success: Practical Tools & Techniques For The Strategist, Architec...
Strategy & Success: Practical Tools & Techniques For The Strategist, Architec...Richard Harbridge
 
Data Integration: Creating a Trustworthy Data Foundation for Business Intelli...
Data Integration: Creating a Trustworthy Data Foundation for Business Intelli...Data Integration: Creating a Trustworthy Data Foundation for Business Intelli...
Data Integration: Creating a Trustworthy Data Foundation for Business Intelli...FindWhitePapers
 
Why Automate Sales Commissions?
Why Automate Sales Commissions?Why Automate Sales Commissions?
Why Automate Sales Commissions?Bryan Philips
 

Similar to Boulder HubSpot User Group: Top 5 Use Cases for Operations Hub (20)

Building a Marketing Data Warehouse in Google BigQuery with Supermetrics
Building a Marketing Data Warehouse in Google BigQuery with SupermetricsBuilding a Marketing Data Warehouse in Google BigQuery with Supermetrics
Building a Marketing Data Warehouse in Google BigQuery with Supermetrics
 
Business Intelligence Module 2
Business Intelligence Module 2Business Intelligence Module 2
Business Intelligence Module 2
 
What's So Great About Embedded Analytics?
What's So Great About Embedded Analytics?What's So Great About Embedded Analytics?
What's So Great About Embedded Analytics?
 
NYC Data Driven Business Meetup - 2.7.17
NYC Data Driven Business Meetup - 2.7.17NYC Data Driven Business Meetup - 2.7.17
NYC Data Driven Business Meetup - 2.7.17
 
How to Drive Better Business Insights with Strong Data Governance
How to Drive Better Business Insights with Strong Data GovernanceHow to Drive Better Business Insights with Strong Data Governance
How to Drive Better Business Insights with Strong Data Governance
 
Business Intelligence-v1.pptx
Business Intelligence-v1.pptxBusiness Intelligence-v1.pptx
Business Intelligence-v1.pptx
 
An Easy-to-Follow Guide to HubSpot and Salesforce Integration.pdf
An Easy-to-Follow Guide to HubSpot and Salesforce Integration.pdfAn Easy-to-Follow Guide to HubSpot and Salesforce Integration.pdf
An Easy-to-Follow Guide to HubSpot and Salesforce Integration.pdf
 
Latest trends in Business Analytics
Latest trends in Business AnalyticsLatest trends in Business Analytics
Latest trends in Business Analytics
 
Business Intelligence Visualization
Business Intelligence VisualizationBusiness Intelligence Visualization
Business Intelligence Visualization
 
Implementing business intelligence
Implementing business intelligenceImplementing business intelligence
Implementing business intelligence
 
PART 1.docx
PART 1.docxPART 1.docx
PART 1.docx
 
Modern Product Data Workflows: How and Why: Embedded Analytics Interfaces For...
Modern Product Data Workflows: How and Why: Embedded Analytics Interfaces For...Modern Product Data Workflows: How and Why: Embedded Analytics Interfaces For...
Modern Product Data Workflows: How and Why: Embedded Analytics Interfaces For...
 
How and Why: Embedded Analytics Interfaces For Your SaaS Product
How and Why: Embedded Analytics Interfaces For Your SaaS ProductHow and Why: Embedded Analytics Interfaces For Your SaaS Product
How and Why: Embedded Analytics Interfaces For Your SaaS Product
 
Dashboard Experts India.pdf
Dashboard Experts India.pdfDashboard Experts India.pdf
Dashboard Experts India.pdf
 
Flow-ABriefExplanation
Flow-ABriefExplanationFlow-ABriefExplanation
Flow-ABriefExplanation
 
Dreamforce 2010: Sales Cloud Integration: Accelerate CRM Adoption and ROI
Dreamforce 2010: Sales Cloud Integration: Accelerate CRM Adoption and ROIDreamforce 2010: Sales Cloud Integration: Accelerate CRM Adoption and ROI
Dreamforce 2010: Sales Cloud Integration: Accelerate CRM Adoption and ROI
 
Strategy & Success: Practical Tools & Techniques For The Strategist, Architec...
Strategy & Success: Practical Tools & Techniques For The Strategist, Architec...Strategy & Success: Practical Tools & Techniques For The Strategist, Architec...
Strategy & Success: Practical Tools & Techniques For The Strategist, Architec...
 
Data Integration: Creating a Trustworthy Data Foundation for Business Intelli...
Data Integration: Creating a Trustworthy Data Foundation for Business Intelli...Data Integration: Creating a Trustworthy Data Foundation for Business Intelli...
Data Integration: Creating a Trustworthy Data Foundation for Business Intelli...
 
Implementing & Managing The Demand Signal Managment Process
Implementing & Managing The Demand Signal Managment ProcessImplementing & Managing The Demand Signal Managment Process
Implementing & Managing The Demand Signal Managment Process
 
Why Automate Sales Commissions?
Why Automate Sales Commissions?Why Automate Sales Commissions?
Why Automate Sales Commissions?
 

Recently uploaded

9654467111 Call Girls In Munirka Hotel And Home Service
9654467111 Call Girls In Munirka Hotel And Home Service9654467111 Call Girls In Munirka Hotel And Home Service
9654467111 Call Girls In Munirka Hotel And Home ServiceSapana Sha
 
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdf
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdfKantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdf
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdfSocial Samosa
 
GA4 Without Cookies [Measure Camp AMS]
GA4 Without Cookies [Measure Camp AMS]GA4 Without Cookies [Measure Camp AMS]
GA4 Without Cookies [Measure Camp AMS]📊 Markus Baersch
 
Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
Consent & Privacy Signals on Google *Pixels* - MeasureCamp Amsterdam 2024
Consent & Privacy Signals on Google *Pixels* - MeasureCamp Amsterdam 2024Consent & Privacy Signals on Google *Pixels* - MeasureCamp Amsterdam 2024
Consent & Privacy Signals on Google *Pixels* - MeasureCamp Amsterdam 2024thyngster
 
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...Suhani Kapoor
 
办理(Vancouver毕业证书)加拿大温哥华岛大学毕业证成绩单原版一比一
办理(Vancouver毕业证书)加拿大温哥华岛大学毕业证成绩单原版一比一办理(Vancouver毕业证书)加拿大温哥华岛大学毕业证成绩单原版一比一
办理(Vancouver毕业证书)加拿大温哥华岛大学毕业证成绩单原版一比一F La
 
How we prevented account sharing with MFA
How we prevented account sharing with MFAHow we prevented account sharing with MFA
How we prevented account sharing with MFAAndrei Kaleshka
 
Industrialised data - the key to AI success.pdf
Industrialised data - the key to AI success.pdfIndustrialised data - the key to AI success.pdf
Industrialised data - the key to AI success.pdfLars Albertsson
 
Brighton SEO | April 2024 | Data Storytelling
Brighton SEO | April 2024 | Data StorytellingBrighton SEO | April 2024 | Data Storytelling
Brighton SEO | April 2024 | Data StorytellingNeil Barnes
 
Dubai Call Girls Wifey O52&786472 Call Girls Dubai
Dubai Call Girls Wifey O52&786472 Call Girls DubaiDubai Call Girls Wifey O52&786472 Call Girls Dubai
Dubai Call Girls Wifey O52&786472 Call Girls Dubaihf8803863
 
{Pooja: 9892124323 } Call Girl in Mumbai | Jas Kaur Rate 4500 Free Hotel Del...
{Pooja:  9892124323 } Call Girl in Mumbai | Jas Kaur Rate 4500 Free Hotel Del...{Pooja:  9892124323 } Call Girl in Mumbai | Jas Kaur Rate 4500 Free Hotel Del...
{Pooja: 9892124323 } Call Girl in Mumbai | Jas Kaur Rate 4500 Free Hotel Del...Pooja Nehwal
 
VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...
VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...
VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...Suhani Kapoor
 
Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...
Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...
Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...Jack DiGiovanna
 
Call Girls In Dwarka 9654467111 Escorts Service
Call Girls In Dwarka 9654467111 Escorts ServiceCall Girls In Dwarka 9654467111 Escorts Service
Call Girls In Dwarka 9654467111 Escorts ServiceSapana Sha
 
From idea to production in a day – Leveraging Azure ML and Streamlit to build...
From idea to production in a day – Leveraging Azure ML and Streamlit to build...From idea to production in a day – Leveraging Azure ML and Streamlit to build...
From idea to production in a day – Leveraging Azure ML and Streamlit to build...Florian Roscheck
 
High Class Call Girls Noida Sector 39 Aarushi 🔝8264348440🔝 Independent Escort...
High Class Call Girls Noida Sector 39 Aarushi 🔝8264348440🔝 Independent Escort...High Class Call Girls Noida Sector 39 Aarushi 🔝8264348440🔝 Independent Escort...
High Class Call Girls Noida Sector 39 Aarushi 🔝8264348440🔝 Independent Escort...soniya singh
 
Schema on read is obsolete. Welcome metaprogramming..pdf
Schema on read is obsolete. Welcome metaprogramming..pdfSchema on read is obsolete. Welcome metaprogramming..pdf
Schema on read is obsolete. Welcome metaprogramming..pdfLars Albertsson
 

Recently uploaded (20)

9654467111 Call Girls In Munirka Hotel And Home Service
9654467111 Call Girls In Munirka Hotel And Home Service9654467111 Call Girls In Munirka Hotel And Home Service
9654467111 Call Girls In Munirka Hotel And Home Service
 
Deep Generative Learning for All - The Gen AI Hype (Spring 2024)
Deep Generative Learning for All - The Gen AI Hype (Spring 2024)Deep Generative Learning for All - The Gen AI Hype (Spring 2024)
Deep Generative Learning for All - The Gen AI Hype (Spring 2024)
 
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdf
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdfKantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdf
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdf
 
GA4 Without Cookies [Measure Camp AMS]
GA4 Without Cookies [Measure Camp AMS]GA4 Without Cookies [Measure Camp AMS]
GA4 Without Cookies [Measure Camp AMS]
 
Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝
 
Consent & Privacy Signals on Google *Pixels* - MeasureCamp Amsterdam 2024
Consent & Privacy Signals on Google *Pixels* - MeasureCamp Amsterdam 2024Consent & Privacy Signals on Google *Pixels* - MeasureCamp Amsterdam 2024
Consent & Privacy Signals on Google *Pixels* - MeasureCamp Amsterdam 2024
 
E-Commerce Order PredictionShraddha Kamble.pptx
E-Commerce Order PredictionShraddha Kamble.pptxE-Commerce Order PredictionShraddha Kamble.pptx
E-Commerce Order PredictionShraddha Kamble.pptx
 
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...
 
办理(Vancouver毕业证书)加拿大温哥华岛大学毕业证成绩单原版一比一
办理(Vancouver毕业证书)加拿大温哥华岛大学毕业证成绩单原版一比一办理(Vancouver毕业证书)加拿大温哥华岛大学毕业证成绩单原版一比一
办理(Vancouver毕业证书)加拿大温哥华岛大学毕业证成绩单原版一比一
 
How we prevented account sharing with MFA
How we prevented account sharing with MFAHow we prevented account sharing with MFA
How we prevented account sharing with MFA
 
Industrialised data - the key to AI success.pdf
Industrialised data - the key to AI success.pdfIndustrialised data - the key to AI success.pdf
Industrialised data - the key to AI success.pdf
 
Brighton SEO | April 2024 | Data Storytelling
Brighton SEO | April 2024 | Data StorytellingBrighton SEO | April 2024 | Data Storytelling
Brighton SEO | April 2024 | Data Storytelling
 
Dubai Call Girls Wifey O52&786472 Call Girls Dubai
Dubai Call Girls Wifey O52&786472 Call Girls DubaiDubai Call Girls Wifey O52&786472 Call Girls Dubai
Dubai Call Girls Wifey O52&786472 Call Girls Dubai
 
{Pooja: 9892124323 } Call Girl in Mumbai | Jas Kaur Rate 4500 Free Hotel Del...
{Pooja:  9892124323 } Call Girl in Mumbai | Jas Kaur Rate 4500 Free Hotel Del...{Pooja:  9892124323 } Call Girl in Mumbai | Jas Kaur Rate 4500 Free Hotel Del...
{Pooja: 9892124323 } Call Girl in Mumbai | Jas Kaur Rate 4500 Free Hotel Del...
 
VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...
VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...
VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...
 
Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...
Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...
Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...
 
Call Girls In Dwarka 9654467111 Escorts Service
Call Girls In Dwarka 9654467111 Escorts ServiceCall Girls In Dwarka 9654467111 Escorts Service
Call Girls In Dwarka 9654467111 Escorts Service
 
From idea to production in a day – Leveraging Azure ML and Streamlit to build...
From idea to production in a day – Leveraging Azure ML and Streamlit to build...From idea to production in a day – Leveraging Azure ML and Streamlit to build...
From idea to production in a day – Leveraging Azure ML and Streamlit to build...
 
High Class Call Girls Noida Sector 39 Aarushi 🔝8264348440🔝 Independent Escort...
High Class Call Girls Noida Sector 39 Aarushi 🔝8264348440🔝 Independent Escort...High Class Call Girls Noida Sector 39 Aarushi 🔝8264348440🔝 Independent Escort...
High Class Call Girls Noida Sector 39 Aarushi 🔝8264348440🔝 Independent Escort...
 
Schema on read is obsolete. Welcome metaprogramming..pdf
Schema on read is obsolete. Welcome metaprogramming..pdfSchema on read is obsolete. Welcome metaprogramming..pdf
Schema on read is obsolete. Welcome metaprogramming..pdf
 

Boulder HubSpot User Group: Top 5 Use Cases for Operations Hub

  • 1. What’s one word you always misspell? Drop it in the chat!
  • 2. Top 5 use cases OK, maybe a bit more than 5 😉 Boulder HUG May 24, 2023 Platform Integration (iPaas) Process Automation & Data Quality Perspective Business Intelligence & Data Preparation
  • 3. 1 2 3 What is Operations Hub? How Operations Hub is used today Q&A + discussion Agenda
  • 5. Operations Hub is a data and process supercharger…it’s HubSpot’s “special sauce” More efficiently manage the movement and use of data and streamline your business processes (like automation and reporting) in HubSpot 👌 Yamini (our CEO) said that!
  • 6. Platform How can we get every team the info they need to do their jobs in HubSpot? Process Can we make everyone’s day to day consistent, efficient, and automated? Perspective How can we use all our data to drive business strategy? Product philosophy - 3 P’s
  • 7. This is easier said than done! Overwhelmed “HubSpot person” managing the 3 P’s
  • 8. Don’t just take my word for it… . Over 50% of marketers say they use 5+ tools every day. According to Harvard Business Review, only 3% of companies’ data meets basic quality standards. 75% of companies admit that employees fabricate data to tell the right story. 50%+ 3% 75% Not a typo
  • 9. Unpacking the 3 P’s a bit more Platform = Integrate Process = Automate ● 100+ Data Sync apps ● Real time, two-way sync ● Historical sync ● Custom Code Actions ● Data quality automation ● Scheduled workflow triggers ● Webhooks Perspective = Report ● Datasets ● Formula fields in reports ● Snowflake Integration
  • 10. What are some use cases?
  • 11. Automation in HubSpot Data quality Automation from outside of HubSpot Make reporting easier Make reporting smarter
  • 12. Data Quality Crafted into our CRM, not cobbled on top of it. Powered by AI and always expanding (ie more data) ● Monitor sync health, properties, records ● Data guardrails to prevent issues ● Bulk merge Clean! Contaminated Would you drink a glass of water that was only 3% clean? Only 3% of company data meets quality standards 😳 (source)
  • 13. Don’t know which leads are worth their time. SALES Send the wrong message to the wrong person. MARKETING Don’t have the context they need to delight customers. SUPPORT Spend too much time finding & cleaning up data issues. OPERATIONS Can’t trust data to make smart, strategic decisions. LEADERSHIP Internal teams feel the impact
  • 14. UNDERSTAND YOUR DATA MODEL Data Model Overview Data quality starts with a good data structure. The data model feature makes it easy to visualize how your data is organized in HubSpot so you can have confidence in your CRM from day one. Get a complete visual representation of HubSpot standard objects, properties, and associations — all consolidated into a single view.
  • 15. UNDERSTAND YOUR DATA Data Quality Command Center You can't fix what you can't find. In the data quality command center, get at-a- glance insights on the health of all your HubSpot data in one place. Identify stale properties, integration bottlenecks, and more, so you can get ahead of problems before they snowball.
  • 16. FIX FORMATTING ISSUES Data Quality Recommendations Use our recommendations, merge in bulk. Our AI-powered data quality features will find formatting issues and suggest fixes. We will also find potential duplicates and allow for you to records in bulk
  • 17. PREVENT FORMATTING ISSUES Keep your data clean Create data guardrails to ensure a clean system moving forward. You don’t need a degree in data science to keep a clean database, you just need to check some boxes.
  • 18. Automation within HubSpot Our automation tools our powerful, Operations Hub supercharges them ● Associations ● Lead routing ● Deal management **Pro tip, don’t forget about the Programmable Automation Use Case Library! Requirements to use it: ability to copy and paste 😎
  • 19. KEEP A CLEAN CRM Associations Create and label associations. Every company’s data model is different, use CCAs (custom coded actions) in workflows to keep a clean CRM
  • 20. MAINTAIN SWIMLANES Rotate and assign Ensure the right data is in front of the right person. If the out of the box rotation isn’t enough, use CCAs to take it to a whole other level.
  • 21. STAY ON TOP OF EVERYTHING Renewal management Create a renewal deal. Create records, associate them appropriately, populate new records with necessary data and ensure no renewal falls through the cracks This is one of many submissions on our Programmable Automation Use Case Library
  • 22. Automation outside of HubSpot Use more than just the data within HubSpot CRM - connect with other systems to automate almost anything ● Create custom integrations ● Data enrichment ● Connect with all of your internal systems **Pro tip, don’t forget about the Programmable Automation Use Case Library! Requirements to use it: ability to copy and paste 😎
  • 23. VALIDATE YOUR DATA Email validation Do you like when emails bounce? Probably not, so use CCAs to validate emails with other systems like Kickbox This is one of many submissions on our Programmable Automation Use Case Library
  • 24. ENRICH YOUR DATA Enrich your data View the whole picture in HubSpot. This CCA can pull in information about enrolled companies and use that information to update company properties This is one of many submissions on our Programmable Automation Use Case Library
  • 25. CONNECT YOUR SYSTEMS Speak to another database Ensure all of your systems are on the same page. This CCA can integrate HubSpot with external databases. For example, check whether a contact uses your platform already and create a free trial for them if not. This is one of many submissions on our Programmable Automation Use Case Library
  • 26. Make reporting easier You don’t need to hire an army of data scientists ● Create a “jumping off point” for your team ● Make the custom report builder less scary ● Connect with Snowflake It can be difficult to create custom reports, datasets makes this easy
  • 27. VIEW WHAT’S MOST IMPORTANT Reduce the noise View the data you need most. No need to view hundreds of properties, only surface what a given team needs. Building datasets like this also lets your teams be more independent.
  • 28. REPORT WHERE YOU WANT Snowflake Data Share Would you rather create reports in Snowflake? Our data share integration will allow you to easily bring any data you’d like into your data warehouse
  • 29. Make reporting smarter If your “reporting hands” are tied, datasets can untie them ● Cross object calculations ● Formulas ● Write data to properties (or don’t, it can also just live within the dataset) **Pro tip, don’t forget about the Datasets Formula Library! Requirements to use it: ability to copy and paste 😎
  • 30. ZOOM INTO YOUR DATA Understand where your strengths are Do a deep dive into product performance. Use this formula to understand which products are most profitable
  • 31. ZOOM INTO YOUR DATA FROM ALL SYSTEMS Understand all parts of your business Create formulas and calculations. View all of your data together, including data from other systems IF(CONTAINS([Product Name], "Jeans") || CONTAINS([Product Name], "Leggings") || CONTAINS([Product Name], "Khakis") || CONTAINS([Product Name], "pants") , "Pants", IF(CONTAINS([Product Name], "Shirt") || CONTAINS([Product Name], "shirt"), "Shirts", IF(CONTAINS([Product Name], "Shoes") || CONTAINS([Product Name], "Boots"), "Footwear", "Accessories"))) Product Category ✔ String IF([Duration to Complete Shipping] > 7, "Overdue", "Within Range") Shipping Overdue ✔ String ABS(DATEDIFF("DAY", [Create date], [Checkout Complete Timestamp])) Duration to Complete Checkout ✔ Number ABS(DATEDIFF("DAY", [Checkout Complete Timestamp], [Close date])) Duration to Complete Shipping ✔ String IF([Duration to Complete Shipping] > 7, 1, 0) Shipping Overdue (count) ✔ Number
  • 32. SEE THE WHOLE PICTURE Deal Risk Score Evaluate at-risk Deals Deal Stage Pipeline Visualize conversion rates between each stage of a Deal pipeline Deal Velocity Understand time to close across different groupings/categories ARR Churn Impact Compare ARR for Deals that are in churn risk Zoom out on your sales process