You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/pages/04-web-development/46-webhooks.markdown
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,15 @@ otherwise independent web applications.
23
23
24
24
25
25
### Webhook resources
26
+
*[What's a webhook?](https://sendgrid.com/blog/whats-webhook/) is a high-level
27
+
explanation of this concept that also contains some basic security
28
+
considerations when using them.
29
+
30
+
*[How to Listen for Webhooks with Python](https://blog.bearer.sh/consume-webhooks-with-python/)
31
+
has code examples in both [Flask](/flask.html) and [Django](/django.html)
32
+
for how to receive an HTTP POST webhook request, as well as how to test
33
+
it locally with Ngrok.
34
+
26
35
*[Should you build a webhooks API?](https://brandur.org/webhooks)
27
36
28
37
*[Webhooks do’s and dont’s: what we learned after integrating +100 APIs](https://restful.io/webhooks-dos-and-dont-s-what-we-learned-after-integrating-100-apis-d567405a3671)
0 commit comments