I have looked all over in their site and forums and wiki, but so far I have not been able to find an answer to this question.

Where can I find a list of SendGrid API error codes and messages?

Thanks

link|improve this question

59% accept rate
feedback

1 Answer

http://docs.sendgrid.com/documentation/api/web-api/

link|improve this answer
I know the wiki link, I've been there, I still have not found a list of the error codes and messages. – Onema Mar 8 '11 at 18:16
SMTP service returns standard SMTP error status codes. What kind of API do you use? I see all needed information in wiki. For example description for REST API to manage your bounces lists. At the end of list there is single available error message: "Email does not exist". – Dao Mar 8 '11 at 20:54
I guess I needed to be more specific. I'm using the WEB API, mainly to send mail, not really using other calls. If you look at their page wiki.sendgrid.com/doku.php?id=web_api:mail there isn't a list of error messages; the response just has generic "errors" field that doesn't contain a code, just a message. This makes it really hard to know if one of the user/sub-users sending mail through theAPI and entered an incorrect user/key, or something wrong happened in our end trying to construct the message.I guess for bounces there is only one possible error message, but not for sending – Onema Mar 8 '11 at 23:33
1  
@Onema. SendGrid doesn't recommend to use WEB API. Instead of it, proposes to use SMTP service. If you enter invalid username or key you will get HTTP 400 Bad Request. – Dao Mar 9 '11 at 12:15
This link is broken. – Brad Feb 20 at 15:28
show 1 more comment
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.