Skip to content
Start here

Webhooks

resource cloudflare_stream_webhook

required Expand Collapse
account_id: String

The account identifier tag.

notification_url: String

The URL where webhooks will be sent.

cloudflare_stream_webhook

resource "cloudflare_stream_webhook" "example_stream_webhook" {
  account_id = "023e105f4ecef8ad9ca31a8372d0c353"
  notification_url = "https://example.com"
}

data cloudflare_stream_webhook

required Expand Collapse
account_id: String

The account identifier tag.

cloudflare_stream_webhook

data "cloudflare_stream_webhook" "example_stream_webhook" {
  account_id = "023e105f4ecef8ad9ca31a8372d0c353"
}