# Webhooks

<figure><img src="/files/Mmy4XbFpRjNKRBNtzpsl" alt=""><figcaption><p>Webhooks Settings in Comment Edit Pro</p></figcaption></figure>

### Adding a Webhook

When clicking on "Add New Webhook", a modal will display which will have the webhook options.

<figure><img src="/files/y3YoZPFb5K4wcaKqidFs" alt=""><figcaption><p>Add Webhooks Modal</p></figcaption></figure>

You'll need to add in a webhook URL, a request method, and request format.

Please refer to your webhook documentation on what the webhook is compatible with.

<figure><img src="/files/Ell7CfS6X0hPlUtTIp9r" alt=""><figcaption><p>Additional Webhook Options</p></figcaption></figure>

You're also able to set the Request Headers and Request Body. Your webhook documentation will have the parameters that you should set.

Finally, you can configure what triggers the webhook. By default, Comment Edit Pro will ping the webhook on approved and pending comments.

### Finding the Webhook Status

When editing a comment in the admin, you'll see a Webhooks section and it'll display the status of the webhook request.

<figure><img src="/files/E3IVLBS2St8FucUYFTeO" alt=""><figcaption><p>Webhook Status Updates in the Edit Comments Screen</p></figcaption></figure>

Webhooks can be complicated, so if you run into any issues, please contact support.

{% embed url="<https://dlxplugins.com/support/>" %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.dlxplugins.com/comment-edit-pro/features-overview/webhooks.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
