campaignstack_submit_feedback
Submit a feedback report or bug report to the CampaignStack team. Mirrors the in-app feedback widget (feedback-widget.tsx) and writes to the same feedbackReports table and triggers the same email notification. Use category 'bug' for broken functionality, 'feature' for capability requests, 'question' for how-to questions, and 'other' for anything else. Returns the new feedback report ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| route | Yes | The app route or context where the feedback originates (e.g. '/dashboard/campaigns' or 'mcp-agent') | |
| message | Yes | The feedback body text | |
| category | Yes | Feedback category: bug (something broken), feature (new capability request), question (how-to), other | |
| workspaceId | No | Defaults to the API key's workspace |