Skip to content

Commit 1ab8fc4

Browse files
updating anchor links
1 parent 56a5786 commit 1ab8fc4

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

content/docs/help-support/sending-email/how-to-send-an-email-with-dynamic-transactional-templates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ curl -X "POST" "https://api.sendgrid.com/v3/mail/send" \
9393

9494
It is important to note two sections of this call when using dynamic templates.
9595

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.
9797

9898
```
9999
"dynamic_template_data":{

content/docs/help-support/sending-email/how-to-send-email.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Depending on your editor selection, you use different methods to design your cam
4848
1. Edit your campaign by filling in the fields in the **Settings** Tab.
4949

5050
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).
5252

5353
1. Once you’ve finished editing your campaign, you can see what it looks like by clicking **Preview**.
5454

content/docs/help-support/sending-email/how-to-set-up-link-branding.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Note that you can also set up link branding when you set up your domain authenti
4848
1. In the SendGrid UI, select [Settings > Sender Authentication](https://app.sendgrid.com/settings/whitelabel).
4949
2. In the link branding section, click **Get Started**.
5050
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).
5252
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.
5353

5454
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.

content/docs/help-support/sending-email/troubleshooting-sender-authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ SendGrid requires underscores for sender authentication, but some DNS providers
5050

5151
If your provider does not allow you to use underscores in zone files, consider changing your DNS hosting provider.
5252

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).
5454

5555
### Manually validating records
5656

content/docs/help-support/sending-email/universal-links.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ Regardless of the OS you are configuring your links for, we will use the term "u
2323

2424
</call-out>
2525

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).
2727

2828
<call-out type="warning">
2929

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).
3131

3232
</call-out>
3333

@@ -38,7 +38,7 @@ There are several requirements that you must complete before you can begin using
3838
- Universal links for iOS require an "apple-app-site-association" JSON file.
3939
- 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.
4040
- 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).
4242
- 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)
4343
- 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:
4444
![]({{root_url}}/images/universal_links_ios.png)

0 commit comments

Comments
 (0)