-
-
Notifications
You must be signed in to change notification settings - Fork 126
Open
Labels
Description
Description
Using feedback fish, headless-mode
Just send the feedback via POST:
fetch('https://api.feedback.fish/feedback', {
method: 'POST',
headers: {
'Content-Type': 'application/json'
},
body: JSON.stringify({
projectId: "fb630442d153de",
text: feedbackText,
category: "", // Either "issue", "idea" or "other",
userId: currentUser.email,
metadata: {},
})
})
Sample UI: https://feedback.fish/feedback/

