Override providers from nodejs code
Hola!
I have a few email and sms providers configured in the Novu dashboard. Also I have 2 different workflows, one for email and one for sms.
I want to pick the provider used in the workflow from my nodejs code.
I want to know if can use integrationIdentifier to pick different channel providers. I want to use for example
5 Replies
@Mati OS
https://discord.com/channels/895029566685462578/943775848509620234/1267712729955962890
Are you facing any issue with above code?
Yes! The type deffined in events.interface.d.ts(10, 5) for
overrides
key are:
for email are
but for sms are
sms is missing integrationIdentifier
.
Not sure if this is a type error or a missing functionality@Pawan Jain whatsapp is also missing integrationIdentifier.
Can you check and confirm, integrationIdentifier use in whatsapp override?
@Shubham
Whatsapp is a chat provider, chat provider don't support integration override currently