Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • space - Space key.  if this is not included the default space specified on the admin screen will be used
  • title - overrides the title found in the "to:" or subject (we do not currently support colon (:) or equals (=) in titles.
    • used only when creating content.  Never used to find existing content.
  • parent - format: "page name" or page ID.  Page ID is preferred.  Do not use page name.  Future versions may require page ID. If this is a 'blog' then this option is ignored.
    • This is the page that will be operated on.  For example, an email with attachments could attach them to the specified page with this command tag in the subject or body of the email: <M2P:parent=12779714/>
  • contentType - blog or page, defaults to page
  • labels - comma-delimited list of labels to add to the page
    • <M2P:labels=label1,label2,label3>
  • not implemented:
    • templatePage (not yet implemented) -this will look to use a page in the same space for a template unless "templateSpaceKey" is defined at which point we'll look in that space.
    • templateSpaceKey (not yet implemented) - defines what space to look for the templatePage in.

...