NovuN
Novu2y ago
bjornaer

Can Digest modify payload?

I have an email workflow which contains a digest.
This workflow is used to send emails of content changes in our app.
An example would be:
Hello [User1], [John Doe] has added you to [User Group 1]!


sometimes this can happen in a fast sucession and we want to pile the data into one message only, here is where my question comes in.

Could we use the digest to gather the multiple notifications data into one single notification?
Such as:
Hello [User1], [John Doe] has added you to:
- [User Group 1]
- [User Group 2]
- [User Group 3]


where the things in brackets are variables
Was this page helpful?