Skip to main content

Feedback API

Submit in-app product feedback from the dashboard Feedback dialog Base path: /api/v1/feedback Endpoint count: 1

Submit product feedback

POST /api/v1/feedback
category
string (enum: idea|issue|other)
required
Feedback category shown in the dialog’s selector — idea for a suggestion, issue for something not working, or other for general feedback.
message
string
required
The free-text feedback message (1–4000 characters).
pagePath
string
Dashboard page the feedback was sent from (e.g. /contacts), up to 512 characters. Included as context in the feedback email.
locale
string
Active dashboard locale (e.g. en), up to 32 characters. Included as context in the feedback email.
The message is delivered to the Devotel feedback inbox as a transactional email with the authenticated submitter’s address set as reply-to. The response reports whether delivery succeeded: delivered is true when the email was sent (or durably queued for retry) and false when transactional email is not configured, in which case the dashboard falls back to its copy / mail-client hand-off.