diff --git a/source/API_Reference/Web_API_v3/Mail/index.html b/source/API_Reference/Web_API_v3/Mail/index.html index 5b98303df7..cee42396c6 100644 --- a/source/API_Reference/Web_API_v3/Mail/index.html +++ b/source/API_Reference/Web_API_v3/Mail/index.html @@ -74,6 +74,7 @@
  • The total number of recipients must be less than 1000. This includes all recipients defined within the to, cc, and bcc parameters, across each object that you include in the personalizations array.
  • 3000 requests/sec is the maximum rate at which you may call v3 Mail endpoint.
  • The total length of custom arguments must be less than 10000 bytes.
  • +
  • Unicode encoding is not supported for the from field within the personalizations array.
  • For more specific, parameter level requirements and limitations, see the Request Body Parameters documentation. @@ -108,7 +109,7 @@ {% api_table_param substitutions "object" No "" "An object following the pattern "substitution_tag":"value to substitute". All are assumed to be strings. These substitutions will apply to the content of your email, in addition to the subject and reply-to parameters." 1 %} {% api_table_param custom_args "object" No "May not exceed 10,000 bytes" "These are values that are specific to this personalization that will be carried along with the email, activity data, and links. Substitutions will not be made on custom arguments. personalizations[x].custom_args will be merged with message level custom_args, overriding any conflicting keys. The combined total size of the resulting custom arguments, after merging, for each personalization may not exceed 10,000 bytes." 1 %} {% api_table_param send_at integer No "" "A unix timestamp allowing you to specify when you want your email to be sent from SendGrid. This is not necessary if you want the email to be sent at the time of your API request." 1 %} - {% api_table_param from "object" No "" "An email object containing the email address and name of the sender." 0 %} + {% api_table_param from "object" No "May not include Unicode encoding." "An email object containing the email address and name of the sender. Unicode encoding is not supported for the from field." 0 %} {% api_table_param email string Yes "" "The email address of the sender." 1 %} {% api_table_param name string No "" "The name of the sender." 1 %} {% api_table_param reply_to "object" No "" "An email object containing the email address and name of the individual who should receive responses to your email." 0 %} @@ -116,8 +117,8 @@ {% api_table_param name string No "" "The name of the individual who will receive responses to the email." 1 %} {% api_table_param subject string Yes "" "The subject of your email. This may be overridden by personalizations[x].subject." 0 %} {% api_table_param content "array of objects" Yes "Min 1" "An array in which you may specify the content of your email. You can include multiple mime types of content, but you must specify at least one. To include more than one mime type, simply add another object to the array containing the type and value parameters. If included, text/plain and text/html must be the first indices of the array in this order. If you choose to include the text/plain or text/html mime types, they must be the first indices of the content array in the order text/plain, text/html." 0 %} - {% api_table_param type string Yes "Min 1" "The mime type of the content you are including in your email. For example, text/plain or text/html." %} - {% api_table_param value string Yes "Min 1" "The actual content of the specified mime type that you are including in your email." %} + {% api_table_param type string Yes "Min 1" "The mime type of the content you are including in your email. For example, text/plain or text/html." 1 %} + {% api_table_param value string Yes "Min 1" "The actual content of the specified mime type that you are including in your email." 1 %} {% api_table_param attachments "array of objects" No "" "An array of objects in which you can specify any attachments you want to include." 0 %} {% api_table_param content string Yes "" "The Base64 encoded content of the attachment." 1 %} {% api_table_param type string No "" "The mime type of the content you are attaching. For example, application/pdf or image/jpeg." 1 %} diff --git a/source/Classroom/Basics/Account/why_am_i_seeing_credential_resource_already_exists_when_i_am_creating_a_subuser_or_credential.md b/source/Classroom/Basics/Account/why_am_i_seeing_credential_resource_already_exists_when_i_am_creating_a_subuser_or_credential.md new file mode 100644 index 0000000000..c8e85e2c26 --- /dev/null +++ b/source/Classroom/Basics/Account/why_am_i_seeing_credential_resource_already_exists_when_i_am_creating_a_subuser_or_credential.md @@ -0,0 +1,16 @@ +--- +st: + published_at: 2016-06-07 + type: Classroom +seo: + title: Why am I seeing “Credential Resource Already Exists” when I am creating a subuser or credential? + description: Having trouble creating a username... + keywords: username, crendential, subuser, exists, resource +title: Why am I seeing “Credential Resource Already Exists” when I am creating a subuser or credential? +weight: 0 +layout: page +navigation: + show: true +--- + +If you are seeing a message that states "Credential Resource Already Exists" when trying to create a new subuser or credential it is because the chosen username is already in use in the SendGrid user database. As it turns out, every username must be unique and not in use by any other SendGrid account. In order to successfully create a new subuser or credential after receiving this message, you will need to change the chosen username slightly by adding additional characters or choosing a new username. diff --git a/source/Classroom/Basics/Marketing_Campaigns/third_party_partner_marketing_campaigns_access.md b/source/Classroom/Basics/Marketing_Campaigns/third_party_partner_marketing_campaigns_access.md new file mode 100644 index 0000000000..69c7c9dee3 --- /dev/null +++ b/source/Classroom/Basics/Marketing_Campaigns/third_party_partner_marketing_campaigns_access.md @@ -0,0 +1,16 @@ +--- +st: + published_at: 2016-06-07 + type: Classroom +seo: + title: I have an account through a third party partner that leverages SendGrid's services. Why can’t I access your new Marketing Campaigns feature? + description: Unable to access Marketing Campaigns with another service... + keywords: marketing, campaigns, azure, heroku, partner, +title: I have an account through a third party partner that leverages SendGrid's services. Why can’t I access your new Marketing Campaigns feature? +weight: 0 +layout: page +navigation: + show: true +--- + +[Marketing Campaigns]({{root_url}}/User_Guide/Marketing_Campaigns/index.html) is currently not available for customers using third party partner services such as Azure, Heroku, etc... Although the feature is visible on the dashboard, it is not accessable to third party partner accounts at this time. This is a feature we hope will be available in the future. If you believe you did have access to Marketing Campaigns and it is no longer available, we will check and reactivate if necessary. diff --git a/source/Classroom/Deliver/Undeliverable_Email/why_is_sendgrid_net_greylisted.md b/source/Classroom/Deliver/Undeliverable_Email/why_is_sendgrid_net_greylisted.md new file mode 100644 index 0000000000..64f16a258e --- /dev/null +++ b/source/Classroom/Deliver/Undeliverable_Email/why_is_sendgrid_net_greylisted.md @@ -0,0 +1,16 @@ +--- +st: + published_at: 2016-06-07 + type: Classroom +seo: + title: Why is sendgrid.net “greylisted”? + description: Noticing sendgrid.net is greylisted... + keywords: grey, list, greylist, greylisted, deliverability +title: Why is sendgrid.net “greylisted”? +weight: 0 +layout: page +navigation: + show: true +--- + +We are aware that "sendgrid.net" is on a URIBL Greylist and have been monitoring it very closely. We are consistently in contact with the organizers of the list and are working closely to remove "sendgrid.net". Currently, there is no evidence of any actual impact on deliverability due to the greylisting. If you have evidence of blocks or bounces resulting directly because of this listing, please reach out to support [here](https://support.sendgrid.com/hc/en-us). diff --git a/source/Classroom/Track/Collecting_Data/can_i_download_a_list_of_click_and_or_open_events.md b/source/Classroom/Track/Collecting_Data/can_i_download_a_list_of_click_and_or_open_events.md index 7e140f3c6a..e4a0012b15 100644 --- a/source/Classroom/Track/Collecting_Data/can_i_download_a_list_of_click_and_or_open_events.md +++ b/source/Classroom/Track/Collecting_Data/can_i_download_a_list_of_click_and_or_open_events.md @@ -11,7 +11,7 @@ navigation: show: true --- -Currently there is not a way to download a log or a .csv of your Click, Open, or any other email event data directly from . We recommend implementing our [Event Notification Webhook](https://app.sendgrid.com/settings/mail_settings) if you find yourself needing to log and access your data more granularly. +Currently there is not a way to download a log or a .csv of your Click, Open, or any other email event data directly from the SendGrid customer portal. We recommend implementing our [Event Notification Webhook](https://app.sendgrid.com/settings/mail_settings) if you find yourself needing to log and access your data more granularly. You can also use our [open source EventKit app]({{root_url}}/Utilities/event_kit.html) to set up a basic implementation of our Event Notification Webhook, and will grant you the ability to download a .csv of email data from the EventKit interface for any events that are collected _after the setup is complete_. diff --git a/source/Classroom/Track/Drops/delivery_rate_drops_rate.md b/source/Classroom/Track/Drops/delivery_rate_drops_rate.md deleted file mode 100644 index 5c4f974517..0000000000 --- a/source/Classroom/Track/Drops/delivery_rate_drops_rate.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -seo: - title: What does the "Daily delivery rate drops below X%" alert measure? - description: What does the "Daily delivery rate drops below X%" alert measure? - keywords: daily, delivery, alert, %, drops, below -title: What does the "Daily delivery rate drops below X%" alert measure? -weight: 0 -layout: page -zendesk_id: 203805163 -navigation: - show: true ---- - -This delivery rate is calculated simply as the ratio of email successfully delivered(Delivered events) to email delivery requests(Processed events). - diff --git a/source/Classroom/Track/index.html b/source/Classroom/Track/index.html index f745932cef..d68412e0f3 100644 --- a/source/Classroom/Track/index.html +++ b/source/Classroom/Track/index.html @@ -81,7 +81,6 @@

    Tracking Unsubscribes