Skip to content

Commit

Permalink
docs: update materialize-webhook config options
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-Bair committed Nov 8, 2024
1 parent e158f7d commit 2e21aca
Showing 1 changed file with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ The Webhooks connector is available for use in the Flow web application. To lear
| Property | Title | Description | Type | Required/Default |
|--------------------|----------------|------------------------------------------|--------|------------------------|
| **`/address`** | Address | The URL of the endpoint to send data to. | string | Required |
| **`/method`** | HTTP Method | HTTP method to use (e.g., `POST` or `PUT`). | string | default: `POST` |
| **`/headers`** | Headers | Additional headers to include in the HTTP request. | object | |
| **`/headers/customHeaders`** | Headers | Array of additional headers to include in the HTTP request. | object | |

### Bindings

Expand All @@ -41,8 +40,10 @@ endpoint:
image: ghcr.io/estuary/materialize-webhook:v1
config:
address: http://192.168.1.100:3000/
method: POST
headers:
Content-Type: application/json
Authorization: Bearer <your_token>
customHeaders:
- name: my-header
value: my-value
- name: another-header
value: another-value
```

0 comments on commit 2e21aca

Please sign in to comment.