MailingList Data Type

Properties
name data type description
mainArchiveUrl string
name string
otherArchives array of string
postAddress string
subscribeAddress string
unsubscribeAddress string

Example

{
  "otherArchives" : [ "...", "..." ],
  "postAddress" : "...",
  "mainArchiveUrl" : "...",
  "subscribeAddress" : "...",
  "name" : "...",
  "unsubscribeAddress" : "..."
}