I am trying to send an email (Gmail) when a new row is added to a MySQL database using the MySQL fields to populate the email fields. It works with a webhook - when the body of the email is short and simple. It does not work when the email is long and HTML formated.
I suspect the results would be better if the source data did not come from URL variables via the webhook but instead came directly from the MySQL. However, I can not figure out how to start the scenario when a new row containing the new email data is added. Is that possible?