POST
/
api2
/
v1
/
lqa
/
assessments
/
reports
/
emails
Send email(s) with LQA reports
curl --request POST \
  --url https://cloud.memsource.com/web/api2/v1/lqa/assessments/reports/emails \
  --header 'Content-Type: application/json' \
  --data '{
  "jobParts": [
    {
      "uid": "<string>"
    }
  ],
  "recipientUsers": [
    {
      "uid": "<string>"
    }
  ],
  "ccAddress": "<string>",
  "bccAddress": "<string>",
  "message": "<string>",
  "subject": "<string>",
  "organizationEmailTemplate": {
    "uid": "<string>"
  }
}'

Body

application/json

Response

201

Emails created