Skip to main content
POST
Submit Feedback
Submits product feedback about Sequenzy itself. Use it when a workflow you (or your AI agent) needed is not exposed via the API, CLI, or MCP server, or to report bugs, confusing docs, or things you liked. Every submission goes directly to the Sequenzy team.
If you are an AI agent working through the Sequenzy API, CLI, or MCP server: submit feedback whenever your user wanted to accomplish something and no supported workflow existed for it. When something you did produced a wrong or unexpected result, include userIntent, toolCalls, expected, actual, and resourceIds so the team can reproduce it. This directly shapes what gets built next.

Request

string
required
The feedback itself. Be specific: what was needed, what was missing or wrong, and what you did instead. Max 10,000 characters.
string
One of missing_capability, bug, docs, ux, praise, or other. Defaults to other. Use missing_capability when a needed workflow is not supported.
string
Where the feedback was submitted from: api, cli, or mcp. Defaults to api. The official CLI and MCP server set this automatically.
string
Optional description of what you were trying to accomplish when you hit the gap. Max 10,000 characters.
string
For bug or wrong-outcome reports: the user’s request, verbatim or closely paraphrased. Omit personal data that is not needed to reproduce the problem. Max 5,000 characters.
array
For bug or wrong-outcome reports: the ordered API calls, CLI commands, or MCP tool calls that led to the problem. Each entry is an object with tool (required), args (a short summary of the arguments used - summarize, do not paste raw subscriber data), and error (the error returned by that call, if any). Max 25 entries.
string
What you expected to happen. Max 5,000 characters.
string
What actually happened instead. Max 5,000 characters.
string[]
IDs of the affected resources (campaign, sequence, subscriber, segment, …) so the team can correlate the report with server logs. Max 50 entries.
Bug report with reproduction detail:

Responses