An example of real-life webhook implementation [C#/.NET]

preview_player
Показать описание
This video demonstrates a real-life scenario where webhook can be used.

00:00 - Introduction
00:30 - React Web Application for order submission
01:40 - Order API explanation
02:50 - Order notifier explanation
06:30 - Making a webhook call from the order notifier
08:35 - Webhook implementation

#csharp #dotnet #webhook #webhooks

Some of my popular videos:

Рекомендации по теме
Комментарии
Автор

I couldn't understand what is the role of Webhook! Same thing is achievable by normal API; please help me understand

PadamAgrawal
Автор

This explanation of web hook makes it no different than just calling an REST API endpoint as others suggested.

johnsonlin
Автор

Dont you get CORS error while calling another site's end-point with POST methhod?

ravindranaths
Автор

i think in html or java bage in frist . lisner what the change in server in data after that the server tell java > your data is ok or not ok . or this order in procss after that tell web bage this ordre go to secnd
webhook tell app from server what we do

abhaq
Автор

i watched till the end . but never got it right

ehsanafzal
Автор

Why do we need a notifier? Can't we just keep checking the queue inside our webhook project

shreyasacharya
Автор

I dont think this is the correct implementation of Webhook. I could not understand why we need a message queue to call webhook. Infact the message queue should subscribe to the webhook.

saswatsanghivlogs