A powerful way to enrich responses with data that is relevant to your business.
freddyWidget.show({
custom_fields: {
user_id: 42,
email: "customer@example.com"
}
});
You can attach any data to a feedback response that a customer sends in.
Examples
User ID (most used)
Email address
Page or content ID
User property, like is_vip
or LTV
Feature name (useful for feature testing)
All custom data will be visible in the dashboard. Directly link feedback to your customers so you can follow up to say thank you or turn a negative experience into a positive one.
Custom fields are included in webhooks so you can build flows like this:
High value customer sends negative feedback take action (email, alert, send to colleague etc)
{
"event": "survey.response.submitted",
"survey": {
"id": "d11d6a48-016c-406d-ae31-f8n296c5facf",
"dashboard_url": "https://freddyfeedback.com/dashboard/survey/...",
"title": "FAQ feedback",
"score_min": 1,
"score_max": 5
},
"response": {
"score": 1,
"comment": "I can not update my billing information"
},
"response_meta": {
"url": "https://example.com/faq"
},
"custom_fields": {
"user_id": 42,
"email": "customer@example.com"
},
"is_preview": false,
"timestamp": 1596704505
}
Free 30 day trial • No credit card required
Read more about webhooks
See everything that Freddy can do
See how our customers use Freddy
Check our our most popular survey type