Rapha
Rapha
NNovu
Created by Rapha on 12/21/2023 in #💬│support
Production workflow not running latest promoted version
I fixed an email step in development and promoted the change to production. In the UI, both systems show the correct version of the workflow and of the email template. When I run the development workflow, I get the right email. But when I run the production workflow, I still get an error from the previous version. I have made other updates and promoted them to see if it would refresh. Same behavior: the UI shows the latest changes but the workflow runs the older version. Is the promotion stuck?
9 replies
NNovu
Created by Rapha on 12/21/2023 in #💬│support
Can't get the webhook URL from Sendgrid provider in cloud
Isn't the Sendgrid modal supposed to show a webhook url when running in the cloud? I want to trigger another notification if an email is not open after 1 day. I have defined a Sendgrid provider. The modal is supposed to provide a webhook URL that I can paste to Sendgrid , but none is visible. I have tested by triggering the workflow, got the email by Sendgrid, checked in Sendgrid that it marked the email as opened. It's all good to this point. But in Novu, no "open" event appears in the activity feed and the "unread" condition is not respected by the next step. I have tried to build a webhook URL myself from the code without success. (https://github.com/novuhq/novu/blob/next/apps/web/src/pages/integrations/components/ConnectIntegrationForm.tsx#L212C2-L212C161) Help?
10 replies