startWebsiteCrawlWithFirecrawl submits a crawl and returns without waiting for any pages. Use it when another system will receive the webhook or when you only need the Firecrawl job identity. Use crawlWebsiteWithFirecrawl when the automation should continue after the crawl finishes.
Inputs accept literal values or compatible signals. An optional second argument { account } selects the Firecrawl binding.
Example
automations/start-documentation-crawl.automation.ts
Inputs
The action accepts the crawl fields documented forcrawlWebsiteWithFirecrawl, plus:
Output
Returns{ id, url }, where id is the Firecrawl crawl job ID and url is its provider status URL. The action does not poll the job or retrieve pages.