UNPKG

n8n-nodes-firecrawl

Version:
22 lines 835 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.properties = exports.option = exports.name = void 0; const properties_1 = require("./properties"); const hooks_1 = require("./hooks"); exports.name = 'Submit A Crawl Job With A Webhook'; const rawOption = { name: 'Submit A Crawl Job With A Webhook', value: 'Submit A Crawl Job With A Webhook', action: 'Submit A Crawl Job With A Webhook', description: 'Submits a job to crawl a URL and sends webhook events during the crawl process', routing: { request: { method: 'POST', url: '=/crawl/webhook', }, }, }; const { properties, option } = (0, hooks_1.runHooks)(rawOption, properties_1.properties); exports.properties = properties; exports.option = option; //# sourceMappingURL=index.js.map