#Hi,
1 messages · Page 1 of 1 (latest)
Hi, currently it is not possible to register custom handlebar helper
We are working on replacing our current email editor with react-email
Hi @candid meteor nice to meet you 🙂 as @errant harbor said it’s not available right now, mind telling us why you want that and how do you plan to use it? Is there a specific helper that is missing?
Hi, @hollow gust
My first question to start with implementing greater than or equal method when comparing two numbers
@hollow gust, @errant harbor Secondly, I want to talk about a complex case. I want every multiple of 50 emails out of 1000 consecutively triggered emails to reach the user. For example, I want the 50th, 100th, 150th, and 200th e-mails to reach the user and I do not want the others to reach them. How can I implement this case on Novu? In order to implement such complex cases, custom helpers become mandatory.
Hi @candid meteor
We have equals helper, but we are missing other arithmetic operators helpers lilke. greater than, less than
{{#equals 10 1}} 10 is equal to 1 {{else}} 10 is not qual to 1 {{/equals}}