N
Novu8mo ago
Prateek

Send an in-app notifcation to all people in cc of an email

For cases when I want to send a single email to a user A in ‘to’ and 3 users in CC: [B,C,D] and also 4 individual in-app notifications to A,B,C,D, achieving this with a single workflow doesn’t look possible. The only possibility we found is creating 2 different workflows with a single step in each (one workflow has an email channel while other has an in-app channel). The problem with this flow - if these workflows are enabled in preferences (not marked as critical) then the customer will see 2 workflows on their end which are essentially same and they will have to either turn off both or turn on both to stop receiving or continue receiving these notifications. Any ideas how one can acheive this?
2 Replies
Gali Baum
Gali Baum8mo ago
@Prateek sorry for missing this message! 🤦‍♀️ We don't have that currently, but we are planning to add it to our roadmap. @Dima Grossman for usecase reference I might have an idea for a workaround - next release we will add a feature that allows using variables in the filters. So for example, send a specific message only if subscriberId is in {{payload.cc}} where you could send in the payload of the trigger an array.
payload: { cc: ['subscriberId1','subscriberId2','subscriberId3'] }
payload: { cc: ['subscriberId1','subscriberId2','subscriberId3'] }
We could maybe find a workaround(just in the meantime) for such usecases
Gali Baum
Gali Baum8mo ago
I mean, something like this. where cc could be a variable also used in the overrides to define the cc
No description
No description
Want results from more Discord servers?
Add your server
More Posts