Closed KevinMind closed 11 months ago
we have very old entries on the suppression list? Should we clear the list and let it refill? Many of the emails will probably never get processed.
I am not sure we are able/allowed clear the list entirely. However, we can certainly remove a large portion, for example accounts we have banned, or based on further criteria.
Old Jira Ticket: https://mozilla-hub.atlassian.net/browse/ADDSRV-596
Old Jira Ticket: https://mozilla-hub.atlassian.net/browse/ADDSRV-596
Old Jira Ticket: https://mozilla-hub.atlassian.net/browse/ADDSRV-596
Old Jira Ticket: https://mozilla-hub.atlassian.net/browse/ADDSRV-596
Old Jira Ticket: https://mozilla-hub.atlassian.net/browse/ADDSRV-596
Old Jira Ticket: https://mozilla-hub.atlassian.net/browse/ADDSRV-596
Old Jira Ticket: https://mozilla-hub.atlassian.net/browse/ADDSRV-596
Old Jira Ticket: https://mozilla-hub.atlassian.net/browse/ADDSRV-596
Old Jira Ticket: https://mozilla-hub.atlassian.net/browse/ADDSRV-596
Old Jira Ticket: https://mozilla-hub.atlassian.net/browse/ADDSRV-596
Old Jira Ticket: https://mozilla-hub.atlassian.net/browse/ADDSRV-596
Old Jira Ticket: https://mozilla-hub.atlassian.net/browse/ADDSRV-596
Old Jira Ticket: https://mozilla-hub.atlassian.net/browse/ADDSRV-596
Describe the problem and steps to reproduce it:
Investigation of the socketlabs API:
What happened?
Socketlabs API
BulkRemoval list of emails from suppression list:
url: https://api.socketlabs.com/v2/subaccount/:subaccountId/suppressions/bulk-remove
max 1000 emails
BulkDownload current suppression list:
url: https://api.socketlabs.com/v2/subaccount/:subaccountId/suppressions/download?sortField=suppressionLastUpdate&sortDirection=dsc
Notes:
-- the API supports page size up to 100 and includes total count in response.
-- downloading via csv seems to be quite performant taking <10 seconds.
-- API supports crud for api keys, so we can rotate keys automatically if we want. (here)
I was able to get some requests working, but it seems we do not have permissions for all endpoints.
After a few hours pinging the server, I started getting rejected by the server
Questions:
┆Issue is synchronized with this Jira Task