MailingList Data Type
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" : "..." }