Skip to main content
POST
Create product feedback for a business

Body

Request schema for the Leadping API feedback creation request, including the fields clients can send.

type
enum<string> | null

Defines the type of product feedback submitted from inside Leadping.

Available options:
bug,
confusing,
feature_request,
missing_capability,
other
message
string | null

Message text supplied by the user or returned by the Leadping API for this feedback creation request.

route
string | null

Application route where this feedback creation request originated or should direct the user.

area
string | null

Product area or app section connected to this feedback creation request.

allowContact
boolean

Indicates whether the submitter permits Leadping support to contact them about the feedback.

clientVersion
string | null

Client application version that submitted this feedback creation request.

Response

Created

Response schema for the Leadping API feedback item response returned to authenticated clients.

id
string

Unique Leadping identifier for this feedback item response.

businessId
string | null

Business ID connected to the feedback item, when the feedback came from a business workspace.

userId
string | null

User ID for the person who submitted the feedback.

type
enum<string>

Type classification used to route and interpret this feedback item response in the Leadping API.

Available options:
bug,
confusing,
feature_request,
missing_capability,
other
status
enum<string>

Current lifecycle status for this feedback item response in the Leadping API.

Available options:
new,
reviewed,
planned,
in_progress,
shipped,
closed,
ignored
area
string | null

Product area or app section connected to this feedback item response.

route
string | null

Application route where this feedback item response originated or should direct the user.

message
string

Message text supplied by the user or returned by the Leadping API for this feedback item response.

allowContact
boolean

Indicates whether the submitter permits Leadping support to contact them about the feedback.

clientVersion
string | null

Client application version that submitted this feedback item response.

createdAt
string<date-time>

UTC timestamp when this feedback item response was created.