chore: content updates

This commit is contained in:
Catalin Pit
2024-04-26 10:25:16 +03:00
parent c7beda4dd2
commit 5a9ac21443
2 changed files with 19 additions and 1 deletions

View File

@ -1,3 +1,8 @@
---
title: 'Webhooks'
description: 'Learn how to use webhooks to receive real-time notifications about your documents.'
---
# Webhooks
Webhooks are HTTP callbacks that are triggered by specific events. When the user subscribes to a specific event and that event occurs, the webhook makes an HTTP request to the URL provided by the user. The request can be a simple notification or can carry a payload with more information about the event.