No video

What is a Webhook? [.NET/C# Implementation]

  Рет қаралды 18,215

DotNet Core Central

DotNet Core Central

Күн бұрын

00:00 - Introduction
00:20 - What is a webhook?
02:00 - Webhook workflow
05:30 - Create a webhook in ASP.NET Core
10:00 - Test webhook from Postman
11:20 - Webhook authentication
14:00 - Webhook authentication test
#csharp #dotnet #webhook #webhooks
Some of my popular videos:
Elasticsearch with .NET and introduction: • An Introduction to Ela...
Hangfire Scheduling an introduction: • Scheduling recurring j...
ASP.NET Core Authentication with JWT (JSON Web Token): • ASP.NET Core Authentic...
Running Background tasks using IHostedService and BackgroundService (In ASP.NET Core 3.1): • Running Background tas...
How to build an API Gateway in ASP.NET Core using Ocelot (Build API Gateway in a few minutes): • How to build an API Ga...
My blog site: dotnetcorecentral.com

Пікірлер: 23
@gopichandarselvaraj5250
@gopichandarselvaraj5250 Жыл бұрын
Great video! Your explanation of webhooks was clear and insightful. I especially appreciated the detailed walkthrough of the .NET/C# implementation - it filled a gap in my understanding that I hadn't found covered in other resources. Thanks for your efforts in putting this together and for your clear presentation. Looking forward to more content like this!
@DotNetCoreCentral
@DotNetCoreCentral Жыл бұрын
Glad it was helpful!
@edcosta4466
@edcosta4466 5 ай бұрын
Very good video! The most straightforward and effective implementation of webhooks in c# I have found. Helped a lot. Thank you for the great content!
@_raygun
@_raygun 11 ай бұрын
Thanks. I really appreciate this video.
@thedacian123
@thedacian123 Жыл бұрын
Very intersting!I think is the same mechanism that identity servers(ouath server) is using in the last step when they make a web call to the application that s using the external authentication.
@sirbordas
@sirbordas 4 ай бұрын
Fantastic! You helped me alot. Many thanks from Portugal!
@DotNetCoreCentral
@DotNetCoreCentral 4 ай бұрын
Glad it helped!
@ashokvadlamani3529
@ashokvadlamani3529 Жыл бұрын
Thanks for creating this video. This looks similar to API. Trying to understand how is it different
@yogij17
@yogij17 11 ай бұрын
Oh Wow! Great video to know about web hooks. Very very informative. Thank you so much for your guidance! Can you please tell me if there is a way to use single web API to work across different countries serving different needs. Regards.
@shivachaturvedhi8840
@shivachaturvedhi8840 7 ай бұрын
do you have similar video , which hooks Dns-lookup?
@PrakashKumar-er5jo
@PrakashKumar-er5jo 3 ай бұрын
how do i add this webhook to opensearch dashboard. when i add it there, it says connection refused. but same as your it works in postman
3 ай бұрын
Excuse me sr... do you have the implementation somewhere in your channel about webhook and notifications you mentioned at the end of the video? pleaseeee, I will be vert thanksfull
@knightmarerip711
@knightmarerip711 5 ай бұрын
Very nice video, however, this is just a web API with an endpoint called webhook. The actual webhook implementation would be an even driven type of setup where other systems subscribe to the event you expose. Still a very good video.
@DotNetCoreCentral
@DotNetCoreCentral 5 ай бұрын
I am not sure what you mentioned is correct. Webhook is an API which will be called by someone when an event happen in their system. Or you can call a clients webhook when an event happen in your system and you want to communicate back. The caller is event driven, but webhook at the end of the day is just a web API, that will be invoked by someone when an event occur. Here are couple of references: zapier.com/blog/what-are-webhooks/#what www.redhat.com/en/topics/automation/what-is-a-webhook
@mans80
@mans80 3 ай бұрын
Graet video. Can you make a video on implenting webhook to interact with Facebook Messenger? recieve real-time notifiations and send replies?
@magrpe
@magrpe 8 ай бұрын
Tried this and it only works for HTTP Get, a HTTP Post returns '405 - Method Not allowed'. Any ideas?
@magrpe
@magrpe 8 ай бұрын
Figured it out - the default method is app.MapGet not app.MapPost - great video, many thanks!
@nehemiahlimocheburet1411
@nehemiahlimocheburet1411 Жыл бұрын
Hello, this is an interesting video. I would like to ask for your help, can webhook be used to handle callbacks? I am really looking for a way I can handle callback data, kindly assist
@DotNetCoreCentral
@DotNetCoreCentral Жыл бұрын
yes it can be
@nehemiahlimocheburet1411
@nehemiahlimocheburet1411 Жыл бұрын
@@DotNetCoreCentral thank you, please do one specifically for handling callbacks
@naimishahada1414
@naimishahada1414 11 ай бұрын
@DotNetCoreCentral thanks for great explanation. please create detail video on this with call backs.
An example of real-life webhook implementation [C#/.NET]
12:17
DotNet Core Central
Рет қаралды 10 М.
Brutally honest advice for new .NET Web Developers
7:19
Ed Andersen
Рет қаралды 119 М.
Пранк пошел не по плану…🥲
00:59
Саша Квашеная
Рет қаралды 7 МЛН
Sync Clerk Data to Your Database Using Webhooks
25:20
Hamed Bahram
Рет қаралды 47 М.
Forget Controllers and Minimal APIs in .NET!
14:07
Nick Chapsas
Рет қаралды 62 М.
This is why webhooks are important
7:59
Web Dev Cody
Рет қаралды 31 М.
What Is A Webhook - Why Is It Key To Headless Architectures?
5:38
Going Headless with John
Рет қаралды 45 М.
WEBHOOKS With .NET Minimal APIs
16:34
Codewrinkles
Рет қаралды 7 М.
How WebHook works | System Design
7:43
ByteMonk
Рет қаралды 78 М.
Understanding API vs Webhook Differences | AI Automation Agency
10:27
Jannis Moore | AI Automation
Рет қаралды 9 М.
Top 3 Things You Should Know About Webhooks!
3:55
ByteByteGo
Рет қаралды 89 М.
Stop using the HttpClient the wrong way in .NET
10:14
Nick Chapsas
Рет қаралды 188 М.