# Premuim Actions and Webhook

{% embed url="<https://youtu.be/uQp5pypcBUc>" %}

### How to configure Premium Actions and Webhook

In this video, I demonstrate how to utilize premium actions and webbooks in Go High Level (GHL). Premium actions come with an extra cost by GHL, while webbooks are free but require manual configuration.

To configure and set up premium and custom webhooks with WGHL services for automation purposes.

#### Key Steps

1. Log in to your WAGHL account and navigate to the automation section.
2. Click on "Create" to start setting up a webhook.
3. For the premium action:
   * Click on the "+" sign to add a trigger.
   * Search for the WhatsApp add-ons.
   * Select the premium webhook related to WGHL services.
4. For the custom webhook:
   * Search for the custom webhook option.
   * Input the URL and item data manually.
   * Refer to the help portal for specific data parameters based on your requirements.
   * Add the necessary parameters as per the help documentation.

#### Cautionary Notes

* Ensure that you have the correct API key and data parameters for the webhooks to function correctly.
* Double-check all configurations before saving to avoid errors in the automation process.

#### Tips for Efficiency

* Familiarize yourself with the help portal to quickly find the required data parameters for custom webhooks.
* Test the webhooks after configuration to ensure they are working as intended.
* Keep track of any additional costs associated with using premium webhooks to avoid unexpected charges.


---

# 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://help.waghl.com/get-started/premuim-actions-and-webhook.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.
