POST
/
feedbacks

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
description
string
required

The feedback content. Can be plain text or include basic HTML elements.

account
object | null

The customer account to which the feedback should be associated

categoryId
string | null

ID of FeedbackCategory to associate to

customer
object | null

The customer who provided the feedback

priority
number

The numeric priority (0-2), 0 being the highest, 2 being the lowest priority

project
object | null

The project to which the feedback should be associated

rating
number | null

The numeric rating (1-5)

source
enum<string> | null

Default: API (when excluded or provided as null

Available options:
WEB CSV API SLACK TWITTER CHROME_EXTENSION INTERCOM GITHUB WIDGET PORTAL APP_STORE GOOGLE_PLAY DISCORD ZENDESK FRONT SALESFORCE ZAPIER HUBSPOT FANBOOK SALESFORCE_SERVICE_CLOUD ASANA API
sourceData
object | null

Dictionary to provide other key-value pairs such as the url, view identifier, or other information

sourceId
string | null

ID from source data for later consolidation or aggregation

tags
string[] | null

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.

title
string | null

The feedback title, when provided

Response

201 - application/json
feedback
object