Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using Handlebars in SendGrid mail template #15

Open
vmaltarello opened this issue Jul 23, 2023 · 0 comments
Open

Using Handlebars in SendGrid mail template #15

vmaltarello opened this issue Jul 23, 2023 · 0 comments

Comments

@vmaltarello
Copy link

If I have a variable inside the mail template (in SendGrid), how can I pass it to the message JSON body?

I tried adding this line to the send_email_sendgrid function:
'variable1', message->>'variable1'

And invoked the function with:

select send_email_message('{ "sender": "xxx", ...... "variable1": "test variable1" }');

But I received an email without the value for {{ variable1 }} defined in the SendGrid email template.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant