Skip to content

Commit 8380e2a

Browse files
adding 'with marketing campaigns' to 'how to send email'
1 parent 4a43200 commit 8380e2a

23 files changed

+28
-28
lines changed

content/docs/for-developers/partners/amazon-marketplace.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Once you have an AWS account, you can to [subscribe to SendGrid](https://aws.ama
1414

1515
*To quickly get started with SendGrid:*
1616

17-
- See [Getting Started With Marketing Campaigns]({{root_url}}/ui/sending-email/how-to-send-email/) for all of the tools you need to get started sending with the SendGrid application.
17+
- See [Getting Started With Marketing Campaigns]({{root_url}}/ui/sending-email/how-to-send-email-with-marketing-campaigns/) for all of the tools you need to get started sending with the SendGrid application.
1818
- Look at the [API Reference]({{root_url}}/api-reference/) for all of the API endpoints as well as information about using SMTP and the Webhooks.
1919
- See the [API Libraries]({{root_url}}/for-developers/sending-email/libraries/) page for information about using the SendGrid code libraries in C#, Go, Java, Node.js, PHP, Python, and Ruby.
2020

content/docs/for-developers/partners/microsoft-azure.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ navigation:
77
show: true
88
---
99

10-
If you are using Microsoft’s cloud platform you can easily integrate with SendGrid. Simply navigate to the Azure Marketplace, locate the SendGrid add-on, select the appropriate plan, and get ready to start sending. The following documentation covers signing up, sending an email, adding an attachment, as well as using filters. Click [here](http://azure.microsoft.com/en-us/documentation/articles/sendgrid-dotnet-how-to-send-email/) to start learning how Azure and SendGrid can solve your email deliverability problems.
10+
If you are using Microsoft’s cloud platform you can easily integrate with SendGrid. Simply navigate to the Azure Marketplace, locate the SendGrid add-on, select the appropriate plan, and get ready to start sending. The following documentation covers signing up, sending an email, adding an attachment, as well as using filters. Click [here](http://azure.microsoft.com/en-us/documentation/articles/sendgrid-dotnet-how-to-send-email-with-marketing-campaigns/) to start learning how Azure and SendGrid can solve your email deliverability problems.
1111

1212
## Code Examples
1313

14-
1. [PHP](http://azure.microsoft.com/en-us/documentation/articles/store-sendgrid-php-how-to-send-email/)
15-
2. [Node.js](http://azure.microsoft.com/en-us/documentation/articles/store-sendgrid-nodejs-how-to-send-email/)
16-
3. [.NET](http://azure.microsoft.com/en-us/documentation/articles/sendgrid-dotnet-how-to-send-email/)
17-
4. [Java](http://azure.microsoft.com/en-us/documentation/articles/store-sendgrid-java-how-to-send-email/)
14+
1. [PHP](http://azure.microsoft.com/en-us/documentation/articles/store-sendgrid-php-how-to-send-email-with-marketing-campaigns/)
15+
2. [Node.js](http://azure.microsoft.com/en-us/documentation/articles/store-sendgrid-nodejs-how-to-send-email-with-marketing-campaigns/)
16+
3. [.NET](http://azure.microsoft.com/en-us/documentation/articles/sendgrid-dotnet-how-to-send-email-with-marketing-campaigns/)
17+
4. [Java](http://azure.microsoft.com/en-us/documentation/articles/store-sendgrid-java-how-to-send-email-with-marketing-campaigns/)
1818
5. [Java]({{root_url}}/for-developers/partners/azure/) via an Azure webpage
1919
6. [Mobile Services](http://azure.microsoft.com/en-us/documentation/articles/store-sendgrid-mobile-services-send-email-scripts/)
2020

content/docs/for-developers/sending-email/api-getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,4 @@ For more information on SendGrid and where you can go from here, check out these
7676

7777
- [API Reference]({{root_url}}/api-reference/)
7878
- [Sender Authentication]({{root_url}}/ui/sending-email/how-to-set-up-domain-authentication/)
79-
- [How to Send Email]({{root_url}}/ui/sending-email/how-to-send-email/)
79+
- [How to Send Email]({{root_url}}/ui/sending-email/how-to-send-email-with-marketing-campaigns/)

content/docs/for-developers/sending-email/building-an-smtp-email.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ For more information, see our [unique arguments documentation]({{root_url}}/for-
184184
## Additional Resources
185185

186186

187-
- [How to send email]({{root_url}}/ui/sending-email/how-to-send-email/)
187+
- [How to send email]({{root_url}}/ui/sending-email/how-to-send-email-with-marketing-campaigns/)
188188
- [Getting started with the API]({{root_url}}/api-reference/)
189189
- [SMTP Service Crash Course](https://sendgrid.com/blog/smtp-service-crash-course/)
190190
- [Getting Started with the SMTP API]({{root_url}}/for-developers/sending-email/sending-email-smtp/)

content/docs/for-developers/sending-email/getting-started-smtp.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ navigation:
1313

1414
<iframe src="https://player.vimeo.com/video/190122014" width="700" height="400" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
1515

16-
You can also send email with [the UI]({{root_url}}/ui/sending-email/how-to-send-email/) and with [the API]({{root_url}}/api-reference/).
16+
You can also send email with [the UI]({{root_url}}/ui/sending-email/how-to-send-email-with-marketing-campaigns/) and with [the API]({{root_url}}/api-reference/).
1717

1818

1919
## What is SMTP?
@@ -68,7 +68,7 @@ Now that you've sent a test email, learn to [integrate your servers with our SMT
6868

6969
## Additional Resources
7070

71-
- [Getting Started with the UI]({{root_url}}/ui/sending-email/how-to-send-email/)
71+
- [Getting Started with the UI]({{root_url}}/ui/sending-email/how-to-send-email-with-marketing-campaigns/)
7272
- [Getting Started with the API]({{root_url}/for-developers/sending-email/api-getting-started/)
7373
- [SMTP Service Crash Course](https://sendgrid.com/blog/smtp-service-crash-course/)
7474
- [Integrating with the SMTP API]({{root_url}}/for-developers/sending-email/integrating-with-the-smtp-api/)

content/docs/for-developers/sending-email/integrating-with-the-smtp-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Now that you've integrated, learn to [build SMTP email]({{root_url}}/for-develop
3737
## Additional Resources
3838

3939

40-
- [Sending email]({{root_url}}/ui/sending-email/how-to-send-email/)
40+
- [Sending email]({{root_url}}/ui/sending-email/how-to-send-email-with-marketing-campaigns/)
4141
- [Getting Started with the API]({{root_url}}/api-reference/)
4242
- [SMTP Service Crash Course](https://sendgrid.com/blog/smtp-service-crash-course/)
4343
- [Getting Started with the SMTP API]({{root_url}}/for-developers/sending-email/getting-started-smtp/)

content/docs/for-developers/sending-email/scheduling-email.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ navigation:
1111
show: true
1212
---
1313

14-
There are 3 easy ways to schedule your emails; use [Marketing Campaigns]({{root_url}}/ui/sending-email/how-to-send-email/), use the [SMTP API]({{root_url}}/for-developers/sending-email/scheduling-parameters/) header, or use the API.
14+
There are 3 easy ways to schedule your emails; use [Marketing Campaigns]({{root_url}}/ui/sending-email/how-to-send-email-with-marketing-campaigns/), use the [SMTP API]({{root_url}}/for-developers/sending-email/scheduling-parameters/) header, or use the API.
1515

1616
<call-out>
1717

content/docs/for-developers/sending-email/scheduling-parameters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Using the parameters defined below, you can queue batches of emails targeting in
1616

1717
<call-out>
1818

19-
**Emails can be scheduled up to 72 hours in advance.** However, this scheduling constraint does not apply to campaigns sent via [Marketing Campaigns]({{root_url}}/ui/sending-email/how-to-send-email/).
19+
**Emails can be scheduled up to 72 hours in advance.** However, this scheduling constraint does not apply to campaigns sent via [Marketing Campaigns]({{root_url}}/ui/sending-email/how-to-send-email-with-marketing-campaigns/).
2020

2121
</call-out>
2222

content/docs/for-developers/sending-email/section-tags.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ navigation:
1414
Section tags allow you to substitute in content in an SMTP message. Section tags are similar to [substitution tags]({{root_url}}/for-developers/sending-email/substitution-tags/) but are specific to the message, and not the recipient. You have to have a substitution tag value for **each** recipient, but you can have any number of section tags. Section tags can then contain Substitution tags for the recipient if needed. Section tags have to be contained within a Substitution tag since SendGrid needs to know which data to populate for the recipient.
1515
See the [Section Tag Example Walkthrough](#section-tag-example-walkthrough) below.
1616

17-
It's possible & acceptable to use only Substitution tags. However, that method is not [DRY](http://en.wikipedia.org/wiki/Don%27t_repeat_yourself), and you may come against [message size limitations]({{root_url}}/ui/sending-email/how-to-send-email/).
17+
It's possible & acceptable to use only Substitution tags. However, that method is not [DRY](http://en.wikipedia.org/wiki/Don%27t_repeat_yourself), and you may come against [message size limitations]({{root_url}}/ui/sending-email/how-to-send-email-with-marketing-campaigns/).
1818

1919
The format of the SMTP API section tag has the form:
2020
```json

content/docs/for-developers/sending-email/v3-mail-send-faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ navigation:
1515

1616
The [v3 Mail Send endpoint](https://sendgrid.com/docs/API_Reference/Web_API_v3/Mail/index.html) is the latest version of SendGrid’s Web API endpoint that allows you to send email by making a simple HTTP request. The introduction of the v3 Mail Send endpoint signifies the completion of our RESTful Web API v3.
1717

18-
If you’re looking for one of the other methods that you can use to send mail through SendGrid, please see our [SMTP]({{root_url}}/for-developers/sending-email/getting-started-smtp/), [Marketing Campaigns]({{root_url}}/ui/sending-email/how-to-send-email/) feature, or [Web API v2](https://sendgrid.com/docs/API_Reference/Web_API/mail.html).
18+
If you’re looking for one of the other methods that you can use to send mail through SendGrid, please see our [SMTP]({{root_url}}/for-developers/sending-email/getting-started-smtp/), [Marketing Campaigns]({{root_url}}/ui/sending-email/how-to-send-email-with-marketing-campaigns/) feature, or [Web API v2](https://sendgrid.com/docs/API_Reference/Web_API/mail.html).
1919

2020
## Do I have to have a certain type of account to use the v3 Mail Send endpoint?
2121

0 commit comments

Comments
 (0)