Talent.com
Kazoo
SMB Customer Success ManagerKazoo • Canada - Remote
SMB Customer Success Manager

SMB Customer Success Manager

Kazoo • Canada - Remote
30+ days ago
Job type
  • Full-time
Job description
View All Jobs

SMB Customer Success Manager

.g-recaptcha { display: inline-block; margin-top: 5px; } .MailFormControl { margin-top: 3px; margin-bottom: 15px; } .field-label { font-size: 12pt !important; font-weight: normal !important; } Email This Job Your First Name
Your Last Name
Your E-Mail Address
E-Mail Address to Share With
Subject
Message
Prove you're not a robot function SendMail() { $('#btnMailLink').attr('disabled', 'disabled'); // If sending mail, we require all fields if ($('#MailFromFirstName').val() === '' || $('#MailFromLastName').val() === '' || $('#MailFromEmail').val() === '' || $('#MailToEmail').val() === '' || $('#MailSubject').val() === '' || $('#Mail_Message').val() === '') { alert('Please complete all fields!'); $('#btnMailLink').removeAttr('disabled'); return false; } var cid = $('#MailCompanyId').val(); if (cid === null || cid === '') cid = '7880'; if (cid === null || cid === '') cid = MailJob_getParameterByName('cid'); var jid = MailJob_getParameterByName('jid'); if (jid === null || jid === '') jid = MailJob_getParameterByName('joblistid'); if (jid === null || jid === '') jid = $('#MailJobId').val(); var bid = MailJob_getParameterByName('bid'); if ((bid === null || bid === '')) bid = ''; var jobloc = MailJob_getParameterByName('locvalue'); if ((jobloc === null || jobloc === '') && 7 < 0) jobloc = ''; var url = ''; if ('False' === 'True') url = window.location.protocol + '//' + window.location.host + '/v3/Jobs/JobDetails.aspx'; else url = window.location.protocol + '//' + window.location.host + '/v3/CareerCenter/v2/details.aspx'; url += '?cid=' + cid; url += '&jid=' + jid; if (bid !== null && bid !== '') url += '&bid=' + bid; if (jobloc !== null && jobloc !== '') url += '&locvalue=' + jobloc; if ($('#MailFromEmail').val() !== '') url += '&refsrc=' + $('#MailFromEmail').val(); var postData = { 'url': url, 'cid': cid, 'jid': jid, 'jobloc': jobloc, 'fromFirstName': $('#MailFromFirstName').val(), 'fromLastName': $('#MailFromLastName').val(), 'fromAddress': $('#MailFromEmail').val(), 'employeeReferral': $('#MailEmployeeReferral').val(), 'toAddress': $('#MailToEmail').val(), 'subject': $('#MailSubject').val(), 'message': $('#Mail_Message').val(), 'g-recaptcha-response': $('#g-recaptcha-response').val() } $.ajax({ type: "POST", url: '/v3/Services/WebAPI/Tools/MailJobLink', success: function (data) { if (data.result === 'SUCCESS') { $('#dlgMailJob').modal('hide'); alert("Your message has been sent!"); $('#btnMailLink').removeAttr('disabled'); } else { try { grecaptcha.reset(); } catch (ex) { } alert("ERROR: " + data.message) $('#btnMailLink').removeAttr('disabled'); } }, error: function (err) { try { grecaptcha.reset(); } catch (ex) { } alert("ERROR: " + JSON.stringify(err)); $('#btnMailLink').removeAttr('disabled'); }, data: $.param(postData), contentType: 'application/x-www-form-urlencoded' }); } function MailJob_getParameterByName(name) { name = name.replace(/[\[]/, "\\[").replace(/[\]]/, "\\]"); var regex = new RegExp("[\\?&]" + name + "=([^&#]*)"), results = regex.exec(location.search); return results === null ? "" : decodeURIComponent(results[1].replace(/\+/g, " ")); } $(function () { $('#dlgMailJob').on('shown.bs.modal', function () { try { grecaptcha.reset(); } catch (ex) { } // if it's an employee referral we'll have who it's from already if ($('#MailFromFirstName').val() !== '') $('#divMailFromFirstName').hide(); else $('#divMailFromFirstName').show(); if ($('#MailFromLastName').val() !== '') $('#divMailFromLastName').hide(); else $('#divMailFromLastName').show(); if ($('#MailFromEmail').val() !== '') $('#divMailFromEmail').hide(); else $('#divMailFromEmail').show(); $('#MailToEmail').val(''); if ($('#MailSubject').val() === '') $('#MailSubject').val('Job Referral'); if ($('#MailMessage').val() === '') $('#MailMessage').val('I came across this job opening and thought of you.'); if ($('#MailFromFirstName').val() === '') $('#MailFromFirstName').focus(); else $('#MailToEmail').focus(); }); }) Canada - Remote
  • Apply
  • input { margin: 5px 0px; } .text-xs-center { text-align: center; } .field-label { margin-top: 10px; } .RadSocialShare.RadSocialShare_Bootstrap.ShareJob_TransWrapper { margin-top: 0px; box-shadow: none; padding: 0px; } .RadSocialShare.RadSocialShare_Bootstrap.ShareJob_TransWrapper > ul > li { vertical-align: top; } .RadSocialShare.RadSocialShare_Bootstrap.ShareJob_TransWrapper > ul > li > a > .sshIcon { border: none; padding-top: 0; } .RadSocialShare.RadSocialShare_Bootstrap.ShareJob_TransWrapper > ul > li > a > .sshIcon:before { font-size: 18px; } .ShareJob_TransWrapper { background-image: none; border: 0; background-color: transparent; } .ShareJob_SocialIcon { vertical-align: bottom; color: #333; width: 24px !important; height: 24px !important; text-align: center; padding-top: 0px; font-size: 17px; line-height: 1.428571429; background-color: transparent; } .ShareJob_SocialIcon:before { padding-top: 4px !important; } .ShareJob_SocialIcon:hover, .ShareJob_SocialLink:hover { color: #337ab7 !important; cursor: pointer; } function ShareJob_ByEmail() { // The mail dialog and components should be in the master page or the template (MailJob.ascx) $('#MailFromFirstName').val(""); $('#MailFromLastName').val(""); $('#MailFromEmail').val(""); $('#MailSubject').val('Job Referral - SMB Customer Success Manager'); $('#Mail_Message').val(''); $('#dlgMailJob').modal('show'); } function ShareJob_OnFacebook(urlToShare) { var url = 'https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2frecruit.hirebridge.com%2fv3%2fCareerCenter%2fv2%2fdetails.aspx%3fcid%3d7880%26jid%3d610638%26locvalue%3d1021%26request_id%3d612942'; var width = 600, height = 500, left = (screen.width / 2) - (width / 2), top = (screen.height / 2) - (height / 2); window.open(url, '', 'width=' + width + ',height=' + height + ', top=' + top + ', left=' + left); } var ShareJob_ShortLink = ''; function ShareJob_ShowLink() { if (ShareJob_ShortLink === '') { var cid = '7880'; if (cid === null || cid === '') cid = MailJob_getParameterByName('cid'); $.ajax({ type: "POST", url: '/v3/Services/WebAPI/Tools/GenerateShortUrl', async: false, cache: false, success: function (data) { if (data.result === 'SUCCESS') { ShareJob_ShortLink = data.shortUrl; prompt('Press Ctl-C to copy this link and use Ctl-V to paste it anywhere you would like to share it.', ShareJob_ShortLink); } else alert(data.result); }, data: $.param({ 'url': 'https://recruit.hirebridge.com/v3/CareerCenter/v2/details.aspx?cid=7880&jid=610638&locvalue=1021&request_id=612942', 'cid': cid }), contentType: 'application/x-www-form-urlencoded' }); } else prompt('Press Ctl-C to copy this link and use Ctl-V to paste it anywhere you would like to share it.', ShareJob_ShortLink); } function ShareJob_getParameterByName(name) { name = name.replace(/[\[]/, "\\[").replace(/[\]]/, "\\]"); var regex = new RegExp("[\\?&]" + name + "=([^&#]*)"), results = regex.exec(location.search); return results === null ? "" : decodeURIComponent(results[1].replace(/\+/g, " ")); } function ShareJob_SocialShare(sender, args) { if (args.get_socialNetType() === 'ShareOnTwitter') args.set_stringsToShare(''); else args.set_stringsToShare('https://recruit.hirebridge.com/v3/CareerCenter/v2/details.aspx?cid=7880&jid=610638&locvalue=1021&request_id=612942'); args.set_cancel(false); } function ShareJob_getParameterByName(name) { name = name.replace(/[\[]/, "\\[").replace(/[\]]/, "\\]"); var regex = new RegExp("[\\?&]" + name + "=([^&#]*)"), results = regex.exec(location.search); return results === null ? "" : decodeURIComponent(results[1].replace(/\+/g, " ")); } $(function () { setTimeout(function () { $('a .ShareJob_SocialIcon, .sshShareOnTwitter, .sshLinkedIn').each(function () { $(this).parent().attr('role', 'link'); var title = $(this).parent().attr('title'); $(this).parent().attr('aria-label', title); }); }, 1); });
  • input { margin: 5px 0px; } .text-xs-center { text-align: center; } .field-label { margin-top: 10px; } .RadSocialShare.RadSocialShare_Bootstrap.ReferJob_TransWrapper { margin-top: 0px; box-shadow: none; padding: 0px; } .RadSocialShare.RadSocialShare_Bootstrap.ReferJob_TransWrapper > ul > li { vertical-align: top; } .RadSocialShare.RadSocialShare_Bootstrap.ReferJob_TransWrapper > ul > li > a > .sshIcon { padding: 0px 5px !important; border: none; } .RadSocialShare.RadSocialShare_Bootstrap.ReferJob_TransWrapper > ul > li > a > .sshIcon:before { font-size: 18px; } .ReferJob_TransWrapper { background-image: none; border: 0; background-color: transparent; } .ReferJob_SocialIcon { padding: 0px 5px !important; font-size: 18px; vertical-align: bottom; color: #333; } .ReferJob_SocialIcon:hover, .ReferJob_SocialLink:hover { color: #337ab7 !important; cursor: pointer; } var ReferJob_ShortLink = ''; function ReferJob_ShowModal() { $('#ReferJob_dlgRefer').modal('show'); } function ReferJob_GetLinkToShare() { var url = window.location.protocol + '//' + window.location.host + window.location.pathname; url += '?cid=' + ReferJob_getParameterByName('cid'); url += '&jid=' + ReferJob_getParameterByName('jid'); if (ReferJob_getParameterByName('bid') !== '') url += '&bid=' + ReferJob_getParameterByName('bid'); if (ReferJob_getParameterByName('locvalue') !== '') url += '&locvalue=' + ReferJob_getParameterByName('locvalue'); if ($('#ReferJob_txtEmail').val() !== '') url += '&refsrc=' + $('#ReferJob_txtEmail').val(); return url; } function ReferJob_ShortenUrl(url) { if (ReferJob_ShortLink !== '') return ReferJob_ShortLink; var shortUrl = ''; $.ajax({ type: "POST", url: '/v3/Services/WebAPI/Tools/GenerateShortUrl', async: false, cache: false, success: function (data) { if (data.result === 'SUCCESS') { shortUrl = data.shortUrl; } }, data: $.param({ 'url': url, 'cid': ReferJob_getParameterByName('cid'), 'fromFirstName': $('#ReferJob_txtFirstName').val(), 'fromLastName': $('#ReferJob_txtLastName').val(), 'fromAddress': $('#ReferJob_txtEmail').val(), 'employeeReferral': '1' }), contentType: 'application/x-www-form-urlencoded' }); ReferJob_ShortLink = shortUrl; if (shortUrl === '') shortUrl = url; return shortUrl; } function ReferJob_OnFacebook() { if (!ReferJob_IsValidRequest()) return; var url = 'https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2frecruit.hirebridge.com%2fv3%2fJobs%2fJobDetails.aspx%3fcid%3d7880%26jid%3d610638%26locvalue%3d1021%26refsrc=' + $('#ReferJob_txtEmail').val() + '&title=Job%20Opening:%20SMB Customer Success Manager / Canada - Remote' + '&caption=WorkTango'; if ('https://recruit.hirebridge.com/v3/xFiles/7880/Images/WorkTangoLogo_Blue.png' !== '') url += '&picture=https://recruit.hirebridge.com/v3/xFiles/7880/Images/WorkTangoLogo_Blue.png'; var width = 600, height = 500, left = (screen.width / 2) - (width / 2), top = (screen.height / 2) - (height / 2); window.open(url, '', 'width=' + width + ',height=' + height + ', top=' + top + ', left=' + left); } function ReferJob_SocialShare(sender, args) { if (!ReferJob_IsValidRequest()) { args.set_cancel(true); return; } if (args.get_socialNetType() === 'ShareOnTwitter' || args.get_socialNetType() === 'LinkedIn') { var shortUrl = ReferJob_ShortenUrl(ReferJob_GetLinkToShare()); args.set_stringsToShare(shortUrl); } else { args.set_stringsToShare(ReferJob_GetLinkToShare()); } args.set_cancel(false); } function ReferJob_ByEmail() { // The mail dialog and components should be in the master page or the template (MailJob.ascx) if (!ReferJob_IsValidRequest()) return; $('#MailFromFirstName').val($('#ReferJob_txtFirstName').val()); $('#MailFromLastName').val($('#ReferJob_txtLastName').val()); $('#MailFromEmail').val($('#ReferJob_txtEmail').val()); $('#MailEmployeeReferral').val('1'); $('#ReferJob_dlgRefer').modal('hide'); $('#dlgMailJob').modal('show'); } function ReferJob_ShowLink() { if (!ReferJob_IsValidRequest()) return; var shortUrl = ReferJob_ShortenUrl(ReferJob_GetLinkToShare()); prompt('Press Ctl-C to copy this link and use Ctl-V to paste it anywhere you would like to share it.', shortUrl); } function ReferJob_IsValidRequest() { if ($('#ReferJob_txtEmail').val() === '' || ($('#ReferJob_txtFirstName').val() === '' || $('#ReferJob_txtLastName').val() === '')) { alert('Your first name, last name, and e-mail address are required!'); return false; } return true; } function ReferJob_getParameterByName(name) { name = name.replace(/[\[]/, "\\[").replace(/[\]]/, "\\]"); var regex = new RegExp("[\\?&]" + name + "=([^&#]*)"), results = regex.exec(location.search); return results === null ? "" : decodeURIComponent(results[1].replace(/\+/g, " ")); } $(function () { $('#ReferJob_txtEmail').keyup(function () { ReferJob_ShortLink = ''; }); $('#ReferJob_txtFirstName').keyup(function () { ReferJob_ShortLink = ''; }); $('#ReferJob_txtLastName').keyup(function () { ReferJob_ShortLink = ''; }); }) Employee Referral Tell Us Who You Are First Name
    Last Name
    E-Mail Address
    Please complete all 3 fields. How Do You Want to Share? ★ $(function () { $('.referjob').css('text-align', 'center'); })

WorkTango is an award-winning Employee Experience platform that helps leaders and organizations improve employee engagement, increase retention, and boost performance while reducing costs with Employee Surveys and Recognition & Rewards software.

WorkTango’s holistic platform offers two distinct, but complementary solutions.

Surveys & Insights makes it easy for organizations to measure engagement and ensure every employee feels heard through unlimited surveys across the entire employee lifecycle. Leaders gain insight into employee sentiment through robust dashboards and insights, and are empowered to drive meaningful change with recommended action plans.

Recognition & Rewards enables organizations to scale and automate manual recognition & rewards practices, track and control costs, and create a continuous culture of appreciation through company-wide recognition.

WorkTango is built for the workplace we all want to be a part of – where teams accomplish great things, achievements are celebrated, and employees have a voice.

Overview of the role:

We are looking for an efficiency-driven SMB Customer Success Manager (CSM) to manage a high-volume portfolio of approximately 88 accounts.

In this role, you will be the master of "Scale-Touch" success, utilizing standardized playbooks and automation to ensure our SMB customers achieve maximum value. You will focus on driving milestone-based engagement, executing targeted interventions for risk and growth, and managing a volume-based expansion pipeline. You are not just a point of contact; you are an expert in efficiency, critical thinking, and execution.

The awesome stuff you’ll do in this role:

Operations Support

  • Scaled Account Management: Execute the Customer Journey Framework across a large book of business, focusing on key milestones and targeted engagement. Use efficiency tools and AI to help you execute at a high level.

  • High-Volume Meeting Cadence: Manage a rigorous schedule including 20 semi-annual Executive Business Reviews (EBRs) and 10 quarterly admin checks per month.

  • Success Planning (MAPs): Develop and maintain templated, reusable Mutual Action Plans (MAPs) for every customer to ensure a clear path to value.

  • Growth & Expansion: Qualify and generate volume-based expansion opportunities. You will be responsible for hitting an annual growth target through value-selling and opportunity qualification, and held to monthly performance standards.

  • Retention & Risk Mitigation: Utilize monthly health tracking and "smoke signals" in usage data to implement remediation plans before they impact retention. Responsible for managing all contract renewals and leading negotiations for those renewals in your book of business with an emphasis on gaining multi-year commitments.

  • Internal Collaboration & Reporting: Conduct quarterly readouts to CS Leadership on the pulse of your book and your growth strategy. Collaborate with Product and CS Ops to improve automation tools and segmentation playbooks.

What you’ll need to be successful in this role:

  • Experience: 2-3 years in Account Management or Customer Success within a SaaS environment.

  • Efficiency & Time Management: Exceptional ability to prioritize tasks and manage a high-volume portfolio (88 accounts) without letting details slip.

  • Technical Proficiency: Expert in CS automation tools, Salesforce pipeline management, and data-driven prioritization.

  • Product Knowledge: Proficiency in basic and intermediate product features, with the ability to articulate "What Good Looks Like" to customers.

  • Commercial Mindset: Proven track record of owning a revenue number, specifically in achieving growth and retention metrics in a high-volume environment.

  • Clear Communication: Skilled in clear CTA (Call to Action) communication and milestone-based coaching to guide customers through the lifecycle.

Bonus Points

  • HR Tech Experience: Previous experience with HR buyer personas and the HR tech lifecycle.

  • Scaled Journey Expertise: Experience creating or executing automated customer journeys tailored to specific personas.

Create a job alert for this search

SMB Customer Success Manager • Canada - Remote

Similar jobs

Customer Success Manager

Motion (Creative Analytics)Toronto, ON, CA
Full-time

Motion is creating the command center for creative strategists:.AI-driven analytics and intelligence platform that bridges the gap between performance marketers and creative teams, helping them unc... Show more

 • Promoted

Customer Success Manager, SMB

black.aiToronto, Ontario, Canada
Full-time

Location TorontoEmployment Type Full timeLocation Type HybridDepartment Customer SuccessCompensationCA$105K – CA$118K • Offers Equity • Offers CommissionWho We Are Healthcare needs a better rhythm:... Show more

 • Promoted

Customer Success Manager (CSM)

CogniboxToronto
Full-time +1

Customer Success Manager (CSM).Creating safer workplaces while expanding your commercial impact.We want to create a better working world by building a global network of responsible buyers and suppl... Show more

 • Promoted

Customer Success Manager

PureFacts Financial SolutionsToronto, ON, CA
Full-time

PureFacts Financial Solutions Toronto, Ontario, Canada.About PureFacts Financial Solutions.PureFacts is the leader in the Revenue Performance Management category for wealth and asset management fir... Show more

 • Promoted

Senior Manager, Customer Success & Care

De Lacy Executive Recruitment North AmericaMarkham
Full-time

A leading childcare catering company is seeking a Senior Manager of Customer Success to enhance customer experience and lead the Customer Care team.This role requires 5-8 years in Customer Success,... Show more

 • Promoted

Customer Success Manager

ReflowToronto, ON, CA
Full-time

We’re building Reflow, a workforce and workflow intelligence platform that helps teams improve performance with a deep understanding of how we work.Partners get excited after the first demo, now we... Show more

 • Promoted

Remote Customer Success Manager for Scalable SaaS Solutions

CanalsToronto, ON, CA
Remote
Full-time

Lead customer success initiatives as a Customer Success Manager in a fully remote environment.Drive onboarding, training, and retention strategies by leveraging your experience to ensure clients th... Show more

 • Promoted

Bilingual Customer Success Manager

Global PaymentsToronto, ON, CA
Full-time

Every day, Global Payments makes it possible for millions of people to move money between buyers and sellers using our payments solutions for credit, debit, prepaid and merchant services.Our worldw... Show more

 • Promoted

Customer Success Manager-Enterprise

Search AtlasToronto, ON, CA
Full-time

The Search Atlas Enterprise Customer Success Manager (CSM) is responsible for ensuring enterprise clients maximize value from the Search Atlas platform.This role will build strong client relationsh... Show more

 • Promoted

Customer Success Manager

SysAidToronto
Full-time

At SysAid, we're on a mission to empower organizations by putting AI to work for them.As a fast-growing SaaS company, we serve over 4,000 customers across 140 countries, helping more than 9 million... Show more

 • Promoted

Manager, Customer Success (B2B)

jobr.proToronto, ON, CA
Full-time

The Manager, Customer Success (B2B) is a leadership role that combines high-touch account management with deep operational execution.You are responsible for the commercial health of our B2B account... Show more

 • Promoted

Customer Success Manager, SMB

HeidiToronto, Ontario, Canada
Full-time

Who We Are Healthcare needs a better rhythm: one that keeps care continuous and deeply human.Heidi is building an AI Care Partner that works alongside clinicians to make that possible.We’re a team ... Show more

 • Promoted

Customer Success Manager

Borderless AIToronto, ON, CA
Full-time

We’re on a mission to transform HR for everyone.Borderless AI builds AI agents that help HR teams work smarter.Our platform leverages generative AI to automate routine HR tasks — from employee onbo... Show more

 • Promoted

Hybrid Senior Customer Success Manager

AccordToronto, ON, CA
Full-time

Become a Senior Customer Success Manager with Accord, focusing on hybrid work in Toronto or San Francisco.Lead the full customer lifecycle to support client growth and satisfaction across mid-marke... Show more

 • Promoted

Customer Success Manager (CSM)

Veriforce CanadaToronto, Ontario, Canada
Full-time

Veriforce takes the pain out of compliance for over 50,000 organisations globally, helping them protect their people, their operations, and the planet.We support our network of hiring clients, supp... Show more

 • Promoted

Customer Success Manager (CSM)

AlcumusToronto
Full-time

Location: Greater Toronto Area, Canada.Compensation: $75,000 - $90,000 CAD per year.We want to create a better working world by building a global network of responsible buyers and suppliers.Alcumus... Show more

 • Promoted

Customer Success Technical Manager Role

LeadingtalentToronto
Full-time

Unlock client potential as a Customer Success Technical Manager at IBM.Work from Toronto or Montreal and support the integration of next-gen technologies into client operations.As a CSM Technical S... Show more

 • Promoted

Customer Success Manager

SkyPrep LMSToronto
Full-time

At SkyPrep, we believe that learning should be simple, efficient, and effective.We empower organizations to streamline training and development, equipping their teams to achieve their full potentia... Show more

 • Promoted

Remote Mid‑Market SaaS Customer Success Manager

Riverside Technology, inc.Toronto, ON, CA
Remote
Full-time

A leading tech company is seeking a Customer Success Manager to support SMB customers remotely from Toronto, Canada.The ideal candidate will leverage their customer success expertise to drive adopt... Show more

 • Promoted

Customer Success Manager

FloatToronto
Full-time

Float is on a mission to simplify finance for Canadian businesses, empowering them to eliminate complexity and unlock new opportunities.Through our innovative platform, Float enables businesses to ... Show more