How to digest events for different push notifications?
I have a workflow that has three triggers: one email and two push notifications.
In the email template, I use the handlerbars helpers, but we don't have that for push. I tried adding a filter, but we can't access the
step.total_count
step.total_count
on the filters thought. Any suggestion on how to implement that?
How can use the digest in this workflow to send different push notifications? e.g.: - w/o digest: you received a new reply - with digest: you received N new replies