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
It is important to note two sections of this call when using dynamic templates.
95
95
96
-
In order to send dynamic content, you need to specify a JSON blob containing the dynamic data your template will use in the `dynamic_template_data` object. The handlebars script you write will refer to the values in your JSON blob by referencing the JSON key, check out [these examples]({{root_url}}/help-support/sending-email/using-handlebars/#-Handlebarjs-reference). This handlebars templating can be used in the text, html, and subject lines of your template. The total collective size of your dynamic data may not exceed 10,000 bytes per personalization object.
96
+
In order to send dynamic content, you need to specify a JSON blob containing the dynamic data your template will use in the `dynamic_template_data` object. The handlebars script you write will refer to the values in your JSON blob by referencing the JSON key, check out [these examples]({{root_url}}/help-support/sending-email/using-handlebars/#handlebarjs-reference). This handlebars templating can be used in the text, html, and subject lines of your template. The total collective size of your dynamic data may not exceed 10,000 bytes per personalization object.
Copy file name to clipboardExpand all lines: content/docs/help-support/sending-email/how-to-send-email.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ Depending on your editor selection, you use different methods to design your cam
48
48
1. Edit your campaign by filling in the fields in the **Settings** Tab.
49
49
50
50
1. Add your custom content.
51
-
<br> For more information about customizing your campaign, see [Using the Design Editor]({{root_url}}/help-support/sending-email/editor/#the-design-editor) or [Using the Code Editor]({{root_url}}/help-support/sending-email/editor/#-the-code-editor).
51
+
<br> For more information about customizing your campaign, see [Using the Design Editor]({{root_url}}/help-support/sending-email/editor/#the-design-editor) or [Using the Code Editor]({{root_url}}/help-support/sending-email/editor/#the-code-editor).
52
52
53
53
1. Once you’ve finished editing your campaign, you can see what it looks like by clicking **Preview**.
Copy file name to clipboardExpand all lines: content/docs/help-support/sending-email/how-to-set-up-link-branding.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ Note that you can also set up link branding when you set up your domain authenti
48
48
1. In the SendGrid UI, select [Settings > Sender Authentication](https://app.sendgrid.com/settings/whitelabel).
49
49
2. In the link branding section, click **Get Started**.
50
50
3. Next, add in information about your DNS host. CLick **Next**.
51
-
4. Enter the domain that you want to brand the links and images with and add advanced settings. Make sure that you only enter the name of your root domain. Do not include `www` or `http://www` in this field! Your domain needs to match the domain of your from address on the emails you are sending out. For example, if I am branding with the domain `example.sendgrid.com`, I would set my link branding domain to be `sendgrid.com`. Click **Next**. For more information about advanced settings, see [Advanced settings](#-Advanced-settings).
51
+
4. Enter the domain that you want to brand the links and images with and add advanced settings. Make sure that you only enter the name of your root domain. Do not include `www` or `http://www` in this field! Your domain needs to match the domain of your from address on the emails you are sending out. For example, if I am branding with the domain `example.sendgrid.com`, I would set my link branding domain to be `sendgrid.com`. Click **Next**. For more information about advanced settings, see [Advanced settings](#advanced-settings).
52
52
5. Next, you need to add all of the CNAME records on this screen to your DNS host. This process varies depending on your DNS host. For videos on how to add your CNAME to some popular DNS service providers, check out these [videos](https://sendgrid.com/docs/help-support/sending-email/dns-providers/). If you don't have access to modify your companies DNS records, you can also email a request to a co-worker. This email includes a direct link to the CNAME records. This link does expire. The recipient doesn't need login access to your SendGrid account.
53
53
54
54
Now links and images in your emails are from your custom domain. You only need to update your link branding if you want to update the domain that appears in the links in your email.
Copy file name to clipboardExpand all lines: content/docs/help-support/sending-email/troubleshooting-sender-authentication.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ SendGrid requires underscores for sender authentication, but some DNS providers
50
50
51
51
If your provider does not allow you to use underscores in zone files, consider changing your DNS hosting provider.
52
52
53
-
You can also disable automated security - this allows you to set up TXT and CX records that don't have underscores. For more information about setting up automated security, see [Using automated security]({{root_url}}/help-support/sending-email/how-to-set-up-domain-authentication/#-Using-automated-security).
53
+
You can also disable automated security - this allows you to set up TXT and CX records that don't have underscores. For more information about setting up automated security, see [Using automated security]({{root_url}}/help-support/sending-email/how-to-set-up-domain-authentication/#using-automated-security).
Copy file name to clipboardExpand all lines: content/docs/help-support/sending-email/universal-links.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,11 +23,11 @@ Regardless of the OS you are configuring your links for, we will use the term "u
23
23
24
24
</call-out>
25
25
26
-
When setting up universal links for your app, it is important to ensure that you maintain the ability to track when users click those links. After configuring your universal links, we will explain [how to ensure that your universal links are tracked](#-Resolving-SendGrid-Click-Tracking-Links).
26
+
When setting up universal links for your app, it is important to ensure that you maintain the ability to track when users click those links. After configuring your universal links, we will explain [how to ensure that your universal links are tracked](#resolving-sendgrid-click-tracking-links).
27
27
28
28
<call-outtype="warning">
29
29
30
-
**Marketing Campaigns does not support universal links by default!** If you would like to include universal links in your campaign, you must ensure that you edit the HTML of your template to appropriately [flag your links as universal](#-Flagging-Your-Universal-Links).
30
+
**Marketing Campaigns does not support universal links by default!** If you would like to include universal links in your campaign, you must ensure that you edit the HTML of your template to appropriately [flag your links as universal](#flagging-your-universal-links).
31
31
32
32
</call-out>
33
33
@@ -38,7 +38,7 @@ There are several requirements that you must complete before you can begin using
38
38
- Universal links for iOS require an "apple-app-site-association" JSON file.
39
39
- Universal links for Android require that you set up an "digital asset links" JSON file, along with configuring intent filters in your Android app's manifest file.
40
40
- Your **apple-app-site-association** and **digital asset links** files must be hosted on an HTTPS web server or content delivery network (CDN).
41
-
- To ensure that your universal links register click tracking events, and to ensure that your recipient is taken to the correct page within your app, you must properly [resolve your links](#-Resolving-SendGrid-Click-Tracking-Links).
41
+
- To ensure that your universal links register click tracking events, and to ensure that your recipient is taken to the correct page within your app, you must properly [resolve your links](#resolving-sendgrid-click-tracking-links).
42
42
- You must complete the [link branding process]({{root_url}}/help-support/sending-email/how-to-set-up-link-branding.html) for your account. When branding your links, you must use the same domain that will be used for your universal links. (e.g. links.example.com)
43
43
- On iOS, you must include your branded link subdomain in the "Associated Domains" for your app. You can customize your subdoman using the custom return path in advanced settings while setting it up. Using the example above, you'd need to add an entry for "applinks:links.example.com" like this:
0 commit comments