# Webhook source

## Enablement

1. Go to the Flows module.
2. Drag and drop the Webhook source block into your flow.
3. Save the flow as a draft and open the flow again. You will not be assigned a webhook endpoint until you save the flow as a draft.
4. Copy the endpoint from the Webhook source block. You can now send POST requests to this endpoint to manually push wallets into the flow.

### Request URL example

```
https://webhook.absolutelabs.app/{ID of your Flow}/  
```

### Request headers

```
- X-API-Key: {your key}
- Content-Type: application/json
```

### Request body example

```
[
"0xaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"0xbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb",
"0xccccccccccccccccccccccccccccccccccccccc"
]
```


---

# 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.absolutelabs.io/features/flows/entry-sources/webhook-source.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.
