GraphQL API

GraphQL API

Latest Poppulo platform GraphQL API

EmailContentPublishedArticle

This type represents multiple fields which comprise a published article

Fields

  • publishedArticleId

    ID

    Unique identifier for this published article version

  • folderId

    ID

    Folder UUID for organizational hierarchy

  • emailId

    ID

    Email campaign UUID if article was distributed via email

  • defaultLanguage

    Locale

    Primary locale used when creating the article

  • publishedAt

    EpochMillis

    Unix timestamp (milliseconds) when the article was published

  • Array of locale-specific content versions for this article. Filtered by the input `languages` parameter when provided. Contains one entry per available translation.

  • Map of all images used across all locales, indexed by imageReference. Each entry includes a time-limited signed download URL. HTML content references these via `notessa-image://<imageReference>` URIs. Empty array when article contains no images.