Merge all digests from different workflows
I have setup a workflow for each type of notification that I have.
ex:
UserCreation ----- {{count}} users have been created.
UserNameUpdation ---- {{user_name}} users have been edited.
Now, when I attach email to each workflow, its sending one email per digest. Which is working perfect.
but my usecase is to send a monthly digest which will contains both
UsersCreated and UserUpdates in single email.
Can you please help me, if we can achieve something of this sort ?
ex:
- UserCreation Notification
- UserNameUpdation Notification
UserCreation ----- {{count}} users have been created.
UserNameUpdation ---- {{user_name}} users have been edited.
Now, when I attach email to each workflow, its sending one email per digest. Which is working perfect.
but my usecase is to send a monthly digest which will contains both
UsersCreated and UserUpdates in single email.
Can you please help me, if we can achieve something of this sort ?