Totango is a customer success platform designed for businesses, especially SaaS companies, to manage and grow their customer base. The main purpose of the software is to help customer success teams understand customer health, reduce churn, and identify opportunities for expansion. It works by collecting customer data from different sources, analyzing it to create health scores, and enabling teams to automate actions based on customer behavior. Totango was founded in 2010. The company provides a suite of tools that allow businesses to design, run, and measure their customer journey from onboarding to renewal. Its headquarters are in Redwood City, California, with a global presence.
Totango offers a range of features to help manage the customer lifecycle effectively.
Totango offers several pricing tiers to fit different business sizes and needs.
Totango offers a free plan that is a good starting point for small businesses. The free plan typically includes access to core customer success features for a limited number of users and customer accounts. You can use it to track customer health, manage tasks, and get a basic view of your customer base. While it has limitations on the volume of data and number of integrations compared to paid plans, it is a functional tool for getting started with customer success management without any cost.
Getting started with Totango involves a few key steps to set up and manage your customer success operations.
Pros:
Cons:
Totango integrates with a wide variety of business applications to centralize customer data. Connecting these tools allows for a more complete picture of the customer journey.
Yes, Totango provides a developer API that allows you to build custom integrations and interact with your customer data programmatically. The API can be used to push data into Totango from any system, trigger events, or extract data for custom reports. To use the API, you need to generate an API key. This key is typically found in the settings or integration section of your Totango account for users with administrative privileges. The API is a RESTful API that uses standard HTTP methods.
Here is a simple example of how to send an event to the Totango API using cURL:
curl -X POST -H 'Authorization: YOUR_API_KEY' \
-H 'Content-Type: application/json' \
-d '{
"event": "Module Completed",
"account_id": "ACC-12345",
"user_id": "user@example.com",
"module": "Onboarding Tutorial"
}' \
'https://api.totango.com/v1/events/track'
Totango does not have a public-facing affiliate program where individuals can sign up to earn commissions for referrals. Instead, they offer a Partner Program for technology companies, consulting firms, and service providers. This program is designed for businesses that want to build integrations with Totango or offer implementation and consulting services to their clients. If you are interested in becoming a partner, you should contact their partnership team directly through their website to discuss potential collaboration opportunities.