SubscriberCommunication

A newly created communication

Fields

FieldDescription
name
string

Name of the communication

Example value:"Newsletter 14/03/2014"
addresses
string[]

E-mail addresses to which the communication has been sent

Example value:[ "test1@ticketmatic.com", "test2@ticketmatic.com" ]
remark
string

Optional description of the communication

Example value:"Newsletter remark"
ts
timestamp

Timestamp for the communication

Example value:"2014-09-26 15:24:36"

Example

1{
2    "name": "Newsletter 14/03/2014",
3    "addresses": [
4        "test1@ticketmatic.com",
5        "test2@ticketmatic.com"
6    ],
7    "remark": "Newsletter remark",
8    "ts": "2014-09-26 15:24:36"
9}