MailPoet for WunderAutomation provides triggers that handle changes to subscribers and their status.
Subscriber status change
This trigger fires when a subscriber is added, updated, or deleted from MailPoet. Note that this trigger only deals with the actual subscriber rather than the subscriber’s relation to a specific list.
The Subscriber status change trigger provides the following objects:
Object | Description |
---|---|
mp‑subscriber | The MailPoet subscriber that has a new status. |
mp‑oldstatus | Previous status for the subscriber. Empty if the subscriber is new. |
Subscriber added to list
This trigger fires when a subscriber is added to a list.
The following objects are provided by this trigger:
Object | Description |
---|---|
mp‑subscriber | The MailPoet subscriber that has a new status. |
mp‑list | The list that the subscriber was added to. |
Subscriber removed from list
This trigger fires when a subscriber is removed from a list.
The following objects are provided by this trigger:
Object | Description |
---|---|
mp‑subscriber | The MailPoet subscriber that has a new status. |
mp‑list | The list that the subscriber was removed from. |