# Try the webhook

Select an integration of type webhook in the list on the Flow Integrations page.

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

With the integration open, click on the tab TryWebhook

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

Depending on what the machine workflow requires on its start step to execute, and depending on if you have set up Data Processing on the integration yet, you may need to provide an Input.&#x20;

For example, with a Start step on the machine workflow looking like the following, and with no Data processing on the integration

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

would expect an Input looking like the following (values empty in this example)

```json
{
  "CustomerRecord": {
    "Name": "",
    "Id": "",
    "CreatedDate": "",
    "CreatedBy": "",
    "Address": {
      "Street1": "",
      "Street2": "",
      "City": "",
      "State": "",
      "Country": ""
    }
  }
} 
```

When you are ready, click Send to try the webhook and execute its machine workflow.

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


---

# 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.novacuraflow.com/development/integration-engine/get-started/create-an-integration/webhook-trigger/try-the-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.
