I have an application which has a feature where user can post message into a channel like for internal communication. I am thinking to implement webhooks where we can get third parties data into channel.it may an alert from server or anything similar. is this possible using ASP.NET webhook custom packages? if yes, any idea from where I can start or for this moment it only support /receive data into the supported parties?
Thanks