We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Version:
Description of the bug and steps to reproduce:
The email subject is empty when sending transactional emails via /api/tx and the subject of the template does not contain a template string.
/api/tx
Screenshots:
Transactional Template without template string in subject
POST `/api/tx` { "subscriber_email": "me@example.com", "template_id": 5 "content_type": "html" }
Transactional Template with template string in subject
POST `/api/tx` { "subscriber_email": "me@example.com", "template_id": 5, "data": { "subject": "this is a custom subject2" }, "content_type": "html" }
The text was updated successfully, but these errors were encountered:
Thanks for reporting. Will investigate this shortly.
Sorry, something went wrong.
6b11020
No branches or pull requests
Version:
Description of the bug and steps to reproduce:
The email subject is empty when sending transactional emails via
/api/tx
and the subject of the template does not contain a template string.Screenshots:
Transactional Template without template string in subject
Transactional Template with template string in subject
The text was updated successfully, but these errors were encountered: