Context
Managing "unsubscribe all" across dozens of buckets is a bit of a nightmare. We need a way to flag an email as opted-out globally. I am thinking we use a reserved bucket name like _global that the consent/check endpoint looks at first before checking the specific bucket.
Alternatives
Manually updating every single bucket via API, but that is a bit tedious and prone to errors.
Has the feature been requested before?
No.
If the feature request is approved, would you be willing to submit a PR?
Yes.
Context
Managing "unsubscribe all" across dozens of buckets is a bit of a nightmare. We need a way to flag an email as opted-out globally. I am thinking we use a reserved bucket name like
_globalthat theconsent/checkendpoint looks at first before checking the specific bucket.Alternatives
Manually updating every single bucket via API, but that is a bit tedious and prone to errors.
Has the feature been requested before?
No.
If the feature request is approved, would you be willing to submit a PR?
Yes.