SendGrid Mail API not Working
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.
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
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.
Hi Nick,
Please post screenshots of service settings and request parameters.
Hello,
Could you also show us service response from the "Test" tab when you testing the service?
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.