Send a feedback item

Use this call to send feedback on ideas, thoughts, and problems via the API with three available types: "idea", "thought", and "problem". You can send one feedback item per minute.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
📘

If you are using Seven Bridges Platform EU, please use the following endpoint: https://eu-api.sbgenomics.com/v2/action/notifications/feedback

Example request body

{
    "text": "I have an idea on what you can change for the Workflow Editor.",
    "type": "idea",
    "referrer": "Rosalind Franklin"
}

Response

See a list of Seven Bridges Platform-specific response codes that may be contained in the body of the response.

If the request executed properly, there will be no response body for this request.

Body Params
string

Specifies the content for the feedback i.e. feedback text.

string

Specifies the type of feedback. The following are available: idea thought * problem

string

The name of the person submitting the feedback.

Headers
string
required

Your Seven Bridges Platform authentication token. For security reasons, token will not be automatically populated in the generated code sample. Please replace <your-token-here> with your token before executing this call.

Language
LoadingLoading…