> For the complete documentation index, see [llms.txt](https://tutorials.kuasa.io/getting-started/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tutorials.kuasa.io/getting-started/kuasa-landing-page/settings/setup-webhook-from-kuasa-to-outsource-platform.md).

# Setup Webhook from Kuasa to Outsource Platform

To set up a webhook from Kuasa Landing Page to the outsource platform, you need to use the workflow automation platform as a connector (Zapier, Make, or Pabbly).

1. Open Kuasa Landing Page.
2. Click the **Settings** button (bottom left).

<figure><img src="/files/dSgqos2oC79wZCSUTyCy" alt=""><figcaption></figcaption></figure>

3. Scroll down and click **Integration & Webhook**.

<figure><img src="/files/gx9SBBcKfTK9MKX3ISlm" alt=""><figcaption></figcaption></figure>

4. Click **Setup Webhook**, then **+ Add Webhook**.

<figure><img src="/files/hFB4akY8orWqNHLT8SKp" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/8AlrvQB8zJYrDK8Y3ubu" alt=""><figcaption></figcaption></figure>

5. Fill in all the details in the webhook settings:

* <mark style="color:blue;">**Name**</mark><mark style="color:blue;">:</mark> (Your webhook name)
* <mark style="color:blue;">**Form Type**</mark><mark style="color:blue;">:</mark> (Type of landing page)
* <mark style="color:blue;">**Select Form**</mark><mark style="color:blue;">:</mark> (Your landing page name)
* <mark style="color:blue;">**Webhook Type**</mark><mark style="color:blue;">:</mark> (Your connector)
* <mark style="color:blue;">**Webhook URL**</mark><mark style="color:blue;">:</mark> (Your connector link)

6. Click the **Add New** button.

<figure><img src="/files/h1iNsfLAmQdx5VfDHoFr" alt=""><figcaption></figcaption></figure>

You already complete setting in Kuasa Landing Page. You can proceed to the next step in the workflow automation platform (connector).


---

# 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://tutorials.kuasa.io/getting-started/kuasa-landing-page/settings/setup-webhook-from-kuasa-to-outsource-platform.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.
