One thing I noticed is that you have an extraneous backtick and semicolon in this line of code:
\rComments: ${$w("#textBox1").value}`;
You should delete the backpack:
\rComments: ${$w("#textBox1").value}
You should review this example: SendGrid NPM