Still working through it. I'll definitely keep this thread updated once it is available.
Still working through it. I'll definitely keep this thread updated once it is available.
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.
Hi, how is SendGrid called sever side using javascript? Cheers
Are you asking how to invoke SendGrid API directly from JavaScript?
How do I invoke SendGrid serverside?
backendservices/server-code
Nothing there about Sendgrid. Please explain.
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.
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?