Socket
Socket
Sign inDemoInstall

@sendgrid/subscription-widget

Package Overview
Dependencies
Maintainers
4
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sendgrid/subscription-widget - npm Package Compare versions

Comparing version 7.2.0 to 7.2.4

4

package.json
{
"name": "@sendgrid/subscription-widget",
"version": "7.2.0",
"version": "7.2.4",
"description": "Double opt-in email automation",

@@ -26,3 +26,3 @@ "main": "index.js",

},
"gitHead": "31e48a85d5f03a63ae4616ed8c31708aa6761311"
"gitHead": "5b06b5d2e146e13a83f24945fd8650695789adc6"
}

@@ -7,3 +7,3 @@ # Email Subscription Widget with Double Opt-In

![alt text](https://github.com/devchas/sendgrid_subscription_widget/blob/master/server/static/sample-form.png "Sample Form")
![alt text](https://github.com/devchas/sendgrid_subscription_widget/blob/HEAD/server/static/sample-form.png "Sample Form")

@@ -50,3 +50,3 @@ ## Requirements

#### Add Contact to a Custom Marketing List (Optional)
By default, the widget is configured to save a new contact to your master list of ALL CONTACTS. However, you may choose to save new contacts to a specified custom list as well. To do so, you must first create a new contact list by navigating to Marketing Campaigns -> Contacts, and then click the blue button in the top right corner of the page. Once the list is created, you will require the list ID. You can find this number by navigating to the list and looking at the URL. The list ID will be the numbers following the last forward slash. For example, the list ID of a list with URL of https://sendgrid.com/marketing_campaigns/lists/651138 would be 651138. Once you have created a new list, change the value of exports.listId to the ID of that marketing list. This value is null by default.
By default, the widget is configured to save a new contact to your main list of ALL CONTACTS. However, you may choose to save new contacts to a specified custom list as well. To do so, you must first create a new contact list by navigating to Marketing Campaigns -> Contacts, and then click the blue button in the top right corner of the page. Once the list is created, you will require the list ID. You can find this number by navigating to the list and looking at the URL. The list ID will be the numbers following the last forward slash. For example, the list ID of a list with URL of https://sendgrid.com/marketing_campaigns/lists/651138 would be 651138. Once you have created a new list, change the value of exports.listId to the ID of that marketing list. This value is null by default.

@@ -56,3 +56,3 @@ #### Use a Transactional Template (Optional)

![alt text](https://github.com/devchas/sendgrid_subscription_widget/blob/master/server/static/template.png "Transactional Email Template")
![alt text](https://github.com/devchas/sendgrid_subscription_widget/blob/HEAD/server/static/template.png "Transactional Email Template")

@@ -59,0 +59,0 @@ #### Edit the Form with Your Custom URL

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc