---
title: "[Set Up Your Project] - Edit a Webhook"
description: Edit an existing webhook in Contentstack.
url: https://www.contentstack.com/docs/developers/set-up-webhooks/edit-a-webhook
product: Contentstack
doc_type: how-to
audience:
  - developers
version: current
last_updated: 2026-03-26
---

# [Set Up Your Project] - Edit a Webhook

This page explains how to edit an existing webhook in Contentstack. It is intended for developers or stack administrators who manage webhook configurations and need to update webhook settings for an existing stack.

## Edit a Webhook

You can always edit an existing [webhook](/docs/developers/set-up-webhooks/about-webhooks) of your [stack](/docs/developers/set-up-stack/about-stack).

To edit a webhook, log in to your [Contentstack account](https://www.contentstack.com/login), and perform the following steps:
- Go to your stack and click the “Settings” icon on the left navigation panel.
- Click **Webhooks**. This will display a list of your existing webhooks. You can also use the shortcut keys “alt + W” for Windows OS users, and “option + W” for Mac OS users to access webhooks.
- Select the webhook that you want to edit and make the necessary changes to the configuration fields of the webhook. Alternatively, you can click the vertical ellipses in the **Actions** column for the webhook you want to edit, then select the “**Edit**” option.
- **Save** the changes.

## API Reference

Here are the links to the API requests related to this action:
- [Update a webhook](/docs/developers/apis/content-management-api#update-webhook)
- [Create a webhook](/docs/developers/apis/content-management-api#create-a-webhook)

## Common questions

### Can I edit any existing webhook in my stack?
You can always edit an existing [webhook](/docs/developers/set-up-webhooks/about-webhooks) of your [stack](/docs/developers/set-up-stack/about-stack).

### Where do I find the Webhooks section in Contentstack?
Go to your stack and click the “Settings” icon on the left navigation panel, then click **Webhooks**.

### Are there keyboard shortcuts to access webhooks?
Yes. You can use the shortcut keys “alt + W” for Windows OS users, and “option + W” for Mac OS users to access webhooks.

### Which API requests are related to editing a webhook?
- [Update a webhook](/docs/developers/apis/content-management-api#update-webhook)
- [Create a webhook](/docs/developers/apis/content-management-api#create-a-webhook)