await Moralis.Cloud.run(âsendWelcomeEmailâ, {email, username});
Ran cloud function sendWelcomeEmail for user 25VqzDp5t6XlBWKcbJB12lHj with:
Input: {âemail":"[email protected]â,âusernameâ:âthutchâ}
Result: undefined
Have everything working fine except I canât figure out how to get the SendGrid button link click to change the emailVerified result to true in the Moralis Database.
If anyone knows how to fix this please let me know.
serverURL: https://4nunoqoexvrk.usemoralis.com:2053/server
Thanks!