Create a new Feedback Record
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
The feedback content. Can be plain text or include basic HTML elements
The feedback title, when provided
Whether the feedback is a transcript
A list of string tags to apply to the feedback. If excluded or null value provided, tags will be auto-generated based on description content.
The Contact who provided the feedback
ID of Contact to associate to
The customer account to which the feedback should be associated
ID of CustomerAccount to associate to
The source of the feedback. Default: API (when excluded or provided as null
Unique ID from source data for later consolidation or aggregation
Whether to unflatten sourceData that are meant to be nested objects for example { "plan.type": "Pro" }
will be unflattened to { "plan": { "type": "Pro" } }
Dictionary to provide other key-value pairs such as the url, view identifier, or other information
The numeric rating (integer)