Skip to content
This repository was archived by the owner on Aug 27, 2021. It is now read-only.

Commit 7bae952

Browse files
committed
saved files that were renamed to lower case to fix missing html files error
1 parent 8207211 commit 7bae952

31 files changed

+44
-74
lines changed

source/Classroom/Basics/API/HTTP_POSTing_The_Right_Way.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,3 @@ For more information, please see the following links:
4444
 
4545

4646
_last updated: Jayson Sperling - 09 Apr 2013_
47-

source/Classroom/Basics/API/How_to_Create_a_Subuser_with_the_API.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ navigation:
1616
**1. Establish the New Subuser ** (required)
1717

1818
With the [subuser creation API call](http://sendgrid.com/docs/API_Reference/Customer_Subuser_API/subusers.html) you will be able to establish the new subuser's account and profile settings. This call will create the new subuser account, however it does not apply the sending IP for the account, nor does it establish a whitelabel entry or enable website/SMTP access for the subuser.
19-
19+
2020
**Call Example:** https://api.sendgrid.com/apiv2/customer.add.json?api\[email protected]&api\_key=xxxxxx&username=newsubuser\_username&website=yourdomain.com&password=newsubuser\_password&confirm\_password=newsubuser\_password&first\_name=Ryan&last\_name=Burrer&address=555\_anystreet&city=any\_city&state=CO&zip=80203&[email protected]&country=US&phone=555-5555
2121

2222
<center>
@@ -25,7 +25,7 @@ With the [subuser creation API call](http://sendgrid.com/docs/API_Reference/Cust
2525
</center>
2626

2727
**2. Assign an IP to be Used by the New Subuser** &nbsp;(required)
28-
28+
2929
Now that you have created the new subuser account, you will need to [add an IP](http://sendgrid.com/docs/API_Reference/Customer_Subuser_API/ip_management.html#-Subuser-IP-Assignment)&nbsp;so that it can send emails. We advise that you first find an available IP for this subuser. You can do so by using the following call:
3030

3131
**Call Example:** https://api.sendgrid.com/apiv2/customer.ip.xml?api\[email protected]&api\_key=xxxxxx&list=all
@@ -111,4 +111,3 @@ Now that you have created a new subuser you can change the [Event Notification U
111111
</center>
112112

113113
&nbsp;
114-

source/Classroom/Basics/API/What_is_my_API_key.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,3 @@ Example:
2626
&nbsp;
2727

2828
For more information please feel free to review our [documentation](https://sendgrid.com/docs/Classroom/Send/api_keys.html) page.
29-

source/Classroom/Basics/API/Why_Event_API.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,3 @@ You can take things a step further by processing or analyzing the data to presen
3030
Although it does require a fair amount of setup, the benefits of the Event API are paramount. More information about setup can be found in our [SendGrid Event API Documentation](https://sendgrid.com/docs/API_Reference/Webhooks/index.html). If you have any specific questions about the Event API please do not hesitate to contact our Support team via email, chat, or phone call.
3131

3232
Need additional functionality with your Event API integration? Check out the open-source [Event Kit App](https://github.com/sendgrid/eventkit), as well as out friends over at [Keen.io](https://keen.io/).
33-

source/Classroom/Basics/Account/Adding_an_additional_dedicated_IP_to_your_account.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,3 @@ In order to add additional IPs to your account please contact either SendGrid Su
1616
Make sure you know and inform us if the IP will be for the Parent account, both Primary and [Subuser](http://support.sendgrid.com/forums/20690237-subusers "Link: http://support.sendgrid.com/forums/20690237-subusers") account, or Subuser account use only.&nbsp;
1717

1818
Additional IPs cost an extra $20 per IP per month.&nbsp;
19-

source/Classroom/Basics/Account/Creating_Multiple_User_Credentials_for_Sub-Users.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,3 @@ curl -X "POST" "https://api.sendgrid.com/api/credentials/add.json" \
3535
-F "permissions={\"email\": 1, \"web\": 1, \"api\": 1}"
3636

3737
**&nbsp;**
38-

source/Classroom/Basics/Account/how_can_i_cancel_my_account.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
seo:
3-
title: How can I cancel my account?
4-
description: How can I cancel my account?
3+
title: How can I cancel my account?
4+
description: How can I cancel my account?
55
keywords: service, billing, account, downgrade, cancel, bye, cancellation, close, stop
6-
title: How can I cancel my account?
6+
title: How can I cancel my account?
77
weight: 0
88
layout: page
99
zendesk_id: 204187593
@@ -20,4 +20,3 @@ Cancellations take full effect on the first day of the next calendar month, at w
2020
We wish you the best of&nbsp;luck in your future email endeavors, &nbsp;we'll always have Paris. <3
2121

2222
&nbsp;
23-

source/Classroom/Basics/Account/im_a_multiple_credential_user_and_i_need_to_reset_my_password.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,3 @@ You may find yourself in a position where you have been given a set of Multiple
2424
**If you use&nbsp;Multiple Credentials, but would like to reset the password, you will need to get in touch with the owner of the primary account and ask them to reset the password on your behalf.**
2525

2626
Currently there is no method for Multiple Credential users to change those credentials themselves.
27-

source/Classroom/Basics/Account/what_is_my_sending_originating_ip_address_with_sendgrid.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
seo:
3-
title: What is my sending/originating IP address with Sendgrid?
4-
description: What is my sending/originating IP address with Sendgrid?
3+
title: What is my sending/originating IP address with Sendgrid?
4+
description: What is my sending/originating IP address with Sendgrid?
55
keywords: silver, dedicated, sending, IP, account, originating, originate
6-
title: What is my sending/originating IP address with Sendgrid?
6+
title: What is my sending/originating IP address with Sendgrid?
77
weight: 0
88
layout: page
99
zendesk_id: 200181978
@@ -31,4 +31,3 @@ You can find your account’s main IP address on your Account Overview page. It
3131
If you have multiple IP addresses on the account, these will also be listed here as well.&nbsp;
3232

3333
![]({{root_url}}/images/2_ips_maco.png)
34-

source/Classroom/Basics/Billing/Alternate_Payment_Methods.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,3 @@ Currently&nbsp;the only methods of payment we accept are&nbsp; **credit or check
1515

1616
We don't accept PayPal, wire transfer, checks, or any card requiring a PIN.
1717
Sorry for any inconvenience this may cause!
18-

0 commit comments

Comments
 (0)