GraphQL API

GraphQL API

Latest Poppulo platform GraphQL API

NotessaContentGetEmailsInFolderInput

Input for getting emails in a folder for an account

Fields

  • activeAccountId

    ID
    Required

    Account ID of the user's currently active account. This should be the globalAccountID (e.g., "208020"), not a UUID.

  • folderId

    ID
    Required

    Folder ID This should be the id field and not globalFolderUuid.

  • emailNameFilter

    String
    Optional

    Optional filter to search for emails by name. Returns emails whose names contain this string (case-insensitive).

  • page

    Int
    Optional

    Page number for pagination. Default 1

  • pageSize

    Int
    Optional

    Page size for pagination. Default 20