Page 1 of 1

SendGrid Mail API not Working

Posted: Wed May 21, 2014 2:45 pm
by Nick Holman

SendGrid Mail API is not working it keeps saying i have entered a bad username/passsword. Am I entering any of the information incorrectly I have checked the email addresses several times.


SendGrid Mail API not Working

Posted: Wed May 21, 2014 2:58 pm
by Kateryna Grynko

Hi Nick,

Please post screenshots of service settings and request parameters.


SendGrid Mail API not Working

Posted: Fri May 23, 2014 5:32 pm
by Nick Holman

SendGrid Mail API not Working

Posted: Sat May 24, 2014 11:03 am
by Igor

Hello,

Could you also show us service response from the "Test" tab when you testing the service?


SendGrid Mail API not Working

Posted: Tue May 27, 2014 5:25 pm
by Nick Holman

SendGrid Mail API not Working

Posted: Wed May 28, 2014 2:55 am
by Yurii Orishchuk

Hi Nick.

Your screen shots look good. So i guess something wrong with your "SendGrid_Settings" service.

Please follow steps below to understand what is happens:

1 Add default values for the send service. http://prntscr.com/3n9tsq/direct

2 Add send service on the page page. And invoke it on some event("page show", or "button click" etc.)

3 Open browser debuger on net tab.

4 Open this page and let service go.

5 You will get request on the net tab on the debuger. Open it and see next things inside.

http://prntscr.com/3n9vy6/direct

So in your request you should see your login and password.

Please make sure that this is so.

Regards.