This repository has been archived by the owner on Aug 27, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 966
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1840 from sendgrid/develop
5/26/16 Docs Updates
- Loading branch information
Showing
9 changed files
with
75 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18 changes: 18 additions & 0 deletions
18
source/Classroom/Basics/Billing/is_your_account_billing_frozen.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
st: | ||
published_at: 2016-05-25 | ||
type: Classroom | ||
seo: | ||
title: Is your account in a Billing Frozen state? | ||
description: Unable to send near the beginning of the month? Your account may be billing frozen... | ||
keywords: send, can't, unable, frozen, blocked, locked, unblock, freeze, retry, rerun, charge, payment, missed | ||
title: Is your account in a Billing Frozen state? | ||
weight: 0 | ||
layout: page | ||
navigation: | ||
show: true | ||
--- | ||
|
||
If you find your account suddenly unable to send mail within the first week of the month, your account could be in a billing frozen state. This occurs when the card on file for your account is declined when we attempted to process payment on the first of the month. | ||
|
||
To reactivate your account please [update your credit card]({{root_url}}/Classroom/Basics/Billing/update_your_credit_card_and_resubmit_payments.html) on file by logging into your SendGrid dashboard and going to [Settings > Plan and Billing Details > Change Billing Info](https://app.sendgrid.com/settings/billing). You can then change or re-enter the card information and then click Save. Once you update the card on file, the payment will process automatically and the account will be unfrozen. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18 changes: 18 additions & 0 deletions
18
...deliverable_Email/why_did_my_message_show_as_delivered_first_then_as_bounced.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
st: | ||
published_at: 2016-05-17 | ||
type: Classroom | ||
seo: | ||
title: Why did my message show as Delivered first and then as Bounced? | ||
description: Learn what to do when an email address shows events for both Delivered and Bounced... | ||
keywords: delay, delivery, deliver, delivered, after, then, bounce, bounces, bounced | ||
title: Why did my message show as Delivered first and then as Bounced? | ||
weight: 0 | ||
layout: page | ||
navigation: | ||
show: true | ||
--- | ||
|
||
When looking at your [Activity Feed](https://app.sendgrid.com/email_activity?) or in your own [Event data]({{root_url}}/API_Reference/Webhooks/event.html), you may see a very rare occurrence known as a delayed bounce. A delayed bounce occurs when a message is accepted by a recipient server(Delivered) and then is promptly declined(Bounced). SendGrid ultimately treats these messages as a bounce, and any future sends to this address will be dropped. | ||
|
||
If you wish to continue sending to the address that was affected, you will want to remove them from your bounce suppression list by navigating to [Suppressions > Bounces](https://app.sendgrid.com/suppressions/bounces?) and removing the email from the list or removing via API. You can also remove bounces from this list using the API. If you would like more information as why the email bounced, it is best to contact the mail administrator directly for the intended recipient's mail domain, usually [email protected]. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
--- | ||
st: | ||
published_at: 2016-05-17 | ||
type: Utilities | ||
seo: | ||
title: SendGrid EventKit | ||
description: Learn how to better track your data with the open source SendGrid EventKit. | ||
keywords: event, store, clicks, opens, download, heroku, eventkit, event, kit, database, post, activity | ||
title: SendGrid EventKit | ||
weight: 0 | ||
layout: page | ||
navigation: | ||
show: true | ||
--- | ||
|
||
Sendgrid's [Event Notification]({{root_url}}/API_Reference/Webhooks/event.html) feature allows you to recieve POST data for your email events such as Opens, Clicks, Deliveries, and much more. However, traditionally this feature requires that you set up a seperate database on your own to receive and store this posted data. While highly customizable, this method can be development and time intensive. | ||
|
||
Our open source Eventkit app alleviates the hassle of needing to set up an endpoint on your own domain, and provides a simple yet powerful user interface to view and sort your SendGrid event data. Check out the videos below to walk you through the setup and coniguration of EventKit. | ||
|
||
##[Click here](https://github.com/sendgrid/eventkit) to visit the EventKit Github repository. | ||
|
||
|
||
###1. Learn how to install the EventKit app using a free [Heroku](https://www.heroku.com/) instance by watching this step-by-step video: | ||
|
||
<iframe src="https://player.vimeo.com/video/167121552" width="700" height="400" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe> | ||
|
||
|
||
###2. Once you have EventKit set up, watch this video to learn more about the features within as well as how to navigate the user interface. | ||
|
||
##VIDEO COMING SOON |