GameSparks has a SendGrid integration implemented. Great!
However it would be sooo nice (read: necessity) to have the possibility to pass the ID of a SendGrid Template together with some arguments (Eg. display name, etc.) It's a real pain or even impossible to do it in cloud script, to create a HTML body with javascript inside. And if you do succeed... it makes the script dirty thus not clean. And we all advocating Clean Code right? Actually I don't care about which email service to use. What I do care about is writing clean cloud code and send customized emails that have a professional look. Cheers!
Mathijs Bakker
TL;DR
- Possibility to send an email template.
GameSparks has a SendGrid integration implemented. Great!
However it would be sooo nice (read: necessity) to have the possibility to pass the ID of a SendGrid Template together with some arguments (Eg. display name, etc.)
It's a real pain or even impossible to do it in cloud script, to create a HTML body with javascript inside. And if you do succeed... it makes the script dirty thus not clean. And we all advocating Clean Code right?
Actually I don't care about which email service to use. What I do care about is writing clean cloud code and send customized emails that have a professional look.
Cheers!