Skip to content

Commit 3ad1687

Browse files
committed
update webhooks
1 parent b15c8fb commit 3ad1687

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

sqlite-cloud/platform/webhooks.mdx

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,10 @@ status: publish
66
slug: webhooks
77
---
88

9-
Utilize the Webhooks panel to effortlessly establish real-time notifications for write operations within your SQLite database. In this instance, we'll seamlessly notify a webhook.site service each time a write operation occurs within the albums table of the chinook.sqlite database.
9+
Webhooks in SQLite Cloud are a powerful way to receive and send event-based notifications.
1010

11-
![Dashboard Projects](@docs-website-assets/introduction/dashboard_webhook_create.png)
11+
## Change Data Capture
12+
With change data webhooks, you can send notifications from SQLite Cloud to any HTTP endpoint when an insert, update or delete operation occurs on a specified database and/or table. The webhook payload includes the database name, table name, and the row data that was changed.
1213

13-
Upon creation, you'll receive a secret value that ensures the authenticity of each notification request.
14-
15-
![Dashboard Projects](@docs-website-assets/introduction/dashboard_webhook_create2.png)
16-
17-
Additionally, access a comprehensive list of all enabled webhooks for your project.
18-
19-
![Dashboard Projects](@docs-website-assets/introduction/dashboard_webhook_list.png)
14+
## Trigger Edge Functions
15+
Webhooks can also be used to trigger your edge functions, either via HTTP or Websockets request, or on a database event.

0 commit comments

Comments
 (0)