Laser
Laser
NNovu
Created by Laser on 10/4/2023 in #💬│support
SendGrid overrides not working
Hello, I'm trying to remove the unsubscribe link present in every email sent by SendGrid. SendGrid allows this by setting a flag "tracking_settings.subscription_tracking.enabled=false" - as seen here: https://docs.sendgrid.com/api-reference/mail-send/mail-send This works when using directly the SendGrid SDK but not through Novu. My code (NodeJs): await this.novu.trigger(triggerId, { to: subscribers, payload: payload, overrides: { sendgrid: { tracking_settings: { subscription_tracking: { enable: false } } } } }); The email is sent but the overrides don't work, meaning the unsubscription link is still present
7 replies
NNovu
Created by Laser on 9/13/2023 in #🚀│general
Subscriber agnostic notification
No description
3 replies
NNovu
Created by Laser on 9/12/2023 in #💬│support
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?
2 replies