Nopcommerce core "WebHook" alternative

5 日 前
  
Hi all ,  I am upgrading Nop 3.9 to Nop 4.6 and I am having an issue with WebHook, we have been using for our web APIs and finding that Microsoft does not support it on the current Nop core version 4.6 , we are using for the APIs to push data to CRM

what is the alternative of WebHook on Nop 4.6 please, any example would be great.

I appreciate any help you can provide.
5 日 前
prabirchoudhury wrote:
finding that Microsoft does not support it on the current Nop core version 4.6 , we are using for the APIs to push data to CRM

What do you mean does not supprt Webhook ?
A few of the plugins use Webhooks to receive data posts ?
5 日 前
https://i.postimg.cc/X7tmjGgL/netwebhook.jpgHi Yidna

Thanks for your response,  sorry, should not use not supporting, but on the Nop  3.9 it is using the reference
using Microsoft.AspNet.WebHooks;

what should be the reference on NOp 4.6 ?
it could not find the reference and that's why throwing error for "webhookfilter" .

I have a controller in a api plugin that calls the APIs post on on Nop 3.9 and upgrading to nop4.6


[ResponseType(typeof(IEnumerable<WebHookFilter>))]
[GetRequestsErrorInterceptorActionFilter]
public async Task<IEnumerable<WebHookFilter>> GetWebHookFilters(){}




thanks again for your response