ReadonlymailingThe base route for everything regarding mailing lists.
Confirms that a new subscriber is added to the mailing list.
Gets the link to the manage preferences page for the subscriber with the given id.
Gets the subscribe confirmation link for the list with the given id and the confirmationToken.
Gets the unsubscribe link for the list with the given id and the subscriber with the given id.
Runs when the app initializes.
Queues a new email for the mailing list with the provided id.
Requests for a new subscriber to the be added to the mailing list with the provided id. This should initialize a two step process required by the GDPR.
Removes a subscriber with the given id from the mailing list with the provided id.
Default mailing list service implementation of Zibri.