bf4a2ac287
Add subscriber status changed hook
...
This PR adds a new hook and notification when the subscriber status changes. It will be used by AutomateWoo integration.
[MAILPOET-4230]
2023-05-15 12:04:24 +02:00
76b1166269
Add methods for batch changes
...
Because sometimes can be difficult to get updated and created subscribers, I decided to create methods that doesn't need subscriber ids.
[MAILPOET-4727]
2022-10-27 09:31:40 +02:00
b716b427a7
Fix UTC time for changes
...
[MAILPOET-4727]
2022-10-27 09:31:40 +02:00
a09a9cdcbf
Add typecast to batch methods
...
Because functions can return ids as a string, the typecast is necessary to avoid type errors.
[MAILPOET-4727]
2022-10-27 09:31:40 +02:00
2d835cdec1
Add new action hooks for multiple changes
...
[MAILPOET-4727]
2022-10-27 09:31:40 +02:00
1e147c9dd5
Add notify actions for multiple subscribers
...
[MAILPOET-4727]
2022-10-27 09:31:40 +02:00
6f89b47b30
Store time of change in SubscriberChangesNotifier
...
[MAILPOET-4727]
2022-10-27 09:31:40 +02:00
2dab7fdb0c
Add new service for handling subscriber changes
...
This new service should store all changes and notify about them at the end of the HTTP request.
[MAILPOET-4727]
2022-10-27 09:31:40 +02:00