N
Novu5mo ago
psrihariv

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.
No description
No description
3 Replies
Pawan Jain
Pawan Jain5mo ago
@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
psrihariv
psriharivOP5mo ago
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?
Pawan Jain
Pawan Jain5mo ago
Yes, all active push providers will be used if workflow is triggered to a subscriber

Did you find this page helpful?