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
Since I have a multilingual setup, I created 3 notifications for the same thing and thanks to conditions I send the emails in the correct i18n based on the user language and other conditions.
Since this notification are unrelated to another, if something goes wrong (me, writing wrong conditions, for instance), it may happen to send double notifications (two languages, same user and same notification).
Solution
It would be great to create just one notification and set its translations. This way, thanks to a trigger, I would be able to throw a notification passing it a specific language as well.
Alternatives you've considered
I tried to create multiple notifications for different languages. It works, but I must maintain 3 sets of conditions and when a lot of conditions are in place (X and Y or Z and W or K) it's really confusing and limited.
The text was updated successfully, but these errors were encountered:
Problem
Since I have a multilingual setup, I created 3 notifications for the same thing and thanks to conditions I send the emails in the correct i18n based on the user language and other conditions.
Since this notification are unrelated to another, if something goes wrong (me, writing wrong conditions, for instance), it may happen to send double notifications (two languages, same user and same notification).
Solution
It would be great to create just one notification and set its translations. This way, thanks to a trigger, I would be able to throw a notification passing it a specific language as well.
Alternatives you've considered
I tried to create multiple notifications for different languages. It works, but I must maintain 3 sets of conditions and when a lot of conditions are in place (X and Y or Z and W or K) it's really confusing and limited.
The text was updated successfully, but these errors were encountered: