POST
/
feedbacks

Authorizations

Authorization
string
headerrequired

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

Body

application/json
title
string | null

The feedback title, when provided

description
string
required

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

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.

customer
object | null

The customer who provided the feedback

project
object | null

The customer who provided the feedback

categoryId
string | null

ID of FeedbackCategory to associate to

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
sourceId
string | null

ID from source data for later consolidation or aggregation

sourceData
object | null

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

rating
number | null

The numeric rating (1-5)

priority
number

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

Response

201 - application/json
feedback
object