Webhook Push adding new Integration adds to providers in every workflow
Hey, Push webhook configuration is getting really confusing. Please help. I want to create new integration with a new push webhook say with my webhook ulr as: htttps://mydomain.com/api/SchedulePush. I noticed that when I create this push through configure of one of my workflow it gets added to all my other workflows as well. So all the push providers are triggered for every workflow?
And in workflow creation even if the added push is of webhook type it shows a mobile app with notification configuration which is off. Since the push is of type webhook it should show the webhook push that was attached. Also Unable to identify which push configuration is exactly attached after the delay. Am I missing something or please help me figure out. Thanks.


3 Replies
@psrihariv
Push Webhook provider is indeed of type Push channel.
So, it behaves same way as FCM, Expo or Onesignal
In case of FCM etc, we have SDKs and novu send notification using those sdk to a device (using FCM device token)
In case of Push webhook, you provide a URL (webhook url) to which novu will make a post request and subscriber must have device token (any string).
If you are looking for a dedicated step for webhook / HTTP api request, currently, it is not supported. It is in our roadmao
Okay, thank you so much for responding so quick. So if I create more Push Webhook providers with diffter HTTPs api request they would get added to the existing workflow and that would also be triggered?
Yes, all active push providers will be used if workflow is triggered to a subscriber