Sending notifications without subscribers
We have a workflow where we need to:
- send an external email to the user
- send a slack notification to our internal slack channel (not tied to the user)
Is there a way to add the slack notification in the workflow without it being related to the subscriber?
1 Reply
Hi @Laser
In Novu two things are mandatory while triggering the workflow, one is workflow identifier and the other is subscriberId
Workaround for these two items is to
1. Create a subscriber using
email
as subscriberId and same email in email field of subscriber.
2. Create a company wide root subscriber and use that subscriber to trigger all notification to internal slack channel