Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

POST/PUT/PATCH email api translation parent #140

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions source/includes/_api_endpoint_emails.md
Original file line number Diff line number Diff line change
Expand Up @@ -295,8 +295,9 @@ customHtml|string|The HTML content of the email
plainText|string|The plain text content of the email
template|string|The name of the template used as the base for the email
emailType|string|If it is a segment (former list) email or template email. Possible values are 'list' and 'template'
translationChildren|array|Array of Page entities for translations of this landing page
translationParent|object|The parent/main page if this is a translation
translationChildren|array|Array of email entities for translations of this email
templateTranslationParent|object|(Only if emailType is 'template') The parent/main email if this is a translation.
segmentTranslationParent|object|(Only if emailType is 'list') The parent/main email if this is a translation.
variantSentCount|int|Sent count since variantStartDate
variantReadCount|int|Read count since variantStartDate
variantChildren|array|Array of Email entities for variants of this landing email
Expand Down Expand Up @@ -368,7 +369,6 @@ customHtml|string|The HTML content of the email
plainText|string|The plain text content of the email
template|string|The name of the template used as the base for the email
emailType|string|If it is a segment (former list) email or template email. Possible values are 'list' and 'template'
translationChildren|array|Array of Page entities for translations of this landing page
translationParent|object|The parent/main page if this is a translation
variantSentCount|int|Sent count since variantStartDate
variantReadCount|int|Read count since variantStartDate
Expand Down