Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bypass_unsubscribe_management #1291

Closed
guri2323 opened this issue Aug 23, 2021 · 4 comments · Fixed by #1352
Closed

bypass_unsubscribe_management #1291

guri2323 opened this issue Aug 23, 2021 · 4 comments · Fixed by #1352
Labels
type: community enhancement feature request not on Twilio's roadmap

Comments

@guri2323
Copy link

guri2323 commented Aug 23, 2021

Issue Summary

  1. I am using 7.4.4 version of @sendgrid/mail but I don't see option "bypass_unsubscribe_management" in node modules file.

  2. I want to bypass global unsubscribe list

  3. This is the link to SendGrid documentation for accessing bypass_unsubscribe_management: https://docs.sendgrid.com/ui/sending-email/index-suppressions#bypass-suppressions

###Current email settings interface for SendGrid in node modules:

  bcc?: {
    enable?: boolean;
    email?: string;
  };
  bypassListManagement?: {
    enable?: boolean;
  };
  footer?: {
    enable?: boolean;
    text?: string;
    html?: string;
  };
  sandboxMode?: {
    enable?: boolean;
  };
  spamCheck?: {
    enable?: boolean;
    threshold?: number;
    postToUrl?: string;
  };
}

Technical details:

  • sendgrid-nodejs version: 7.4.4
  • node version: 14.17.0
@guri2323 guri2323 changed the title bypass_unsubscribe_management is not found in latest version of SendGrid bypass_unsubscribe_management Aug 23, 2021
@JenniferMah
Copy link
Contributor

Hi @guri2323,
As long as you set the bypassListManagement filter to true your message will bypass all unsubscribes and suppressions in all lists.

We don't currently support the more granular filters like bypass_spam_management, bypass_bounce_management, and bypass_unsubscribe_management in this library. Feel free to submit a PR with the changes.

This issue has been added to our internal backlog to be prioritized. Pull requests and +1s on the issue summary will help it move up the backlog.

@JenniferMah JenniferMah added status: help wanted requesting help from the community type: community enhancement feature request not on Twilio's roadmap labels Aug 24, 2021
@anguskeatinge
Copy link

Would love to see this

@acanimal
Copy link
Contributor

Any news on this feature?

@acanimal
Copy link
Contributor

I need this with some urgency. For any other that arrives here I'm working in a PR.

@childish-sambino childish-sambino removed the status: help wanted requesting help from the community label Mar 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: community enhancement feature request not on Twilio's roadmap
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants