Skip to main content
POST
Create product feedback for an organization

Authorizations

Authorization
string
header
required

Authorization header using the Bearer scheme. Accepted values are Leadping user JWT access tokens and WorkOS organization API keys beginning with sk_.

Body

The feedback category, message, and optional product context to submit.

Defines the fields clients can send when working with feedback creation.

type
null | enum<string>

Defines the type of product feedback submitted from inside Leadping.

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

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

route
null | string

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

area
null | string

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

Client application version that submitted this feedback creation request.

Response

Created

Describes feedback item data returned by Leadping.

id
string

Unique Leadping identifier for this feedback item response.

organizationId
null | string

Organization ID connected to the feedback item, when the feedback came from an organization workspace.

userId
null | string

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

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

route
null | string

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

Client application version that submitted this feedback item response.

createdAt
string<date-time>

UTC timestamp when this feedback item response was created.