Skip to content

Commit 1516703

Browse files
authored
Add example to additional options desc
1 parent ed7a9a5 commit 1516703

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/firecrawl/actions/crawl-url/crawl-url.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ export default {
6868
firecrawl,
6969
"additionalOptions",
7070
],
71-
description: "Additional parameters to send in the request. [https://docs.firecrawl.dev/api-reference/endpoint/crawl-post) for available parameters. Values will be parsed as JSON where applicable.",
71+
description: "Additional parameters to send in the request. [https://docs.firecrawl.dev/api-reference/endpoint/crawl-post) for available parameters. Values will be parsed as JSON where applicable. For example, to add the `webhook` param, use the value `{"webhook": {"url": "https://your-server-webhook-api.com","headers": {},"metadata": {},"events": ["completed"]}}`",
7272
},
7373
},
7474
async run({ $ }) {

0 commit comments

Comments
 (0)