Skip to main content

 Configuration

Configuration manual for PageSeeder

reminder-digest template

If reminders are enabled this notification is sent every Monday to members with due tasks or workflows.

Email headers

NameValue
Auto-Submittedauto-generated
FromPageSeeder (DO NOT REPLY) <pageseeder@emaildomain>
SubjectYour email has been updated
ToPageSeeder [host name] reminders

XML

PageSeeder produces the following XML for the XSLT template:

<notification template="reminder-digest"
              emaildomain="example.org"
              hosturl="https://example.org"
    <comments>
      <comment discussionid="120" id="123" contentrole="Comment"
               created="2012-03-08T12:34:00+10:00"
               status="Open" priority="Low" due="2025-04-12T00:00:00+10:00">
        <title>Cavern stolen!</title>
        <author id="12" firstname="John" surname="Jones"
                email="jjones@example.org" username="jjones">
          <fullname>John Jones</fullname>
        </author>
        <assignedto id="15" firstname="Jack" surname="Johnson"
                    email="jjohnson@example.org" username="jjohnson">
          <fullname>Jack Johnson</fullname>
        </assignedto>
        <context>
          <group id="3" name="acme-test"/>
        </context>
        <group id="3" name="acme-test"/>
      </comment>
      <comment discussionid="126" id="126" contentrole="Comment"
               created="2012-03-08T12:37:00+10:00"
               status="Open" priority="Medium" due="2025-01-15T00:00:00+10:00">
        <title>Some documents to be discussed</title>
        <author id="12" firstname="John" surname="Jones"
                email="jjones@example.org" username="jjones">
          <fullname>John Jones</fullname>
        </author>
        <assignedto id="15" firstname="Jack" surname="Johnson"
                    email="jjohnson@example.org" username="jjohnson">
          <fullname>Jack Johnson</fullname>
        </assignedto>
        <context>
          <group id="4" name="acme-specs"/>
        </context>
        <group id="4" name="acme-specs"/>
      </comment>
      <comment discussionid="120" id="125" contentrole="Workflow"
               created="2012-03-08T14:59:00+10:00"
               status="In Progress" priority="High" due="2025-03-22T00:00:00+10:00">
        <title>My document</title>
        <author id="12" firstname="John" surname="Jones"
                email="jjones@example.org" username="jjones">
          <fullname>John Jones</fullname>
        </author>
        <assignedto id="15" firstname="Jack" surname="Johnson"
                    email="jjohnson@example.org" username="jjohnson">
          <fullname>Jack Johnson</fullname>
        </assignedto>
        <context fragment="2">
          <uri id="456" scheme="http" host="www.my-host.com" port="80"
               path="/ps/acme/test/folder/file.psml"
               decodedpath="/ps/acme/test/folder/file.psml" external="false"
               mediatype="application/vnd.pageseeder.psml+xml"
               created="2012-01-18T17:22:00+10:00">
             <displaytitle>My document</displaytitle>
             <description>This document is for testing purposes</description>
             <labels>test,example</labels>
           </uri>
        </context>
        <group id="3" name="acme-test"/>
      </comment>
    </comments>

Usual content

Following is a screenshot of the HTML email:

Email preview – Reminder digest

Created on , last edited on