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

Rate Limits - How it works? #5237

Description

@Vanals

SOURCE: https://sendgrid.com/docs/API_Reference/Web_API_v3/How_To_Use_The_Web_API_v3/rate_limits.html

Hi,
I was reading your documentation, and there you speak about a rate limits of emails to be sent. So I have some questions.

First question:

  1. Using sendGrid, the emails will be actually sent from my email? The one specified in the "from" key , or you will send them at my name?
    Because for example if I use a @gmail, it has a rate limit of 500 at day, so would not be possible to send many of them ad once.

Second question:

  1. If you send them, what is the rate limit? how is that set? and how often does it resets?
    I saw this possible response in the doc and I haven't seen ay 500 limit in the web site pricing.
HTTP/1.1 200 OK
Content-Type: application/json
X-RateLimit-Limit: 500
X-RateLimit-Remaining: 499
X-RateLimit-Reset: 1392815263

{
  "foo": "bar"
}
  1. Also.. an Example:
    If I would have an "Email API essential account" and I want to send 30k email in one day, would that be possible? Could I just send 30K email in one call? With an object of 30K arrays?

Thank you

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions