• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar

Thomas Fox

Random thoughts about business and IT

  • About
  • Contact Me
  • Archive
  • Privacy Policy

gravity forms

CSAT surveying alternative to paid services

May 15, 2019 By Thomas Fox

So here’s the info on how we set up CSAT using our WordPress website, Gravity Forms, and the ConnectWise surveys API.

Someone asked about BrightGauge reporting – that’s the cool thing about this! Because it is using the ConnectWise survey API to record the responses on the ticket, standard BrightGauge reporting works.

Here is the SQL to create the dataset in BrightGauge:

SELECT
AVG([dbo].[v_rpt_Surveys].[Score])*100 AS 'Average(Score)',
[dbo].[v_rpt_Surveys].[SurveyName] AS 'Survey Name',
NEWID() as id
FROM [dbo].[v_rpt_Surveys] WITH(NOLOCK)
WHERE  ([dbo].[v_rpt_Surveys].[SurveyName] = 'CSAT Survey')
GROUP BY [dbo].[v_rpt_Surveys].[SurveyName]

 

BrightGauge CSAT gauge

To get started, you’ll need to create your CSAT survey in ConnectWise. Most of this stuff won’t matter:

[Read more…] about CSAT surveying alternative to paid services

Filed Under: ConnectWise Tagged With: connectwise, csat, gravity forms

Primary Sidebar

Recent Posts

  • From the Wall Street Journal: Small Business Needed Federal Help. The Agency in Charge Fell Short
  • PPP Loan Forgiveness Calculator
  • The new paradigm
  • CSAT surveying alternative to paid services
  • Creating Daily Admin Time Wrap Entry

Social

  • Facebook
  • LinkedIn
  • Twitter

© Thomas Fox. All Rights Reserved. Privacy policy