The structure of the Subscriber object
|
ID
Integer |
The Subscriber's ID |
|
STATUS
Boolean |
The Subscriber's status |
|
ACCOUNT_STATUS
Boolean |
The Subscriber's email status in the account |
|
EMAIL
String |
The Subscriber's email address |
|
PHONE
String |
The Subscriber's phone number |
|
PHONE_IGNORE
Boolean |
If set to true, a subscriber will be created even if an invalid phone number has been given.
The phone number will be excluded if invalid. |
|
NAME
String |
The Subscriber's name |
|
DAY
Integer |
The Subscriber's seniority |
|
SEND_0
Boolean |
Set's whether to send the first message of the list the Subscriber belongs to.
* For the first message to be sent, the Subscriber's DAY must be set to 0 or the EMAIL changed Default Value: 1 |
|
PERSONAL_FIELDS
Array |
An array of field id & field value pairs
Example Value:
{
123456 : "Responder",
654321 : "Newsletter Service"
}
|
|
NOTIFY
Boolean |
Set's whether to notify the owner of the list about the creation / deletion / update of the subscriber
Default Value: 0 |