v93

OpenAPI 3.1.0raw.githubusercontent.com2026-08-01218121759.7 KB
Feedback

Submit feedback

Submits product feedback about Sequenzy itself to the Sequenzy team - for example, when a workflow you or your user needed is not exposed via the API, CLI, or MCP server.

post/feedback

Request body

messagestring required

The feedback itself. Be specific about what was needed and what was missing or wrong.

category'missing_capability' | 'bug' | 'docs' | 'ux' | 'praise' | 'other'

Feedback category. Use missing_capability when a needed workflow is not supported. Defaults to other.

source'api' | 'cli' | 'mcp'

Where the feedback was submitted from. Defaults to api.

contextstring

Optional description of what you were trying to accomplish when you hit the gap.

Example request

{
  "message": "There is no endpoint to bulk-delete campaigns by label."
}

Response

Feedback received

successboolean
messagestring

Example response

{
  "success": true,
  "message": "Feedback received. The Sequenzy team reviews every submission."
}