---
title: "webhooks test"
description: "Send a test delivery to a webhook endpoint"
canonical: "https://pgbeam.com/docs/cli/webhooks/test"
last-updated: "2026-09-14T19:37:21.000Z"
---

# webhooks test

> Send a test delivery to a webhook endpoint

URL: https://pgbeam.com/docs/cli/webhooks/test

Trigger a test delivery to a webhook endpoint to verify its URL, format, and signing secret are configured correctly. PgBeam sends a sample payload and reports the result.

## Usage

## Options

Option

Description

Required

Default

`<id>`

ID of the webhook endpoint to test

Yes

-

All global options (`--token`, `--profile`,
`--project`, `--org`, `--json`, `--no-color`, `--no-trunc`, `--debug`) are
also available on this command.

## Examples

## Output

Prints a success message confirming the test delivery was sent. With `--json`, returns the test result from the API.