-
Notifications
You must be signed in to change notification settings - Fork 260
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
Personalization Subject Override results in (no subject) #428
Comments
Hi @willfolsom, |
Yes I've tried the snippet. Here is my implementation.
|
@JenniferMah Any update? |
From the API docs for the
Based on this, there is an API limitation where the template's subject/content will always win out. |
@childish-sambino That is unfortunate. Maybe in the future this will be allowed. I have direct use cases for it. |
Any current known issues with setting the subject of a personalization?
I'm getting an email with no subject. The template has an empty subject field. Everything else works as expected.
This does not resolve it either.
newV3Mail.Subject = "OVERRIDE!"
I saw a previous issue where the answer seemed to be setting the subject in the template, which I'm ok with doing to an extent, but I definitely have the use case for this (i.e. using same template with a custom message body (working), and a dynamic subjects like "Thank You for Paying Invoice #123" or even "Hello, [cutomer name]!").
Thanks!
The text was updated successfully, but these errors were encountered: