File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed
apps/docs/content/docs/en/tools Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -214,14 +214,14 @@ Populate Clay with data from a JSON file. Enables direct communication and notif
214214| --------- | ---- | -------- | ----------- |
215215| ` webhookURL ` | string | Yes | The webhook URL to populate |
216216| ` data ` | json | Yes | The data to populate |
217- | ` authToken ` | string | Yes | Auth token for Clay webhook authentication |
217+ | ` authToken ` | string | No | Optional auth token for Clay webhook authentication \( most webhooks do not require this \) |
218218
219219#### Output
220220
221221| Parameter | Type | Description |
222222| --------- | ---- | ----------- |
223- | ` success ` | boolean | Operation success status |
224- | ` output ` | json | Clay populate operation results including response data from Clay webhook |
223+ | ` data ` | json | Response data from Clay webhook |
224+ | ` metadata ` | object | Webhook response metadata |
225225
226226
227227
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import { BlockInfoCard } from "@/components/ui/block-info-card"
77
88<BlockInfoCard
99 type = " discord"
10- color = " #E0E0E0 "
10+ color = " #5865F2 "
1111 icon = { true }
1212 iconSvg = { ` <svg className="block-icon"
1313
Original file line number Diff line number Diff line change @@ -143,6 +143,7 @@ Search for similar vectors in a Qdrant collection
143143| ` vector ` | array | Yes | Vector to search for |
144144| ` limit ` | number | No | Number of results to return |
145145| ` filter ` | object | No | Filter to apply to the search |
146+ | ` search_return_data ` | string | No | Data to return from search |
146147| ` with_payload ` | boolean | No | Include payload in response |
147148| ` with_vector ` | boolean | No | Include vector in response |
148149
@@ -165,6 +166,7 @@ Fetch points by ID from a Qdrant collection
165166| ` apiKey ` | string | No | Qdrant API key \( optional\) |
166167| ` collection ` | string | Yes | Collection name |
167168| ` ids ` | array | Yes | Array of point IDs to fetch |
169+ | ` fetch_return_data ` | string | No | Data to return from fetch |
168170| ` with_payload ` | boolean | No | Include payload in response |
169171| ` with_vector ` | boolean | No | Include vector in response |
170172
You can’t perform that action at this time.
0 commit comments