1Flow is a software platform designed for creating and deploying in-product microsurveys for mobile applications and websites. Its main purpose is to help businesses understand their users by collecting feedback directly within the product experience. Companies use 1Flow to measure key metrics like Net Promoter Score (NPS), Customer Satisfaction (CSAT), Customer Effort Score (CES), and Product-Market Fit (PMF). The tool allows product managers, marketers, and UX researchers to go beyond quantitative analytics and understand the reasons behind user actions. By collecting contextual feedback, teams can get insights to improve user onboarding, reduce churn, and build better products. The company, 1Flow, Inc., is based in San Carlos, California, USA, and serves a global customer base of B2C and B2B software companies.
1Flow offers a range of features to create, target, and analyze user feedback.
1Flow offers several pricing plans designed for different business sizes and needs.
1Flow does not offer a permanent free plan. However, it provides a 14-day free trial that gives full, unlimited access to all platform features. No credit card is required to sign up for the trial. This allows teams to explore the tool's capabilities, install the SDK, and run test surveys to evaluate if it meets their needs before committing to a paid subscription.
Getting started with 1Flow involves a few simple steps to begin collecting user feedback.
Pros:
Cons:
1Flow integrates with popular platforms to help you create a connected feedback loop.
If you are looking for other tools for in-product feedback, here are some alternatives to 1Flow.
Yes, 1Flow provides a developer API and webhooks to allow for custom integrations and data workflows. The API can be used to programmatically access survey data or connect 1Flow to internal systems. To get started with the API, you typically need an API key, which can be generated from within your account settings in the 1Flow dashboard, usually in a section labeled 'Developer' or 'API'.
Here is a general example of how you might use a webhook to receive data:
{
"event_type": "survey_response_submitted",
"payload": {
"survey_id": "srv_12345",
"user_id": "usr_67890",
"responses": [
{
"question_id": "q_abcde",
"answer": "10"
},
{
"question_id": "q_fghij",
"answer": "The support was excellent."
}
],
"submitted_at": "2023-10-27T10:00:00Z"
}
}
For detailed instructions and API documentation, you should visit the developer section on the 1Flow website or contact their support team.
There is no publicly available information about a formal affiliate program for 1Flow. Companies of this type sometimes have partner programs for agencies or consultants. If you are interested in promoting 1Flow or partnering with them, the best approach is to contact their sales or support team directly through their website to inquire about any potential partnership, referral, or influencer opportunities.