Feedback
Contains feedback object and API call to send a feedback email, ask for help or suggest a new feature.
Feedback object
{
"text": "My feedback",
"useragent": "Chrome/87.0.4280.88",
"platform": "Windows NT 10.0; Win64; x64",
"screenshots": ["encoded image1", "encoded image2"],
"log": <log_file>
}API actions
send_email
Parameters
name
description
type
Example
Response
Errors
Last updated
Was this helpful?