Skip to content

Commit d981a07

Browse files
committed
new webhooks resource
1 parent 71624ae commit d981a07

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

content/pages/04-web-development/46-webhooks.markdown

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@ otherwise independent web applications.
2323

2424

2525
### Webhook resources
26+
* [Building Webhooks Into Your Application: Guidelines and Best Practices](https://workos.com/blog/building-webhooks-into-your-application-guidelines-and-best-practices)
27+
is an extensive high-level guide that defines what webhooks are, why you
28+
will want to build them if you need to proactively notify other applications
29+
of events, and what security considerations you need to have when
30+
creating them.
31+
2632
* [What's a webhook?](https://sendgrid.com/blog/whats-webhook/) is a high-level
2733
explanation of this concept that also contains some basic security
2834
considerations when using them.

content/pages/meta/00-change-log.markdown

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ view commit-level changes via the
1414
on GitHub.
1515

1616
## 2021
17+
### March
18+
* New [webhook](/webhooks.html) resource.
19+
1720
### February
1821
* New [GPT-3](/gpt-3.html) resources.
1922

0 commit comments

Comments
 (0)