# Customer Feedback Service The **customr-feedback-service** is an API that receives *report* messages and saves them into a database. A *report* might be a *message*, *feedback* or *bug report*. ``` fields: - Email - Topic - Message - Product (for feedback and bug reports) - Metadata ```