aspnet / WebHooks

[Archived] Libraries to create and consume web hooks on ASP.NET Core. Project moved to https://github.com/aspnet/AspLabs
Apache License 2.0
627 stars 439 forks source link

register with system account and trigger no matter user is #93

Closed rainmakerho closed 7 years ago

rainmakerho commented 7 years ago

Hi sirs, may i register with system account and trigger event no matter user is? currently trigger events only login user match with registrations user. thanks.

HenrikFrystykNielsen commented 7 years ago

Yes, you can send events to any subset of your users using the model described here:

https://blogs.msdn.microsoft.com/webdev/2015/12/31/new-year-updates-to-asp-net-webhooks-preview/

Hope this helps!

Henrik

rainmakerho commented 7 years ago

Use NotifyAllAsync Method. I got it. thank for your help.