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: docusaurus/docs/cms/backend-customization/webhooks.md
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -506,4 +506,8 @@ The event is triggered when a [release](/cms/features/releases) is published.
506
506
- Implement retries for failed webhook requests to handle transient errors.
507
507
- Log webhook events for debugging and monitoring.
508
508
- Use secure, HTTPS endpoints for receiving webhooks.
509
-
- Set up rate limiting to avoid being overwhelmed by multiple webhook requests.
509
+
- Set up rate limiting to avoid being overwhelmed by multiple webhook requests.
510
+
511
+
:::tip
512
+
If you want to learn more about how to use webhooks with Next.js, please have a look at the [dedicated blog article](https://strapi.io/blog/how-to-create-an-ssg-static-site-generation-application-with-strapi-webhooks-and-nextjs).
0 commit comments