You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description of the bug and steps to reproduce:
Template update via api PUT /api/templates/{template_id} works but Sending TX mail via /api/tx sends mail using old tx template
reproduce:
Create a transactional template via admin, update the subject of the template via PUT /api/templates/{template_id} and send mail via /api/tx ; the email is sent using the old template. If I go back to admin panel and update the template and try sending via /api/tx; it works. the issue seems to be when you update the template via api.
The text was updated successfully, but these errors were encountered:
Version:
Description of the bug and steps to reproduce:
Template update via api PUT /api/templates/{template_id} works but Sending TX mail via /api/tx sends mail using old tx template
reproduce:
The text was updated successfully, but these errors were encountered: