Delighted is a self-serve experience management platform designed to help businesses gather actionable feedback from customers, employees, and users. The core purpose of the tool is to make feedback collection simple and fast. It allows companies to create and send surveys using standard metrics like Net Promoter Score (NPS), Customer Satisfaction (CSAT), and Customer Effort Score (CES) in just a few minutes. Founded in 2013, Delighted focuses on a user-friendly interface and powerful automation, removing the need for technical skills to get started. The company is now part of Qualtrics, a larger experience management company, which gives it strong backing and resources.
Delighted offers a focused set of features to make feedback collection efficient.
Delighted offers several pricing tiers to fit different business sizes and needs. The plans are structured based on the number of survey sends per month and the level of features included.
Yes, Delighted offers a free plan. It is designed for users who are just starting with feedback collection. The free plan typically includes access to all survey types and distribution channels but has limitations. These limitations usually involve a cap on the number of surveys you can send per month (e.g., 250 sends) and access to only basic reporting and a limited number of integrations. It is a great way to test the platform's core functionality before committing to a paid plan.
Getting started with Delighted is a straightforward process.
Delighted is a popular tool, but it has its own set of advantages and disadvantages.
Pros:
Cons:
Delighted offers a wide range of integrations to connect with your existing tools and automate your feedback process.
If Delighted is not the right fit, there are several other options available.
Yes, Delighted provides a powerful REST API for developers. The API allows you to programmatically manage contacts, send surveys, and retrieve feedback data. This is useful for building custom integrations or automating feedback workflows beyond the standard integrations.
To get your API key, you typically need to be on a paid plan. You can find the key in your Delighted account settings, usually under the API or Integrations section.
Here is a simple example of how to send a survey using the API with cURL:
curl -u YOUR_API_KEY: \
-X POST https://api.delighted.com/v1/people.json \
-d 'email=customer@example.com' \
-d 'name=Customer Name' \
-d 'delay=604800' \
-d 'properties[customer_id]=123'
This code sends a survey to customer@example.com
with a delay of one week.
Delighted does not have a publicly advertised affiliate program with standard commission rates. However, they do have a partner program for agencies, consultants, and technology companies who want to work with Delighted. If you are interested in becoming a partner or promoting Delighted as an influencer, it is best to contact their sales or support team directly. They can provide information on potential partnership opportunities and referral arrangements.