Issues with the sendgrid plug in. Help for a non developer
I have everything in my sendgrid plug in app working perfectly except that
In order to enable templates for my sendgrid transactional emails I need to use this JSON in the X-SMTPAPI header of an SMTP message, or in the x-smtpapi parameter of a mail.send API call.
{
"filters": {
"templates": {
"settings": {
"enable": 1,
"template_id": "5997fcf6-2b9f-484d-acd5-7e9a99f0dc1f"
}
}
}
}
First of all is this possible and if so where do I place these variables in my Sendgrid Service.
Thanks