Skip to main content

Send email with feedback

POST /api/v1/notifications/templates/feedback
  1. Request multipart form data
PartDescription
fileThe file to be attached.
json_paramsJSON string with subject and text for feedback.
  1. Example request
curl -i -X POST 'http://localhost:9092/api/v1/notifications/templates/feedback' -H 'content-type: multipart/form-data' -H 'x-co-auth-token: 088a87cad73d50d7cf626b31623b40f7' -F 'json_params={"subject":"333","description":"111"}' -F "file=@log-file.txt;type=text/plain"
  1. Example response
HTTP/1.1 204 No content
Content-Length: 0