Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions cloud/ingest-data-from-webhook.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ title: "Ingest data from webhook"
description: "Use managed webhook endpoints in RisingWave Cloud to ingest webhook events directly into your project."
---

This guide covers webhook ingestion for **managed RisingWave Cloud** projects, where requests are routed through the managed `rwproxy` webhook endpoint.
This guide covers webhook ingestion for **managed RisingWave Cloud** projects, where requests are routed through the managed RWProxy webhook endpoint.

<Info>
If you are running self-hosted RisingWave (Operator/Helm/bare metal), use [Ingest data from webhook](/integrations/sources/webhook).
</Info>

## How managed webhook routing works

In managed RisingWave Cloud, webhook requests are accepted by `rwproxy` over HTTPS and forwarded to your project's frontend webhook listener.
In managed RisingWave Cloud, webhook requests are accepted by RWProxy over HTTPS and forwarded to your project's frontend webhook listener.

- Public ingress: HTTPS `:443`
- Webhook path format: `/webhook/<database>/<schema>/<table>`
Expand Down
Loading