Send email(s) with LQA reports
Sends LQA (Language Quality Assessment) report emails to one or more recipients for the specified job parts. Use this to notify reviewers or project stakeholders when assessments are complete and the report is ready for review.
The service generates a time-limited download link from the completed LQA reports for the supplied job parts and attaches it to the outgoing email. The link expires after 5 days by default. Each request may target up to 100 job parts and 100 recipient users; all job parts must belong to the same project. When organizationEmailTemplate is supplied, its body is used as the email template; the optional message field replaces the template body when both are provided, or is inserted into the default email template when no organizationEmailTemplate is given. If subject is provided it must be at least 1 character; null uses the default subject from the template. The ccAddress and bccAddress fields must be valid email addresses.
Requires the Administrator or Project Manager role. Returns 404 when none of the specified job parts have a downloadable LQA report.
Authorizations
Get a token from auth/login endpoint and then pass it in the Authorization HTTP header in every subsequent API call. For more information visit our help center.
Body
Email request specifying job parts, recipients, and optional email content.
Request body for sending LQA (Language Quality Assessment) report emails.
Job parts for which the LQA reports should be sent. Between 1 and 100 entries.
100Users who will receive the LQA report email. Between 1 and 100 entries.
100BCC email address for the report email. Must be a valid email address.
CC email address for the report email. Must be a valid email address.
Body text for the outgoing email. When organizationEmailTemplate is supplied, this value replaces the template body; otherwise it is inserted into the default email template.
Reference to an object by its unique identifier
Subject line of the report email. Must be at least 1 character when supplied. Null uses the default subject from the email template.
1 - 2147483647Response
Created