What is Webhook in .NET CORE

Forums .NET CoreWhat is Webhook in .NET CORE
Staff asked 2 years ago

Answers (1)

Add Answer
Staff answered 2 years ago

webhook is not related to any technologies, it’s a general term. In simple terms, we can say a webhook is one kind of mechanism to get/send updates on particular operation/action that occurs.

for example, if you have a payment gateway and you want if someone pay some amount you want to notify the accounting department. for that, you can create or use webhook.

normally nowadays all API integration provides a webhook to notify each update.

Subscribe

Select Categories