Support and Feedback

Use feedback when you want to report a product bug, confusing behavior, a data issue, a usage question, or a feature request from the same agent workflow.

What feedback is for

  • A command result looks wrong or confusing
  • A creator, email, message, CRM, export, or brand-monitor workflow behaves unexpectedly
  • You want to attach a screenshot or log to help us reproduce an issue
  • You have a product suggestion or feature request
  • You want to check whether we followed up asynchronously

Key commands

Inspect the schema before submitting:

noxinfluencer schema "feedback submit"
noxinfluencer schema "feedback reply"

Submit feedback:

noxinfluencer feedback submit --message "Email reply count looks wrong" --category bug --file screenshot.png --force
noxinfluencer feedback submit --body-file feedback.json --force

Check follow-up:

noxinfluencer feedback notifications
noxinfluencer feedback inbox
noxinfluencer feedback get <feedback_id>
noxinfluencer feedback reply <feedback_id> --message "It happened on online." --force

Safety and privacy

  • Feedback is available to authenticated users and does not consume Skill quota
  • feedback submit and feedback reply are still write commands; use --force only after you approve the message
  • Attach screenshots or logs only when they are useful for support
  • Do not include API keys, bearer tokens, passwords, or private customer data in feedback text or attachments
  • Follow-up is asynchronous; check feedback inbox or feedback get <feedback_id> later

Recommended next steps