@flatfile/plugin-webhook-egress
The
@flatfile/plugin-webhook-egress plugin egresses Flatfile Workbooks to a
webhook.Event Type:
listener.on('{jobParam}') (i.e. listener.on('workbook:submitActionFg'))Parameters
The
job parameter takes the job name.The
webhookUrl parameter takes the webhook url.Imported NPM Packages
@flatfile/api@1.5.14+@flatfile/listener@0.3.15+@flatfile/plugin-job-handler@0.1.1+@flatfile/util-common@0.1.1+@flatfile/util-response-rejection@0.1.0+axios@1.4.0+
Usage
ThewebhookEgress plugin creates an action that will export workbook data via a webhook.
It requires an operation parameter which specifies the event that will initiate the egress. The
webhook url can either be passed in as a parameter or set as an environment variable WEBHOOK_SITE_URL.
install
import
workbook.config.json
listener.js