Feedback

The feedback API allows an authenticated user to send a feedback via email. The feedback to be sent contains the return email address of the sender and his/her message with his email address. The feedback is sent by the server and is not stored anywhere in the database, hence it only supports POST method. The feedback API also uses parameters instead of a JSON body to send the feedback.

Parameters

Name Data Type Description
user-email-from Text The email address of the sender of the feedback.
Sample: johndoe@vistracks.com
feedback-body Text The message of the feedback to be sent. 
Sample: Hello

Create

API PATH: /api/v2/feedback
METHOD: POST
PARAMETERS: ?user-email-from=johndoe@vistracks.com&feedback-body=Hello

API error calls

ERROR MESSAGE POSSIBLE CAUSES
An error occurred while trying to send email. Error in sending mail