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?
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?