Page 3 of 6

Forgot Password Service

Posted: Sat Oct 12, 2013 10:25 am
by Doug Black

Still working through it. I'll definitely keep this thread updated once it is available.


Forgot Password Service

Posted: Sat Oct 12, 2013 11:34 pm
by Deon

Thank you Doug, I will also give it a shot. My Java is not that great, but will see if I can pitch in and add some value.


Forgot Password Service

Posted: Thu Dec 05, 2013 3:35 am
by fender

Hi, how is SendGrid called sever side using javascript? Cheers


Forgot Password Service

Posted: Thu Dec 05, 2013 4:18 am
by maxkatz

Are you asking how to invoke SendGrid API directly from JavaScript?


Forgot Password Service

Posted: Thu Dec 05, 2013 4:21 am
by fender

How do I invoke SendGrid serverside?


Forgot Password Service

Posted: Thu Dec 05, 2013 4:24 am
by fender

backendservices/server-code


Forgot Password Service

Posted: Thu Dec 05, 2013 5:16 am
by maxkatz

Forgot Password Service

Posted: Thu Dec 05, 2013 5:31 am
by fender

Nothing there about Sendgrid. Please explain.


Forgot Password Service

Posted: Thu Dec 05, 2013 5:34 am
by maxkatz

It's a general example how to invoke an Ajax from server code. We don't have a specific example for SendGrid but use it as a starting point. You would also need to refer to SendGrid docs on how exactly (what URL, parameters) to invoke their API.


Forgot Password Service

Posted: Thu Dec 05, 2013 5:42 am
by fender

Have been at it for 8 hours and have tried your recommendations already. Sendgrid does not have a javascript call, as far as I know - only Node.js which appery.io does not appear to support, as far as I know. So is it even possible to invoke Sendgrid backend/serverside? If so, how?