Newsman API Page
Newsman API » Newsman API 1.2 » Subscriber » subscriber.initUnsubscribe
Newsman Api Method: subscriber.initUnsubscribe
Prototype: subscriber.initUnsubscribe(list_id, email, options)
Description: Inits a unsubscribe request. Email with unsubscribe confirmation link is sent to the subscriber
Return: string|int (The subscriber id)
Variable | Type | Description |
---|---|---|
list_id | string|int | The list id |
string | The email address of the subscriber | |
options | struct|null | Hash array with options for this unsubscribe init request. Valid keys are: template_id: string|int with the specific template used for sending out the unsubscribe confirmation email |