Skip to content

Instantly share code, notes, and snippets.

@marijn
Created October 7, 2016 11:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marijn/b43f3967dfc86821943e629244f9cbf7 to your computer and use it in GitHub Desktop.
Save marijn/b43f3967dfc86821943e629244f9cbf7 to your computer and use it in GitHub Desktop.
Sendgrid API response

Response 😭

HTTP/1.1 201 CREATED
Server: nginx
Date: Fri, 07 Oct 2016 11:34:45 GMT
Content-Type: application/json
Content-Length: 235
Connection: keep-alive

{
  "error_count": 1,
  "error_indices": [
    0
  ],
  "errors": [
    {
      "error_indices": [
        0
      ],
      "message": "The email address you added is invalid. Please check it and try again."
    }
  ],
  "new_count": 0,
  "persisted_recipients": [],
  "unmodified_indices": [],
  "updated_count": 0
}
@rgeraads
Copy link

I can't even

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment