---
title: esc env webhook ping | CLI commands
url: /docs/esc/cli/commands/esc_env_webhook_ping/
---

Send a test delivery to an environment webhook.

## Synopsis

[EXPERIMENTAL] Send a test delivery to an environment webhook

This command triggers a synthetic delivery against the named webhook and prints
the resulting delivery record.

```
esc env webhook ping [<org-name>/][/]<environment-name> <webhook-name> [flags]
```

## Options

```
  -h, --help   help for ping
```

## Options inherited from parent commands

```
      --env string   The name of the environment to operate on.
```

## SEE ALSO

* [esc env webhook](/docs/esc/cli/commands/esc_env_webhook/)	 - Manage environment webhooks


