Additional Services

This file documents Flashback’s auxiliary endpoint for sending feedback via email, allowing users to report bugs, submit support requests, or share feature suggestions. It supports file attachments and includes safeguards like size limits and authentication to ensure secure, actionable communication with the Flashback team.

To perform this operation, you must be authenticated by means of one of the following methods: BearerAuth.

Email API Calls

Email functionalities.

Method
API Reference
Description

POST/email/feedback

post__email_feedback

Send feedback or support emails to Flashback, with optional attachments.

Schemas

Error

{
  "success": false,
  "message": "string",
  "error_code": "string",
  "error_message": "string"
}

Properties

Name
Type
Required
Restrictions
Description

success

boolean

false

none

none

message

string

false

none

none

error_code

string

false

none

none

error_message

string

false

none

none

Success

{
  "success": true,
  "message": "string"
}

Properties

Name
Type
Required
Restrictions
Description

success

boolean

false

none

none

message

string

false

none

none

Last updated

Was this helpful?