Feedier is a customer intelligence platform that uses Artificial Intelligence (AI) to help businesses understand their customers better. The main purpose of the tool is to collect all customer feedback from different sources, analyze it automatically, and provide clear actions for improvement. It is designed for Customer Experience (CX) teams to manage the entire Voice of the Customer (VoC) journey, from listening to feedback to taking action. The platform centralizes feedback, connects it with business data, and uses AI to find important insights, saving teams a lot of time. Feedier Technologies was founded in 2016 and is headquartered in Lille, France, with a strong focus on data security and GDPR compliance.
Feedier offers a range of features to help organizations manage customer feedback effectively.
Feedier's pricing is designed for mid-size to large enterprises and is not publicly listed. To get pricing information, you must contact their sales team for a custom quote. The plans are typically structured in tiers based on the volume of feedback, number of users, and the specific features required.
Feedier does not offer a free plan. It is an enterprise-focused platform with advanced capabilities. However, prospective customers can request a personalized demo through their website to see the platform in action. During the demo, you can discuss the possibility of a proof-of-concept or a limited-time trial to evaluate the tool with your own data.
Getting started with Feedier involves a few key steps to centralize and analyze your customer feedback.
Pros:
Cons:
Feedier integrates with a wide variety of business tools to ensure a seamless workflow. Integrations are set up within the platform's dashboard, usually by providing API keys or using OAuth for authentication.
Yes, Feedier provides a REST API for developers. The API allows you to programmatically interact with the platform, enabling you to build custom integrations, push feedback from any internal system, or pull analyzed data into your own applications.
To get an API key, you must be a Feedier customer, typically on a Business or Enterprise plan. The key can be generated within your account settings in the administration panel. For more details, customers can access the developer documentation portal.
Here is a generic example of how to send feedback using a cURL command:
curl -X POST 'https://api.feedier.com/v1/feedback' \
-H 'Authorization: Bearer YOUR_API_KEY' \
-H 'Content-Type: application/json' \
-d '{
"survey_id": "YOUR_SURVEY_ID",
"responses": {
"question_1": "Great service!",
"rating": 5
},
"customer_email": "customer@example.com"
}'
Feedier does not have a public, self-service affiliate program. Their business model is focused on direct sales to mid-market and enterprise companies. However, they do have a Partner Program for consulting firms, agencies, and technology companies that wish to collaborate or resell Feedier's services. If you are interested in partnership opportunities, it is best to contact their sales or partnership team directly through their official website to discuss potential collaborations.