You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ASM groups are a SendGrid feature designed to allow e-mail suppressions short of stopping all mail.
The SendGrid API supports asm as an option, where the group id is matched against the recipient to see whether they should be sent mail or not.
Currently the Novu SendGrid provider doesn't support asm parameters passed via customData. This patches that to allow an asm group id to be passed directly through to SendGrid
🎤 Why is this feature needed ?
We have a use case where an ASM group is shared with other parts of our platform that require to send mail, so we need to suppress mail being sent to members of that group.
✌️ How do you aim to achieve this?
I will change the SendGrid provider to allow the passing of this option
🔄️ Additional Information
No response
👀 Have you spent some time to check if this feature request has been raised before?
🔖 Feature description
ASM groups are a SendGrid feature designed to allow e-mail suppressions short of stopping all mail.
The SendGrid API supports
asm
as an option, where the group id is matched against the recipient to see whether they should be sent mail or not.Currently the Novu SendGrid provider doesn't support
asm
parameters passed viacustomData
. This patches that to allow an asm group id to be passed directly through to SendGrid🎤 Why is this feature needed ?
We have a use case where an ASM group is shared with other parts of our platform that require to send mail, so we need to suppress mail being sent to members of that group.
✌️ How do you aim to achieve this?
I will change the SendGrid provider to allow the passing of this option
🔄️ Additional Information
No response
👀 Have you spent some time to check if this feature request has been raised before?
🏢 Have you read the Code of Conduct?
Are you willing to submit PR?
Yes I am willing to submit a PR!
The text was updated successfully, but these errors were encountered: