Activity Feed -> Execution details does not show me which provider the notification was sent through
This prevents me from know which provider was choicen when the notification was sent, where my notifications are primarily going through, and if there was an issue with another provider that was retried to another.
16 Replies
Click on the show detail on integration instance selected
You will be able to check the integration (provider) details
So the part that is confusing is that we are not consistant about the naming here.
Currently it is.
But I think should be like this
I could not find Provider selected in our code
Not sure from where it is coming
Thats because I edited the html in the browser to show what I think would be more clear, its a simple text change.
This is not in the code base currently.
@Engineering I see we have instance selected in code
https://github.com/novuhq/novu/blob/next/apps/worker/src/app/workflow/usecases/send-message/send-message.base.ts#L108
Do we have somewhere provider one as well?
What is the difference between the Integration instance and a provider?
All I was saying was to change the text
Novu has sendgrid provider
but my account can have multiple sendgrid instance in one environment
So then in my account I have the novu provider and a mulitple sendgrid providers which is equivalent to multiple sendgrid instances, correct?
Yes
Ok so then would you say the wording is not consistant with the rest of the application?
Yes I feel
I totally understand this
We use it interchangeably these days
Ok so then I will just push a quick fix to change the wording and that should resolve this
we have a ticket for changing the opposite wording https://linear.app/novu/issue/NV-3151/replace-provider-identifier-with-integration-identifier
Thanks Gali