diff --git a/source/API_Reference/Customer_Subuser_API/apps.md b/source/API_Reference/Customer_Subuser_API/apps.md
index 0ff9ecbda3..052bb34b19 100644
--- a/source/API_Reference/Customer_Subuser_API/apps.md
+++ b/source/API_Reference/Customer_Subuser_API/apps.md
@@ -77,7 +77,7 @@ Activate an app on a subuser.
{% parameters activate %}
{% parameter task Yes 'Must be set to SendGrid has a Marketing Email API that allows users to access data and interact with the Marketing Email functionality of SendGrid website. We also have a Marketing Email web interface. SendGrid has a Marketing Email API that allows users to access data and interact with the Marketing Email functionality of SendGrid website. We also have a Marketing Email web interface. The Marketing Email API provides developers with the ability to manage marketing emails, lists, identities, and schedule delivery events. This can be very useful in allowing development teams to propagate data in and out of the web based Marketing Email App that can be easily used by members of the company with little or no programming expertise. For more information on the utility of these apps, please check out the Apps section. For more information on the utility of these apps, please check out the Apps section. Allows you to specify the domain to use to sign messages with DKIM
certification. This domain should match the domain in the From address
-of your e-mail. For more info, check out these details on DKIM.activate
' 'Task to activate an app' %}
{% parameter user Yes 'Subuser must be under your account' 'The subuser to activate the app on' %}
- {% parameter name Yes 'Must be a [supported app](https://sendgrid.com/docs/API_Reference/Web_API/filter_settings.html)' 'The app to activate' %}
+ {% parameter name Yes 'Must be a [supported app]({{root_url}}/API_Reference/Web_API/filter_settings.html)' 'The app to activate' %}
{% endparameters %}
{% apiexample activate POST https://api.sendgrid.com/apiv2/customer.apps api_user=your_sendgrid_username&api_key=your_sendgrid_password&name=clicktrack&task=activate&user=subuser_username %}
@@ -104,7 +104,7 @@ Deactivate an app on a subuser.
{% parameters deactivate %}
{% parameter task Yes 'Must be set to
deactivate
' 'Deactivate an app' %}
{% parameter user Yes 'Subuser must be under your account' 'The subuser to deactivate the app on' %}
- {% parameter name Yes 'Must be a [supported app](https://sendgrid.com/docs/API_Reference/Web_API/filter_settings.html)' 'The app to deactivate' %}
+ {% parameter name Yes 'Must be a [supported app]({{root_url}}/API_Reference/Web_API/filter_settings.html)' 'The app to deactivate' %}
{% endparameters %}
{% apiexample deactivate POST https://api.sendgrid.com/apiv2/customer.apps api_user=your_sendgrid_username&api_key=your_sendgrid_password&name=clicktrack&task=deactivate&user=subuser_username %}
@@ -135,7 +135,7 @@ Refer to [Filter Settings]({{root_url}}/API_Reference/Web_API/filter_settings.ht
{% parameters setup %}
{% parameter task Yes 'Must be set to
setup
' 'Task to setup an app' %}
{% parameter user Yes 'Subuser must be under your account' 'The subuser to setup the app on' %}
- {% parameter name Yes 'Must be a [supported app](https://sendgrid.com/docs/API_Reference/Web_API/filter_settings.html)' 'The app to setup' %}
+ {% parameter name Yes 'Must be a [supported app]({{root_url}}/API_Reference/Web_API/filter_settings.html)' 'The app to setup' %}
{% endparameters %}
{% apiexample setup POST https://api.sendgrid.com/apiv2/customer.apps api_user=your_sendgrid_username&api_key=your_sendgrid_password&user=subuser_username&name=clicktrack&task=setup&enable_text=0 %}
@@ -161,7 +161,7 @@ Get the settings for a subuser's app.
{% parameters getsettings %}
{% parameter task Yes 'Must be set to
getsettings
' 'Task to retrieve the settings for the app' %}
{% parameter user Yes 'Subuser must be under your account' 'The subuser get the app settings for' %}
- {% parameter name Yes 'Must be a [supported app](https://sendgrid.com/docs/API_Reference/Web_API/filter_settings.html)' 'The app to retrieve settings of' %}
+ {% parameter name Yes 'Must be a [supported app]({{root_url}}/API_Reference/Web_API/filter_settings.html)' 'The app to retrieve settings of' %}
{% endparameters %}
{% apiexample getsettings POST https://api.sendgrid.com/apiv2/customer.apps api_user=your_sendgrid_username&api_key=your_sendgrid_password&name=clicktrack&task=getsettings&user=subuser_username %}
diff --git a/source/API_Reference/Customer_Subuser_API/v1_(deprecated)/subuser_unsubscribes.md b/source/API_Reference/Customer_Subuser_API/v1_(deprecated)/subuser_unsubscribes.md
index 0931940c42..b117f4454b 100644
--- a/source/API_Reference/Customer_Subuser_API/v1_(deprecated)/subuser_unsubscribes.md
+++ b/source/API_Reference/Customer_Subuser_API/v1_(deprecated)/subuser_unsubscribes.md
@@ -9,7 +9,7 @@ navigation:
---
{% warning %}
-This feature is deprecated, please go to the v2 Customer Subuser API Subuser Unsubscribes page.
+This feature is deprecated, please go to the v2 Customer Subuser API Subuser Unsubscribes page.
{% endwarning %}
{% anchor h2 %}
diff --git a/source/API_Reference/Marketing_Emails_API/index.html b/source/API_Reference/Marketing_Emails_API/index.html
index 774a3bd2d9..deb6f1edeb 100644
--- a/source/API_Reference/Marketing_Emails_API/index.html
+++ b/source/API_Reference/Marketing_Emails_API/index.html
@@ -9,7 +9,7 @@
show: true
---
-Example X-SMTPAPI Header Value
url | url |
-an optional url to POST the email and a copy of the report to. Refer to the Spam Checker documentation for POST details. | +an optional url to POST the email and a copy of the report to. Refer to the Spam Checker documentation for POST details. |
In this case, the header is telling the processing routine to assign this email the category of "newuser".
+In this case, the header is telling the processing routine to assign this email the category of "newuser".
{% anchor h2 %} The X-SMTPAPI Header diff --git a/source/API_Reference/SMTP_API/unique_arguments.md b/source/API_Reference/SMTP_API/unique_arguments.md index e84525e783..2190ff2e3e 100644 --- a/source/API_Reference/SMTP_API/unique_arguments.md +++ b/source/API_Reference/SMTP_API/unique_arguments.md @@ -6,7 +6,7 @@ navigation: show: true --- -The SMTP API JSON string allows you to attach an unlimited number of unique arguments to your email. The arguments are used only for tracking. They can be retrieved through the [Event API]({{root_url}}/API_Reference/Webhooks/event.html) or the [Email Activity]({{root_url}}/Delivery_Metrics/email_activity.html) page. +The SMTP API JSON string allows you to attach an unlimited number of unique arguments to your email. The arguments are used only for tracking. They can be retrieved through the [Event API]({{root_url}}/API_Reference/Webhooks/event.html) or the [Email Activity]({{root_url}}/User_Guide/Delivery_Metrics/email_activity.html) page. These arguments can be added using a JSON string like this: diff --git a/source/API_Reference/Web_API/Statistics/index.html b/source/API_Reference/Web_API/Statistics/index.html index cb57cd6b7b..1b391579b9 100644 --- a/source/API_Reference/Web_API/Statistics/index.html +++ b/source/API_Reference/Web_API/Statistics/index.html @@ -114,7 +114,7 @@ {% endapiexample %} {% info %} -To better understand the terms used in the response, please refer to the [Delivery Metrics]({{root_url}}/Delivery_Metrics/index.html#-Metrics) documentation. +To better understand the terms used in the response, please refer to the [Delivery Metrics]({{root_url}}/User_Guide/Delivery_Metrics/index.html#-Metrics) documentation. {% endinfo %}If a category is used over the SMTP API to get detailed statistics for user signups in addition to custom parameter, include the following in your SMTP headers as X-SMTPAPI or as the xsmtpapi parameter of your Web API call:
+If a category is used over the SMTP API to get detailed statistics for user signups in addition to custom parameter, include the following in your SMTP headers as X-SMTPAPI or as the xsmtpapi parameter of your Web API call:
{% codeblock lang:json %} { diff --git a/source/Code_Examples/ios.md b/source/Code_Examples/ios.md deleted file mode 100644 index b9a316cd23..0000000000 --- a/source/Code_Examples/ios.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -layout: page -weight: 0 -title: iOS (Objective-C) -navigation: - show: true ---- - -{% github sendgrid/sendgrid-objc#usage Objective-C %} -We recommend using SendGrid Objective-C, our client library, available on Github, with full documentation. -{% endgithub %} - -{% anchor h2 %}Using SendGrid's Objective-C Library{% endanchor %} -{% codeblock lang:objc %} -// using SendGrid's Objective-C Library - https://github.com/sendgrid/sendgrid-objc -#importSendGrid offers statistics on a number of different metrics to report on what is happening with your messages.
- -SendGrid offers statistics on a number of different metrics to report on what is happening with your messages.
+ +-If you are sending email through SendGrid and have the Subscription Tracking app turned on, an unsubscribe option will be added to the footer of every email that gets sent through your account. A user who clicks the unsubscribe link will be added to your global unsubscribe list and **any** future attempts to send email to those users will be suppressed unless they’re removed. You can also manage this list manually, adding and removing addresses via the UI or with the use of API calls. +If you are sending email through SendGrid and have the Subscription Tracking app turned on, an unsubscribe option will be added to the footer of every email that gets sent through your account. A user who clicks the unsubscribe link will be added to your global unsubscribe list and **any** future attempts to send email to those users will be suppressed unless they’re removed. You can also manage this list manually, adding and removing addresses via the UI or with the use of API calls.
-The Subscription Tracking app also has a number of options for customization, such as a replacement tag that allows you to place the unsubscribe text somewhere in the body of the email, the ability to reword the unsubscribe message, and the ability to add a custom landing page. +The Subscription Tracking app also has a number of options for customization, such as a replacement tag that allows you to place the unsubscribe text somewhere in the body of the email, the ability to reword the unsubscribe message, and the ability to add a custom landing page.
diff --git a/source/User_Guide/Email_Deliverability/sender_reputation.md b/source/User_Guide/Email_Deliverability/sender_reputation.md index 2a17ec31e9..75022a0d29 100644 --- a/source/User_Guide/Email_Deliverability/sender_reputation.md +++ b/source/User_Guide/Email_Deliverability/sender_reputation.md @@ -19,7 +19,7 @@ How is Reputation Computed? Your SendGrid account reputation is computed based on a calculation of: -The percentage of requests that are able to be Delivered. This takes into account [Bounces]({{root_url}}/Glossary/bounces.html), Invalid Emails, and Drops (Repeat bounces, unsubscribes, etc.) Please review our [Delivery Metrics]({{root_url}}/Delivery_Metrics/index.html) documentation for more detail on these terms. +The percentage of requests that are able to be Delivered. This takes into account [Bounces]({{root_url}}/Glossary/bounces.html), Invalid Emails, and Drops (Repeat bounces, unsubscribes, etc.) Please review our [Delivery Metrics]({{root_url}}/User_Guide/Delivery_Metrics/index.html) documentation for more detail on these terms. Spam Reports. Each spam report is a user actively rejecting your mail, and has a strong negative affect {% anchor h2 %} diff --git a/source/User_Guide/Email_Settings/categories.md b/source/User_Guide/Email_Settings/categories.md index 9a56a273ce..a36b3da3b5 100644 --- a/source/User_Guide/Email_Settings/categories.md +++ b/source/User_Guide/Email_Settings/categories.md @@ -12,7 +12,7 @@ seo: Categories help organize your email analytics by enabling you to tag emails you send by topics you define. -Just as you can view the statistics on all your activity under the '[Statistics]({{root_url}}/Delivery_Metrics/)' tab, you can go a step further and view the [statistics broken down to a particular category]({{root_url}}/Delivery_Metrics/categories.html). +Just as you can view the statistics on all your activity under the '[Statistics]({{root_url}}/User_Guide/Delivery_Metrics/)' tab, you can go a step further and view the [statistics broken down to a particular category]({{root_url}}/User_Guide/Delivery_Metrics/categories.html). The events that can be associated with category include: @@ -23,7 +23,7 @@ The events that can be associated with category include: - Spam Reports - Unsubscribes -The actual statistics included vary depending upon the set of enabled [Apps]({{root_url}}/Apps/). Emails sent, bounces and spam reports will always get tracked. [Unsubscribes]({{root_url}}/Apps/subscription_tracking.html), [Clicks]({{root_url}}/Apps/click_tracking.html), and [Opens]({{root_url}}/Apps/open_tracking.html) require that the associated App is enabled. Check out the [Apps tab](https://sendgrid.com/app) to see which apps you have enabled. +The actual statistics included vary depending upon the set of enabled [Apps]({{root_url}}/User_Guide/Apps/). Emails sent, bounces and spam reports will always get tracked. [Unsubscribes]({{root_url}}/User_Guide/Apps/subscription_tracking.html), [Clicks]({{root_url}}/User_Guide/Apps/click_tracking.html), and [Opens]({{root_url}}/User_Guide/Apps/open_tracking.html) require that the associated App is enabled. Check out the [Apps tab](https://sendgrid.com/app) to see which apps you have enabled. In order to add the X-SMTPAPI categories header, please look at our [SMTP API Categories]({{root_url}}/API_Reference/SMTP_API/categories.html) documentation. You can also get a [full category list]({{root_url}}/API_Reference/Web_API/Statistics/index.html#-Category-List) or get [category specific statistics]({{root_url}}/API_Reference/Web_API/Statistics/index.html#-Retrieve-Statistics) from the SendGrid API. diff --git a/source/Marketing_Emails/analytics.md b/source/User_Guide/Marketing_Emails/analytics.md similarity index 97% rename from source/Marketing_Emails/analytics.md rename to source/User_Guide/Marketing_Emails/analytics.md index 6081eeb0ef..874b086cee 100644 --- a/source/Marketing_Emails/analytics.md +++ b/source/User_Guide/Marketing_Emails/analytics.md @@ -26,7 +26,7 @@ Here, you’ll have access to:  -You can learn more about each of these statistics [here]({{root_url}}/Delivery_Metrics/metrics.html). +You can learn more about each of these statistics [here]({{root_url}}/User_Guide/Delivery_Metrics/metrics.html). You can also view the statistics for your newsletters by going to [Marketing Email > Manage](https://sendgrid.com/newsletter). Here you’ll see a quick preview of many of the metrics that you would look at to see how your newsletter is performing: sent, opens, unique opens, open rate, total clicks, CTR, opt-out/unsubscribe rate, and spam reports. diff --git a/source/Marketing_Emails/create_manage.md b/source/User_Guide/Marketing_Emails/create_manage.md similarity index 100% rename from source/Marketing_Emails/create_manage.md rename to source/User_Guide/Marketing_Emails/create_manage.md diff --git a/source/Marketing_Emails/dashboard.md b/source/User_Guide/Marketing_Emails/dashboard.md similarity index 100% rename from source/Marketing_Emails/dashboard.md rename to source/User_Guide/Marketing_Emails/dashboard.md diff --git a/source/Marketing_Emails/index.html b/source/User_Guide/Marketing_Emails/index.html similarity index 91% rename from source/Marketing_Emails/index.html rename to source/User_Guide/Marketing_Emails/index.html index c62f31087f..bb0a8aa3da 100644 --- a/source/Marketing_Emails/index.html +++ b/source/User_Guide/Marketing_Emails/index.html @@ -18,4 +18,4 @@For information on programmatically interfacing with SendGrid marketing emails, check out the Marketing Email API documentation.
-The Email Marketing Campaigns gives information about different types of marketing email campaigns. Here is more information on managing unsubscribes within the Marketing Application. +The Email Marketing Campaigns gives information about different types of marketing email campaigns. Here is more information on managing unsubscribes within the Marketing Application. diff --git a/source/Marketing_Emails/recipients.md b/source/User_Guide/Marketing_Emails/recipients.md similarity index 100% rename from source/Marketing_Emails/recipients.md rename to source/User_Guide/Marketing_Emails/recipients.md diff --git a/source/Marketing_Emails/sender_address.md b/source/User_Guide/Marketing_Emails/sender_address.md similarity index 100% rename from source/Marketing_Emails/sender_address.md rename to source/User_Guide/Marketing_Emails/sender_address.md diff --git a/source/Marketing_Emails/tags.md b/source/User_Guide/Marketing_Emails/tags.md similarity index 100% rename from source/Marketing_Emails/tags.md rename to source/User_Guide/Marketing_Emails/tags.md diff --git a/source/Marketing_Emails/unsubscribes.md b/source/User_Guide/Marketing_Emails/unsubscribes.md similarity index 50% rename from source/Marketing_Emails/unsubscribes.md rename to source/User_Guide/Marketing_Emails/unsubscribes.md index 93c328e841..b3f00faaa6 100644 --- a/source/Marketing_Emails/unsubscribes.md +++ b/source/User_Guide/Marketing_Emails/unsubscribes.md @@ -8,7 +8,7 @@ navigation: show: true --- -Emails sent through our [Marketing Email tool]({{root_url}}/Marketing_Emails/index.html) will contain an unsubscribe link regardless of whether or not the Subscription Tracking app is turned on. When users unsubscribe from a marketing email they do not end up on a global unsubscribe list. Each Marketing Email recipient list has it’s own unsubscribes. Recipients that unsubscribe from these emails are unsubscribing from future emails sent to that specific list. You can use separate lists to allow your recipients to unsubscribe from certain types of messages while still receiving others. +Emails sent through our [Marketing Email tool]({{root_url}}/User_Guide/Marketing_Emails/index.html) will contain an unsubscribe link regardless of whether or not the Subscription Tracking app is turned on. When users unsubscribe from a marketing email they do not end up on a global unsubscribe list. Each Marketing Email recipient list has it’s own unsubscribes. Recipients that unsubscribe from these emails are unsubscribing from future emails sent to that specific list. You can use separate lists to allow your recipients to unsubscribe from certain types of messages while still receiving others. You can export your unsubscribes from each list by hovering over the recipient list in question, selecting “Export,” and then selecting the “Unsubscribes” checkbox. @@ -16,4 +16,4 @@ To add the exported unsubscribe list to a different recipient list, select “Ma To export the unsubscribes from all of your different lists by selecting the “Download as CSV from all lists” option under “Manage Unsubscribes.” -See Also: [Transactional Email Unsubscribes]({{root_url}}/Transactional_Email/unsubscribes.html) +See Also: [Transactional Email Unsubscribes]({{root_url}}/User_Guide/Transactional_Email/unsubscribes.html) diff --git a/source/User_Guide/SendGrid_for_Mobile/dashboard.md b/source/User_Guide/SendGrid_for_Mobile/dashboard.md index ce799bcda4..e7940c5251 100644 --- a/source/User_Guide/SendGrid_for_Mobile/dashboard.md +++ b/source/User_Guide/SendGrid_for_Mobile/dashboard.md @@ -18,6 +18,6 @@ navigation: -The dashboard page will display your account’s statistics for the past day, week, or month. SendGrid offers a number of [Delivery Metrics]({{root_url}}/Delivery_Metrics/index.html) to report what is happening with your messages. +The dashboard page will display your account’s statistics for the past day, week, or month. SendGrid offers a number of [Delivery Metrics]({{root_url}}/User_Guide/Delivery_Metrics/index.html) to report what is happening with your messages. You can also export the statistics for each individual day to a CSV file by tapping the Share button. \ No newline at end of file diff --git a/source/User_Guide/SendGrid_for_Mobile/suppression.md b/source/User_Guide/SendGrid_for_Mobile/suppression.md index 6bf3368686..d0672fc47b 100644 --- a/source/User_Guide/SendGrid_for_Mobile/suppression.md +++ b/source/User_Guide/SendGrid_for_Mobile/suppression.md @@ -18,7 +18,7 @@ navigation: -The Suppression Lists section will allow you to view and modify your account’s [suppression lists]({{root_url}}/Delivery_Metrics/email_reports.html). +The Suppression Lists section will allow you to view and modify your account’s [suppression lists]({{root_url}}/User_Guide/Delivery_Metrics/email_reports.html). Depending on the list you're viewing, you can tap on an address to get more information (for instance, the bounce reason for addresses listed on the bounce list). You can also swipe left on an address to delete it off a list. diff --git a/source/User_Guide/Setting_Up_Your_Server/Whitelabeling/spf.md b/source/User_Guide/Setting_Up_Your_Server/Whitelabeling/spf.md index 166eec156f..2afc33d8e6 100644 --- a/source/User_Guide/Setting_Up_Your_Server/Whitelabeling/spf.md +++ b/source/User_Guide/Setting_Up_Your_Server/Whitelabeling/spf.md @@ -16,7 +16,7 @@ navigation: SPF and Whitelabel {% endanchor %} -As part of the [whitelabel]({{root_url}}/User_Guide/Setting_Up_Your_Server/Whitelabeling/index.html) process you must create a subdomain (such as em.example.com) which is used for [click and open tracking]({{root_url}}/Delivery_Metrics/email_activity.html) as well as in the Return-Path email header. SPF uses the domain value in the Return-Path header for the DNS lookup to determine the permitted senders for the domain. +As part of the [whitelabel]({{root_url}}/User_Guide/Setting_Up_Your_Server/Whitelabeling/index.html) process you must create a subdomain (such as em.example.com) which is used for [click and open tracking]({{root_url}}/User_Guide/Delivery_Metrics/email_activity.html) as well as in the Return-Path email header. SPF uses the domain value in the Return-Path header for the DNS lookup to determine the permitted senders for the domain. If you have an SPF record set for your root domain (i.e. yourdomain.com), you must add {% codeblock %}include:sendgrid.net{% endcodeblock %} before the all mechanism of this record. If you do not have an SPF record for your domain you must create a TXT record with the value: diff --git a/source/Transactional_Email/Template_Engine/index.html b/source/User_Guide/Transactional_Email/Template_Engine/index.html similarity index 100% rename from source/Transactional_Email/Template_Engine/index.html rename to source/User_Guide/Transactional_Email/Template_Engine/index.html diff --git a/source/Transactional_Email/Template_Engine/setup_guide.md b/source/User_Guide/Transactional_Email/Template_Engine/setup_guide.md similarity index 100% rename from source/Transactional_Email/Template_Engine/setup_guide.md rename to source/User_Guide/Transactional_Email/Template_Engine/setup_guide.md diff --git a/source/Transactional_Email/index.html b/source/User_Guide/Transactional_Email/index.html similarity index 100% rename from source/Transactional_Email/index.html rename to source/User_Guide/Transactional_Email/index.html diff --git a/source/User_Guide/Transactional_Email/unsubscribes.md b/source/User_Guide/Transactional_Email/unsubscribes.md new file mode 100644 index 0000000000..935e26ed27 --- /dev/null +++ b/source/User_Guide/Transactional_Email/unsubscribes.md @@ -0,0 +1,16 @@ +--- +seo: + title: Transactional Email Unsubscribes +title: Transactional Email Unsubscribes +weight: 0 +layout: page +navigation: + show: true +--- + +If you are sending email through SendGrid and have the [Subscription Tracking app]({{root_url}}/User_Guide/Apps/subscription_tracking.html) turned on an unsubscribe option will be added to the footer of every email that gets sent through your account. A user who clicks the unsubscribe link will be added to your [global unsubscribe list](https://sendgrid.com/unsubscribes) and **any** future attempts to send email to those users will be suppressed unless they’re removed. You can also manage this list manually, adding and removing addresses via the UI or with the use of [API calls]({{root_url}}/API_Reference/Web_API/unsubscribes.html). + +The [Subscription Tracking app]({{root_url}}/User_Guide/Apps/subscription_tracking.html) also has a number of options for customization, such as a replacement tag that allows you to place the unsubscribe text somewhere in the body of the email, the ability to reword the unsubscribe message, and the ability to add a custom landing page. + +See Also: See Also: [Marketing Email Unsubscribes]({{root_url}}/User_Guide/Marketing_Emails/unsubscribes.html) + diff --git a/source/User_Guide/index.html b/source/User_Guide/index.html index 5f3fca3436..5c4a90581e 100644 --- a/source/User_Guide/index.html +++ b/source/User_Guide/index.html @@ -31,12 +31,12 @@Once you've got email sending squared away, check out some of the other awesome things you can do with our APIs and apps.
+href="{{root_url}}/User_Guide/Apps/index.html" title="SendGrid Apps">apps. {% anchor h3 %} Marketers {% endanchor %} -Our marketing email feature lets you compose and send email campaigns from a powerful web-based tool. We provide list management, delivery scheduling, A/B split testing, and of course we provide analytics on the emails you send. You can take a look at our marketing email documentation to learn more.
+Our marketing email feature lets you compose and send email campaigns from a powerful web-based tool. We provide list management, delivery scheduling, A/B split testing, and of course we provide analytics on the emails you send. You can take a look at our marketing email documentation to learn more.
We also provide a robust marketing email API if you want to integrate any of these features into your own application.
diff --git a/source/User_Guide/throttling.md b/source/User_Guide/throttling.md index b5aea3bd0c..6c55a16d5e 100644 --- a/source/User_Guide/throttling.md +++ b/source/User_Guide/throttling.md @@ -8,7 +8,7 @@ navigation: show: true --- -So, you tried to send a bunch of email, and when you checked your [Event webhook]({{root_url}}/API_Reference/Webhooks/event.html) or your [Email Activity]({{root_url}}/Delivery_Metrics/email_activity.html) page, you see a number of messages are marked as "Deferred" instead of "Delivered". Or maybe you're looking at your [Email Reports]({{root_url}}/Delivery_Metrics/email_reports.html), and noticing a lot of addresses in your [Blocks](https://sendgrid.com/blocks), but not many in your Hard Bounces. What? Why aren't your recipients currently in awe at the glory of your amazing message? +So, you tried to send a bunch of email, and when you checked your [Event webhook]({{root_url}}/API_Reference/Webhooks/event.html) or your [Email Activity]({{root_url}}/User_Guide/Delivery_Metrics/email_activity.html) page, you see a number of messages are marked as "Deferred" instead of "Delivered". Or maybe you're looking at your [Email Reports]({{root_url}}/User_Guide/Delivery_Metrics/email_reports.html), and noticing a lot of addresses in your [Blocks](https://sendgrid.com/blocks), but not many in your Hard Bounces. What? Why aren't your recipients currently in awe at the glory of your amazing message? First of all, rest assured that our system is designed with throttling (also known as "deferral" these terms mean the same thing in the email world, and may be used interchangeably) in mind. We continue to attempt to send messages for up to 72 hours until the message is delivered. Normally, it takes between a few minutes to a few hours until the message is delivered. diff --git a/source/VidGrid/Marketing_Emails/Analytics/index.html b/source/VidGrid/Marketing_Emails/Analytics/index.html index 788418c3aa..d423a8b173 100644 --- a/source/VidGrid/Marketing_Emails/Analytics/index.html +++ b/source/VidGrid/Marketing_Emails/Analytics/index.html @@ -13,8 +13,8 @@' +
+ $this.find("title").text() + '
' + $this.find("link").text() + '
' +
+ $this.find("description").text() + '