Skip to content

bypass_unsubscribe_managementΒ #1291

@guri2323

Description

@guri2323

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions