# New Webhooks

- [Meter Banner Webhook](https://docs.conscent.ai/new-webhooks/meter-banner-webhook.md): A Meter Banner Webhook is used in digital publishing or content monetization platforms to trigger actions related to metered paywalls or content access limits.
- [Paywall Webhook](https://docs.conscent.ai/new-webhooks/paywall-webhook.md): A Paywall Webhook is a mechanism used in digital publishing platforms or subscription-based services to notify a system or application about events related to paywalls.
- [SignUp Webhook](https://docs.conscent.ai/new-webhooks/signup-webhook.md): A Signup Webhook is used in online platforms to notify or trigger actions in response to user signups or registrations.
- [Refund Webhook](https://docs.conscent.ai/new-webhooks/refund-webhook.md): A Refund Webhook is used in payment processing systems to notify or trigger actions in response to refund transactions.
- [Purchase Webhook](https://docs.conscent.ai/new-webhooks/purchase-webhook.md): A Purchase Webhook is used in payment processing systems to notify or trigger actions in response to purchase transactions.
- [Subscription Landing Page Webhook](https://docs.conscent.ai/new-webhooks/subscription-landing-page-webhook.md): A Subscription Landing Page Webhook is used in subscription management systems or marketing automation platforms to trigger actions related to user interactions with subscription landing page.
- [Popup Webhook](https://docs.conscent.ai/new-webhooks/popup-webhook.md): A Popup Webhook is used  to trigger actions or notifications based on user interactions with pop-up elements on a website or web application.
- [User Update Webhook](https://docs.conscent.ai/new-webhooks/user-update-webhook.md): This user update webhook is triggered when users information such as phone number email, address, or name has been changed.
- [Payment Gateway Webhook](https://docs.conscent.ai/new-webhooks/payment-gateway-webhook.md): A Payment Gateway Webhook is a mechanism used by payment gateways to notify merchants or service providers about events or changes related to payment transactions in real-time.
- [Review Page Webhook](https://docs.conscent.ai/new-webhooks/review-page-webhook.md): Review Page Webhooks enable merchants to stay informed about customer feedback in real time, allowing them to engage with customers, address concerns, and leverage positive reviews.
- [Transaction Webhook](https://docs.conscent.ai/new-webhooks/transaction-webhook.md): The transaction webhook is used  to enable real-time notifications or callbacks regarding transaction-related activities.
- [Login Webhook](https://docs.conscent.ai/new-webhooks/login-webhook.md): The login webhook is used to provide real-time notifications or callbacks related to user login events.
- [Cancel Subscription Webhook](https://docs.conscent.ai/new-webhooks/cancel-subscription-webhook.md): A Cancel Subscription Webhook is used in subscription-based services to notify a system or application when a user cancels their subscription.


---

# 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.conscent.ai/new-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.
