> For the complete documentation index, see [llms.txt](https://software-help-docs.gitbook.io/knowledge-base/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://software-help-docs.gitbook.io/knowledge-base/software-guide/workflows/premium-triggers-and-actions/lc-premium-action.md).

# LC Premium Action

## Custom Webhook - LC Premium Action

A custom webhook is a type of web service that allows you to send real-time updates or notifications from CRM to third-party service. With a custom webhook, you can define the format of the data you want to send.

***

### Fill Url:

You have the ability to send data requests to any URL of your choice without the need for coding or server operation.

![](https://t8631005.p.clickup-attachments.com/t8631005/24ff0fe4-2d50-460f-b88f-214d075d64af/Screenshot%202023-02-13%20at%2011.16.24%20AM.png)

###

### Select a Method

You are free to choose any HTTP method that suits your needs, such as POST, GET, DELETE, or PUT.

![](https://t8631005.p.clickup-attachments.com/t8631005/fc4bdaf9-1ace-48ea-b26d-378a07e3d1ec/methods.gif)

### Select Authorization Method

We support various types of authorization methods, giving you the flexibility to choose the one that suits your needs when accessing the webhook.

![](https://t8631005.p.clickup-attachments.com/t8631005/1f8526d1-f443-4841-9cc1-2d9682ac4213/authorization.gif)

### Headers & Query Parameters:

In addition to sending a request body, our system also allows you to include headers and query parameters when sending requests to a webhook.

Headers can be used to provide additional information about the request, such as authentication credentials, content type, and cache control.

Query parameters, on the other hand, can be used to pass parameters to the webhook endpoint, allowing you to filter or modify the response data that you receive.

###

![](https://t8631005.p.clickup-attachments.com/t8631005/05b57829-2509-4fe9-ac67-7194fcfa259b/queryparam.gif)

### Configure the data to be sent in the Custom Webhook:

Custom Webhook premium feature allows you to map custom values in any structure that suits your requirements. We have a user-friendly textbox that provides autocomplete suggestions for all custom values, including inbound webhook variables.

This feature simplifies the mapping process and saves time by suggesting potential values that match your input. Additionally, it helps ensure accuracy and consistency in your data mapping.

![](https://t8631005.p.clickup-attachments.com/t8631005/9145b993-24fd-4b37-bdde-d6d7523ee4cd/body.gif)

***

### Important points to be considered:

1. A successful execution of the Custom Webhook Action depends on the successful response of the referenced API. Therefore, if errors are sent back, those will reflect on the Contact’s Workflow execution and cause the action to be Failed (and then skipped) or Retry with exponential backoffs.
2. In addition to what was stated above in #1, also make sure that the receiving server will be able to handle the amount of Executions that you are targeting for, or else you might end up with errors due to limits being reached of server issues. The Custom Webhook Action will get fired as soon as the Contact reaches the step, so make sure to add Contacts into the Workflow with the receiving server’s limits in mind.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://software-help-docs.gitbook.io/knowledge-base/software-guide/workflows/premium-triggers-and-actions/lc-premium-action.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
